HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/lib/ruby/2.7.0/bundler/vendor/thor/lib/thor/core_ext/io_binary_read.rb
class IO #:nodoc:
  class << self
    unless method_defined? :binread
      def binread(file, *args)
        raise ArgumentError, "wrong number of arguments (#{1 + args.size} for 1..3)" unless args.size < 3
        File.open(file, "rb") do |f|
          f.read(*args)
        end
      end
    end
  end
end