String Ruby

p "hello".chars.map {|c| c.succ }  # => ["i", "f", "m", "m", "p"]