| Class | Gem::Package::TarWriter::RestrictedStream |
| In: |
lib/rubygems/package/tar_writer.rb
|
| Parent: | Object |
Creates a new RestrictedStream wrapping io
# File lib/rubygems/package/tar_writer.rb, line 61
61: def initialize(io)
62: @io = io
63: end