Skip to content

Instantly share code, notes, and snippets.

/ruby.rb Secret

Created November 6, 2015 21:17
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/780a6a73a86b3a89aa9a to your computer and use it in GitHub Desktop.
Save anonymous/780a6a73a86b3a89aa9a to your computer and use it in GitHub Desktop.
Are the following two equivalent?
foo('bar', 'baz', 'biff')
foo( 'bar',
'baz',
'biff'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment