Sha256: bd374b4f32f751ebea64cd37ebda77278f33386a54e8ba40cfadabc47d293730
Contents?: true
Size: 344 Bytes
Versions: 27
Compression:
Stored size: 344 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] + Array(super) end end end end
Version data entries
27 entries across 27 versions & 2 rubygems