Object
IO wrapper that provides only write
write
Creates a new RestrictedStream wrapping io
RestrictedStream
io
# File rubygems/package/tar_writer.rb, line 57 def initialize(io) @io = io end
Writes data onto the IO
data
# File rubygems/package/tar_writer.rb, line 64 def write(data) @io.write data end
This page was generated for Ruby 3.0.0
Ruby-doc.org is provided by James Britt and Neurogami. Maximum R+D.
Generated with Ruby-doc Rdoc Generator 0.42.0.