Created
June 26, 2014 14:56
-
-
Save loganhasson/f9fe9a73a1839ba1ef4a to your computer and use it in GitHub Desktop.
flatiron irbrc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Object | |
def lm | |
(self.methods - Object.methods).sort | |
end | |
def lim | |
(self.instance_methods - Object.instance_methods).sort | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment