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
Returns a new instance of LiveCommand.
39 40 41 |
# File 'lib/perfmonger/command/live.rb', line 39 def initialize super end |
Instance Method Details
#run(argv) ⇒ Object
43 44 45 46 47 |
# File 'lib/perfmonger/command/live.rb', line 43 def run(argv) @argv, @option = PerfMonger::Command::LiveOption.parse(argv) exec_live_cmd() end |