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