Skip to content

Instantly share code, notes, and snippets.

@topher6345
Last active August 29, 2015 14:05
Show Gist options
  • Save topher6345/f72e04668c32ab9df1eb to your computer and use it in GitHub Desktop.
Save topher6345/f72e04668c32ab9df1eb to your computer and use it in GitHub Desktop.
Ruby OO helpers

Get all inherited objects and include'd mixins

User.ancestors

Get all methods that an object has

User.methods

FoodParser.methods.include?(:new) 

=> true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment