returning specific letters from strings in an array, interation, ruby code example Example: iterate over string ruby a = 'hello, world' a.each_char { |c| puts c }