Skip to content

Instantly share code, notes, and snippets.

@wadey
Created March 8, 2011 00:48
Show Gist options
  • Save wadey/859619 to your computer and use it in GitHub Desktop.
Save wadey/859619 to your computer and use it in GitHub Desktop.
# works
# func({a: 1, b: 2})
func
a: 1
b: 2
# doesn't work
# func(1, 2)
func
1
2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment