Skip to content

Instantly share code, notes, and snippets.

@gtramontina
Created June 2, 2011 02:00
Show Gist options
  • Save gtramontina/1003780 to your computer and use it in GitHub Desktop.
Save gtramontina/1003780 to your computer and use it in GitHub Desktop.
f1 = (a, b) -> alert "#{a} and #{b}"
f2 = (ignored, args...) -> f1 args
f2 'string1', 'string2', 'string2'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment