Skip to content

Instantly share code, notes, and snippets.

Created May 19, 2014 01:26
Show Gist options
  • Save anonymous/f936c9136b7e42639f4b to your computer and use it in GitHub Desktop.
Save anonymous/f936c9136b7e42639f4b to your computer and use it in GitHub Desktop.
Show methods of an object without all the base Object methods in Ruby
pp (YourClass.methods - Object.methods).sort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment