HEX
Server: Apache
System: Linux pdx1-shared-a1-29 6.18.39-grsec-noble+ #4 SMP Thu Jul 23 07:53:29 UTC 2026 x86_64
User: dh_bj99yp (22285841)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: //lib/ruby/vendor_ruby/childprocess/jruby/io.rb
module ChildProcess
  module JRuby
    class IO < AbstractIO
      private

      def check_type(output)
        unless output.respond_to?(:to_outputstream) && output.respond_to?(:write)
          raise ArgumentError, "expected #{output.inspect} to respond to :to_outputstream"
        end
      end

    end # IO
  end # Unix
end # ChildProcess