Class: PerfMonger::Command::LiveCommand
- Inherits:
-
BaseCommand
- Object
- BaseCommand
- PerfMonger::Command::LiveCommand
- Defined in:
- lib/perfmonger/command/live.rb
Instance Method Summary collapse
-
#initialize ⇒ LiveCommand
constructor
A new instance of LiveCommand.
- #run(argv) ⇒ Object
Methods inherited from BaseCommand
register_alias, register_command
Constructor Details
#initialize ⇒ LiveCommand
20 21 22 |
# File 'lib/perfmonger/command/live.rb', line 20 def initialize super end |
Instance Method Details
#run(argv) ⇒ Object
24 25 26 27 28 |
# File 'lib/perfmonger/command/live.rb', line 24 def run(argv) @argv, @option = PerfMonger::Command::LiveOption.parse(argv) exec_live_cmd() end |