Class: BotBrain::Commands::UnknownCommand
- Defined in:
- lib/bot_brain/commands/unknown_command.rb
Instance Attribute Summary
Attributes inherited from Command
Instance Method Summary collapse
-
#initialize ⇒ UnknownCommand
constructor
A new instance of UnknownCommand.
Methods inherited from Command
Constructor Details
#initialize ⇒ UnknownCommand
Returns a new instance of UnknownCommand.
4 5 6 |
# File 'lib/bot_brain/commands/unknown_command.rb', line 4 def initialize super('') end |