Skip to content

Instantly share code, notes, and snippets.

@ka8725
Created December 13, 2013 14:11
Show Gist options
  • Save ka8725/7944790 to your computer and use it in GitHub Desktop.
Save ka8725/7944790 to your computer and use it in GitHub Desktop.
def method1
end
def method2(default: 1)
end
method(:method1).arity # => 0
method(:method2).arity # => 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment