Skip to content

Instantly share code, notes, and snippets.

@lessless
Created May 8, 2014 12:38
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 lessless/6188e24e9e0e080eae22 to your computer and use it in GitHub Desktop.
Save lessless/6188e24e9e0e080eae22 to your computer and use it in GitHub Desktop.
def other_function
accept_two_arguments({foo: 1, bar: 2})
end
def accepts_two_arguments(first, second)
puts first, second
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment