Module: Kernel
- Defined in:
- lib/simple_command_dispatcher.rb
Instance Method Summary collapse
Instance Method Details
#eigenclass ⇒ Object
7 8 9 10 11 |
# File 'lib/simple_command_dispatcher.rb', line 7 def eigenclass class << self self end end |