Class: BotMob::Command
- Inherits:
-
Object
- Object
- BotMob::Command
- Defined in:
- lib/bot_mob/command.rb
Overview
# BotMob::Command
This class handles all the ‘mob` command line interactions
Instance Method Summary collapse
- #handle(argv) ⇒ Object
-
#initialize ⇒ Command
constructor
A new instance of Command.
Constructor Details
#initialize ⇒ Command
Returns a new instance of Command.
8 9 10 |
# File 'lib/bot_mob/command.rb', line 8 def initialize # parse_options! end |