Skip to content

Instantly share code, notes, and snippets.

@jamesshipton
Created December 7, 2012 15:54
Show Gist options
  • Save jamesshipton/4234136 to your computer and use it in GitHub Desktop.
Save jamesshipton/4234136 to your computer and use it in GitHub Desktop.
eigen
Object.send(:define_method, :eigen, lambda{ class << self; self; end }) #crack open the eigenclass
@tomstuart
Copy link

This is what Object#singleton_class does.

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