Class: Methadone::ExecutionStrategy::RBXOpen_4

Inherits:
Open_4 show all
Defined in:
lib/methadone/execution_strategy/rbx_open_4.rb

Overview

Methadone Internal - treat as private

For RBX; it throws a different exception when a command isn’t found, so we override that here.

Instance Method Summary collapse

Methods inherited from Open_4

#run_command

Methods inherited from MRI

#run_command

Methods inherited from Base

#run_command

Instance Method Details

#exception_meaning_command_not_foundObject



7
8
9
# File 'lib/methadone/execution_strategy/rbx_open_4.rb', line 7

def exception_meaning_command_not_found
  [Errno::EINVAL] + Array(super)
end