Method: MotherBrain::CommandNotFound#message

Defined in:
lib/mb/errors.rb

#messageObject



300
301
302
# File 'lib/mb/errors.rb', line 300

def message
  "#{parent.class} '#{parent}' does not have the command: '#{name}'"
end