Extended maintenance of Ruby 1.9.3 ended on February 23, 2015. Read more
IO wrapper that provides only write
Creates a new RestrictedStream wrapping
io
# File rubygems/package/tar_writer.rb, line 60
def initialize(io)
@io = io
end