Support for the Ruby 2.4 series has ended. See here for reference.
![show/hide quicksearch [+]](../../../images/find.png)
IO wrapper that provides only write
Creates a new RestrictedStream wrapping io
 
               # File rubygems/package/tar_writer.rb, line 63
def initialize(io)
  @io = io
end