Created
November 2, 2014 22:38
-
-
Save chris-skud/c9544f5d447702e3bf6d to your computer and use it in GitHub Desktop.
Ruby exclude inherited methods
This file contains 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
> 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