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