Class: BotBrain::Commands::UnknownCommand

Inherits:
Command
  • Object
show all
Defined in:
lib/bot_brain/commands/unknown_command.rb

Instance Attribute Summary

Attributes inherited from Command

#name

Instance Method Summary collapse

Methods inherited from Command

#answer, #can_answer?, #help

Constructor Details

#initializeUnknownCommand

Returns a new instance of UnknownCommand.



4
5
6
# File 'lib/bot_brain/commands/unknown_command.rb', line 4

def initialize
  super('')
end