Parent

Methods

Class Index [+]

Quicksearch

Gem::Package::TarWriter::RestrictedStream

IO wrapper that provides only #

Public Class Methods

new(io) click to toggle source

Creates a new RestrictedStream wrapping io

    # File lib/rubygems/package/tar_writer.rb, line 61
61:     def initialize(io)
62:       @io = io
63:     end

Public Instance Methods

write(data) click to toggle source

Writes data onto the IO

    # File lib/rubygems/package/tar_writer.rb, line 68
68:     def write(data)
69:       @io.write data
70:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.