class Zip::NullDecrypter

Public Instance Methods

decrypt(data) click to toggle source
# File lib/zip/crypto/null_encryption.rb, line 33
def decrypt(data)
  data
end
reset!(_header) click to toggle source
# File lib/zip/crypto/null_encryption.rb, line 37
def reset!(_header); end