Class: Cliqr::Executor::StandardCommandRunner Private
- Inherits:
-
Object
- Object
- Cliqr::Executor::StandardCommandRunner
- Defined in:
- lib/cliqr/executor/command_runner_factory.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
A standard implementation for command runner used for most commands
Instance Method Summary collapse
-
#run ⇒ Integer
private
simply execute the command handler.
Instance Method Details
#run ⇒ Integer
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
simply execute the command handler
34 35 36 |
# File 'lib/cliqr/executor/command_runner_factory.rb', line 34 def run yield end |