Skip to content

Instantly share code, notes, and snippets.

@rodrigoalvesvieira
Created August 17, 2013 04:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rodrigoalvesvieira/6255267 to your computer and use it in GitHub Desktop.
Save rodrigoalvesvieira/6255267 to your computer and use it in GitHub Desktop.
res = ""
("a".."z").to_a.each do |l|
res << "'#{l}'" << ", "
end
puts res
@fidelisrafael
Copy link

Hey dude, you can try this way too: https://gist.github.com/fidelisrafael/6874640

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment