Skip to content

Instantly share code, notes, and snippets.

@chris-skud
Created November 2, 2014 22:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chris-skud/c9544f5d447702e3bf6d to your computer and use it in GitHub Desktop.
Save chris-skud/c9544f5d447702e3bf6d to your computer and use it in GitHub Desktop.
Ruby exclude inherited methods
> Post.new.methods.count
> Post.new.methods.count - Object.new.methods.count
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment