Skip to content

Instantly share code, notes, and snippets.

@JonasNielsen
Created February 25, 2011 13:07
Show Gist options
  • Save JonasNielsen/843759 to your computer and use it in GitHub Desktop.
Save JonasNielsen/843759 to your computer and use it in GitHub Desktop.
class MyClass
def my_method(first_name, last_name)
# does something
end
end
MyClass.magic_method(:my_method) # => ["first_name", "last_name"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment