Skip to content

Instantly share code, notes, and snippets.

@bachue
Created March 21, 2013 01:38
Show Gist options
  • Save bachue/5210039 to your computer and use it in GitHub Desktop.
Save bachue/5210039 to your computer and use it in GitHub Desktop.
def Object.superclasses
superclasses = superclass.superclasses if superclass.respond_to?(:superclasses)
superclasses ||= []
superclasses.unshift self
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment