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

Version Path
methadone-1.2.5 lib/methadone/execution_strategy/rbx_open_4.rb
methadone-1.2.4 lib/methadone/execution_strategy/rbx_open_4.rb
methadone-1.2.3 lib/methadone/execution_strategy/rbx_open_4.rb
methadone-1.2.2 lib/methadone/execution_strategy/rbx_open_4.rb
methadone-1.2.1 lib/methadone/execution_strategy/rbx_open_4.rb
methadone-1.2.0 lib/methadone/execution_strategy/rbx_open_4.rb
methadone-1.1.0 lib/methadone/execution_strategy/rbx_open_4.rb