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.113.0.beta.20181223200038 match/lib/match/encryption/interface.rb
fastlane-2.113.0.beta.20181222200027 match/lib/match/encryption/interface.rb
fastlane-2.113.0.beta.20181221200014 match/lib/match/encryption/interface.rb
fastlane-2.113.0.beta.20181220200101 match/lib/match/encryption/interface.rb
fastlane-2.113.0.beta.20181219200044 match/lib/match/encryption/interface.rb
fastlane-2.112.0 match/lib/match/encryption/interface.rb
fastlane-2.112.0.beta.20181218200038 match/lib/match/encryption/interface.rb
fastlane-2.112.0.beta.20181217200025 match/lib/match/encryption/interface.rb
fastlane-2.112.0.beta.20181216200018 match/lib/match/encryption/interface.rb
fastlane-2.112.0.beta.20181215200110 match/lib/match/encryption/interface.rb
fastlane-2.112.0.beta.20181214200045 match/lib/match/encryption/interface.rb
fastlane-2.111.0 match/lib/match/encryption/interface.rb
fastlane-2.111.0.beta.20181213200033 match/lib/match/encryption/interface.rb
fastlane-2.111.0.beta.20181213171204 match/lib/match/encryption/interface.rb
fastlane-2.111.0.beta.20181211193527 match/lib/match/encryption/interface.rb
fastlane-2.111.0.beta.20181211193027 match/lib/match/encryption/interface.rb
fastlane-2.110.0 match/lib/match/encryption/interface.rb
fastlane-2.109.1 match/lib/match/encryption/interface.rb
fastlane-2.109.0 match/lib/match/encryption/interface.rb
fastlane-2.108.0 match/lib/match/encryption/interface.rb