Skip to content

Instantly share code, notes, and snippets.

/ruby.rb Secret

Created March 2, 2016 23:44
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 anonymous/d8d06a6803b0463fc382 to your computer and use it in GitHub Desktop.
Save anonymous/d8d06a6803b0463fc382 to your computer and use it in GitHub Desktop.
(1..5).each do |n|
('a'..'e').each do |l|
Expecting
1
a
2
b
3
c
4
d
5
e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment