Method: Object#eigenclass
- Defined in:
- lib/freighthopper/eigenclass.rb
#eigenclass ⇒ Object
2 3 4 5 6 |
# File 'lib/freighthopper/eigenclass.rb', line 2 def eigenclass class << self self end end |
2 3 4 5 6 |
# File 'lib/freighthopper/eigenclass.rb', line 2 def eigenclass class << self self end end |