iterate through a string ruby code example Example: iterate over string ruby a = 'hello, world' a.each_char { |c| puts c }