Class: Cliqr::Executor::StandardCommandRunner Private

Inherits:
Object
  • Object
show all
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

Instance Method Details

#runInteger

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

Returns:

  • (Integer)

    Exit status of the command



34
35
36
# File 'lib/cliqr/executor/command_runner_factory.rb', line 34

def run
  yield
end