String Ruby

"a".upto("z") { |i| print i } # => abcdefghijklmnopqrstuvwxyz