Sha256: 6080828d67634bfb67e6b147f1457b62da3cf1e94d68bf50818e93496200da60
Contents?: true
Size: 361 Bytes
Versions: 2
Compression:
Stored size: 361 Bytes
Contents
module Match module Encryption class Interface # Call this method to trigger the actual # encryption def encrypt_files 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fastlane_hotfix-2.165.1 | match/lib/match/encryption/interface.rb |
fastlane_hotfix-2.165.0 | match/lib/match/encryption/interface.rb |