Sha256: 8e9da4aee00930448d352c74888b616ab06a0be4acef80364a8a05c3d322a672
Contents?: true
Size: 270 Bytes
Versions: 5
Compression:
Stored size: 270 Bytes
Contents
module Methadone module ExecutionStrategy # 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
5 entries across 5 versions & 1 rubygems