Skip to content

Instantly share code, notes, and snippets.

@dalang
Created January 21, 2014 06:30
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 dalang/8535308 to your computer and use it in GitHub Desktop.
Save dalang/8535308 to your computer and use it in GitHub Desktop.
grandparent = self.class.superclass.superclass
meth = grandparent.instance_method(:the_method)
meth.bind(self).call
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment