Skip to content

Instantly share code, notes, and snippets.

@wnuqui
Created May 12, 2012 14:02
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 wnuqui/2666669 to your computer and use it in GitHub Desktop.
Save wnuqui/2666669 to your computer and use it in GitHub Desktop.
What is your quick guess for the 2nd line?
# send following line to irb and see the result
a = 1, b = 2*5
# perhaps this is better
a = 1, (b = 2*5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment