Object
IO wrapper that provides only write
Creates a new RestrictedStream wrapping io
io
# File rubygems/package/tar_writer.rb, line 62 def initialize(io) @io = io end
Writes data onto the IO
data
# File rubygems/package/tar_writer.rb, line 69 def write(data) @io.write data end
This page was generated for Ruby 2.6.10
Generated with Ruby-doc Rdoc Generator 0.42.0.