REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 450 B
Close
//proc/thread-self/root/opt/alt/ruby21/lib64/ruby/2.1.0/rubygems/util/stringio.rb
Text
Base64
class Gem::StringSink def initialize @string = "" end attr_reader :string def write(s) @string += s s.size end def set_encoding(enc) @string.force_encoding enc end end class Gem::StringSource def initialize(str) @string = str.dup end def read(count=nil) if count @string.slice!(0,count) else s = @string @string = "" s end end alias_method :readpartial, :read end
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 2
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
list.rb
673 B
lrw-r--r--
2013-10-20 00:31:12
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
stringio.rb
450 B
lrw-r--r--
2013-11-19 00:34:13
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).