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