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