Skip to content

Instantly share code, notes, and snippets.

@loganhasson
Created June 26, 2014 14:56
Show Gist options
  • Save loganhasson/f9fe9a73a1839ba1ef4a to your computer and use it in GitHub Desktop.
Save loganhasson/f9fe9a73a1839ba1ef4a to your computer and use it in GitHub Desktop.
flatiron irbrc
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