Sha256: 7212028c09611b5f4c7b0e38204907f9701c6282910f3d67721f836603f1ce6a

Contents?: true

Size: 344 Bytes

Versions: 404

Compression:

Stored size: 344 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

404 entries across 404 versions & 2 rubygems

Version Path
fastlane-2.132.0.beta.20190923200017 match/lib/match/encryption/interface.rb
fastlane-2.132.0.beta.20190922200014 match/lib/match/encryption/interface.rb
fastlane-2.132.0.beta.20190921200021 match/lib/match/encryption/interface.rb
fastlane-2.132.0.beta.20190920200012 match/lib/match/encryption/interface.rb
fastlane-2.132.0.beta.20190919200100 match/lib/match/encryption/interface.rb
fastlane-2.132.0.beta.20190918200023 match/lib/match/encryption/interface.rb
fastlane-2.132.0.beta.20190917200011 match/lib/match/encryption/interface.rb
fastlane-2.132.0.beta.20190916200055 match/lib/match/encryption/interface.rb
fastlane-2.132.0.beta.20190915200038 match/lib/match/encryption/interface.rb
fastlane-2.132.0.beta.20190914200034 match/lib/match/encryption/interface.rb
fastlane-2.132.0.beta.20190913200058 match/lib/match/encryption/interface.rb
fastlane-2.132.0.beta.20190912200052 match/lib/match/encryption/interface.rb
fastlane-2.131.0 match/lib/match/encryption/interface.rb
fastlane-2.131.0.beta.20190911200010 match/lib/match/encryption/interface.rb
fastlane-2.131.0.beta.20190910200104 match/lib/match/encryption/interface.rb
fastlane-2.131.0.beta.20190909200058 match/lib/match/encryption/interface.rb
fastlane-2.131.0.beta.20190908200041 match/lib/match/encryption/interface.rb
fastlane-2.131.0.beta.20190907200030 match/lib/match/encryption/interface.rb
fastlane-2.131.0.beta.20190906200026 match/lib/match/encryption/interface.rb
fastlane-2.131.0.beta.20190905200113 match/lib/match/encryption/interface.rb