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.0
Ruby-doc.org is hosted by James Britt and Neurogami, an avant garage research + development in Scottsdale, AZ.
Generated with Ruby-doc Rdoc Generator 0.24.6.