Object
IO wrapper that provides only write
Creates a new RestrictedStream wrapping io
# File lib/rubygems/package/tar_writer.rb, line 60 def initialize(io) @io = io end
Writes data onto the IO
# File lib/rubygems/package/tar_writer.rb, line 67 def write(data) @io.write data end
[Validate]
Generated with the Darkfish Rdoc Generator 2.