Skip to content

Instantly share code, notes, and snippets.

@jackdempsey
Created September 7, 2010 19:58
Show Gist options
  • Save jackdempsey/568982 to your computer and use it in GitHub Desktop.
Save jackdempsey/568982 to your computer and use it in GitHub Desktop.
class Object
def m
(self.methods - Object.new.methods).sort
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment