class LocalCommand

Executes commands in the machine where it is called. See documentation for GenericCommand

Private Instance Methods

execute() click to toggle source
# File lib/CommandManager.rb, line 209
def execute
    capture3_timeout("#{command}",
                    :pgroup => true, :stdin_data => @stdin)
end