Skip to content

Instantly share code, notes, and snippets.

@shinokada
Created May 24, 2014 05:48
Show Gist options
  • Save shinokada/04da14c585ae8b1ff093 to your computer and use it in GitHub Desktop.
Save shinokada/04da14c585ae8b1ff093 to your computer and use it in GitHub Desktop.
a = [[1, 2, 'apple'], [2, 6, 'banana'], [3, 10, 'egg']]
for no, num, item in a
p "Shopping list #{no}: #{num} #{item}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment