| 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 60
60: def initialize(io)
61: @io = io
62: end