Skip to content

Instantly share code, notes, and snippets.

@ddribin
Created January 19, 2010 05:32
Show Gist options
  • Save ddribin/280702 to your computer and use it in GitHub Desktop.
Save ddribin/280702 to your computer and use it in GitHub Desktop.
def foo
return [1, 2]
end
(left, right) = foo
puts left
puts right
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment