new(io)
Creates a new RestrictedStream wrapping io
# File lib/rubygems/package/tar_writer.rb, line 63 def initialize(io) @io = io end