Class: Methadone::ExecutionStrategy::MRI
- Defined in:
- lib/methadone/execution_strategy/mri.rb
Overview
Methadone Internal - treat as private
Base strategy for MRI rubies.
Instance Method Summary collapse
Instance Method Details
#exception_meaning_command_not_found ⇒ Object
11 12 13 |
# File 'lib/methadone/execution_strategy/mri.rb', line 11 def exception_meaning_command_not_found Errno::ENOENT end |
#run_command(command) ⇒ Object
7 8 9 |
# File 'lib/methadone/execution_strategy/mri.rb', line 7 def run_command(command) raise "subclass must implement" end |