Sha256: 6be46aa46e3e710b12ad8a918e42bebff8e2e1ac7f7e615b6d41630cbebceac9
Contents?: true
Size: 327 Bytes
Versions: 2
Compression:
Stored size: 327 Bytes
Contents
module Methadone module ExecutionStrategy # <b>Methadone Internal - treat as private</b> # # For RBX; it throws a different exception when a command isn't found, so we override that here. class RBXOpen_4 < Open_4 def exception_meaning_command_not_found Errno::EINVAL end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
methadone-1.0.0 | lib/methadone/execution_strategy/rbx_open_4.rb |
methadone-1.0.0.rc6 | lib/methadone/execution_strategy/rbx_open_4.rb |