Class: Cure::Cli::RunCommand
- Defined in:
- lib/cure/cli/run_command.rb
Instance Method Summary collapse
-
#initialize(args) ⇒ RunCommand
constructor
A new instance of RunCommand.
Methods inherited from Command
Methods included from Log
#log_debug, #log_error, #log_info, #log_trace, #log_warn
Constructor Details
#initialize(args) ⇒ RunCommand
Returns a new instance of RunCommand.
8 9 10 |
# File 'lib/cure/cli/run_command.rb', line 8 def initialize(args) super(args) end |