new(io, digests)
public
Creates a new DigestIO
instance. Using ::wrap
is recommended, see the ::wrap documentation for
documentation of io and digests.
# File lib/rubygems/package/digest_io.rb, line 45
def initialize io, digests
@io = io
@digests = digests
end