Object
A stream wrapper that can only be written to. Any attempt to read from this restricted stream will result in a NameError being thrown.
# File lib/archive/tar/minitar.rb, line 251 251: def initialize(anIO) 252: @io = anIO 253: end
# File lib/archive/tar/minitar.rb, line 255 255: def write(data) 256: @io.write(data) 257: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.