Class: Methadone::ExecutionStrategy::RBXOpen_4
- 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
Methods inherited from MRI
Methods inherited from Base
Instance Method Details
#exception_meaning_command_not_found ⇒ Object
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 |