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