Skip to content

Instantly share code, notes, and snippets.

@thomasjo
Created March 9, 2012 07:14
Show Gist options
  • Save thomasjo/2005428 to your computer and use it in GitHub Desktop.
Save thomasjo/2005428 to your computer and use it in GitHub Desktop.
Useful Object extensions
class Object
def local_methods(obj = self)
(obj.methods - obj.class.superclass.instance_methods).sort
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment