class Zip::NullDecrypter

Public Instance Methods

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