Skip to content

Instantly share code, notes, and snippets.

@ymek
Created November 17, 2012 10:02
Show Gist options
  • Select an option

  • Save ymek/4094629 to your computer and use it in GitHub Desktop.

Select an option

Save ymek/4094629 to your computer and use it in GitHub Desktop.
# This works well enough for debugging
# hax for irbrc
class Object
def imethods
(self.methods - Object.instance_methods)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment