Skip to content

Instantly share code, notes, and snippets.

@numinit
Created December 26, 2016 03:28
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 numinit/1126dc0498c61441cda98cf70e4de89b to your computer and use it in GitHub Desktop.
Save numinit/1126dc0498c61441cda98cf70e4de89b to your computer and use it in GitHub Desktop.
def foo a, h
[a, h]
end
foo :bar, {
a: proc do
end,
b: proc do
end
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment