Method: Chimps::Command#name
- Defined in:
- lib/chimps/commands/base.rb
#name ⇒ String
The name of this command, excluding the Chimps::Commands prefix.
57 58 59 |
# File 'lib/chimps/commands/base.rb', line 57 def name self.class.name.split('::').last end |