method

open

ruby latest stable - Class: Gem::Package::TarOutput

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_9_3_392) is shown here.

open(io, signer = nil)
public

Creates a new TarOutput which will yield a TarWriter object for the data.tar.gz portion of a gem-format tar file.

See #initialize for details on io and signer.

See #add_gem_contents for details on adding metadata to the tar file.