Sha256: 1784c6779640b82cd24d934534e8899e77098f7f34e48481db984945c953a639
Contents?: true
Size: 359 Bytes
Versions: 78
Compression:
Stored size: 359 Bytes
Contents
module Match module Encryption class Interface # Call this method to trigger the actual # encryption def encrypt_files(password: nil) not_implemented(__method__) end # Call this method to trigger the actual # decryption def decrypt_files not_implemented(__method__) end end end end
Version data entries
78 entries across 78 versions & 4 rubygems