Generating a Succession of Strings
('aa'..'ag').each { |x| puts x } # aa # ab # ac # ad # ae # af # ag