Method: Mu::Command::Cmd_ddt#cmd_run
- Defined in:
- lib/mu/command/cmd_ddt.rb
#cmd_run(argv) ⇒ Object
verifies the loaded scenario
-
argv = command-line arguments
19 20 21 22 23 24 |
# File 'lib/mu/command/cmd_ddt.rb', line 19 def cmd_run argv setup argv response = @api.run msg response return response end |