class Gem::Package::TarWriter::RestrictedStream
Public Class Methods
Source
# File lib/rubygems/package/tar_writer.rb, line 60 def initialize(io) @io = io end
Creates a new RestrictedStream
wrapping io
Public Instance Methods
Source
# File lib/rubygems/package/tar_writer.rb, line 67 def write(data) @io.write data end
Writes data
onto the IO