Method: TheForce::ObjectSupport::InstanceMethods#eigenclass
- Defined in:
- lib/the_force/object_support.rb
#eigenclass ⇒ Object
this could also be labeled ‘self’?
78 79 80 |
# File 'lib/the_force/object_support.rb', line 78 def eigenclass #this could also be labeled 'self'? class << self; self; end end |