Method: Chimps::Command#name

Defined in:
lib/chimps/commands/base.rb

#nameString

The name of this command, excluding the Chimps::Commands prefix.

Returns:



57
58
59
# File 'lib/chimps/commands/base.rb', line 57

def name
  self.class.name.split('::').last
end