Skip to content

Instantly share code, notes, and snippets.

@orbanbotond
Created June 18, 2013 08:58
Show Gist options
  • Save orbanbotond/5803783 to your computer and use it in GitHub Desktop.
Save orbanbotond/5803783 to your computer and use it in GitHub Desktop.
meta programming
# List only the methods defined in that specific class
self.methods - self.class.ancestors.map{|x|x.methods}.flatten
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment