Skip to content

Instantly share code, notes, and snippets.

@chug2k
Last active December 24, 2015 21:09
Show Gist options
  • Save chug2k/6862846 to your computer and use it in GitHub Desktop.
Save chug2k/6862846 to your computer and use it in GitHub Desktop.
def foo(a, b)
a + b + foo
end
foo("1, 2")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment