OptparsePlus Internal - treat as private

Base strategy for MRI rubies.

Methods
E
R
Instance Public methods
exception_meaning_command_not_found()
# File lib/optparse_plus/execution_strategy/mri.rb, line 11
def exception_meaning_command_not_found
  Errno::ENOENT
end
run_command(command)
# File lib/optparse_plus/execution_strategy/mri.rb, line 7
def run_command(command)
  raise "subclass must implement"
end