Skip to content

Instantly share code, notes, and snippets.

@rubypanther
Created July 14, 2010 01:35
Show Gist options
  • Save rubypanther/474869 to your computer and use it in GitHub Desktop.
Save rubypanther/474869 to your computer and use it in GitHub Desktop.
class Object
def unique_methods
self.methods - Object.new.methods
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment