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.114.0.beta.20190111200053 match/lib/match/encryption/interface.rb
fastlane-2.114.0.beta.20190110200051 match/lib/match/encryption/interface.rb
fastlane-2.114.0.beta.20190109200053 match/lib/match/encryption/interface.rb
fastlane-2.114.0.beta.20190108200048 match/lib/match/encryption/interface.rb
fastlane-2.113.0 match/lib/match/encryption/interface.rb
fastlane-2.113.0.beta.20190107200010 match/lib/match/encryption/interface.rb
fastlane-2.113.0.beta.20190106200016 match/lib/match/encryption/interface.rb
fastlane-2.113.0.beta.20190105200036 match/lib/match/encryption/interface.rb
fastlane-2.113.0.beta.20190104200013 match/lib/match/encryption/interface.rb
fastlane-2.113.0.beta.20190103200013 match/lib/match/encryption/interface.rb
fastlane-2.113.0.beta.20190102200016 match/lib/match/encryption/interface.rb
fastlane-2.113.0.beta.20190101200013 match/lib/match/encryption/interface.rb
fastlane-2.113.0.beta.20181231200027 match/lib/match/encryption/interface.rb
fastlane-2.113.0.beta.20181230200014 match/lib/match/encryption/interface.rb
fastlane-2.113.0.beta.20181229200101 match/lib/match/encryption/interface.rb
fastlane-2.113.0.beta.20181228200027 match/lib/match/encryption/interface.rb
fastlane-2.113.0.beta.20181227200058 match/lib/match/encryption/interface.rb
fastlane-2.113.0.beta.20181226200116 match/lib/match/encryption/interface.rb
fastlane-2.113.0.beta.20181225200026 match/lib/match/encryption/interface.rb
fastlane-2.113.0.beta.20181224200038 match/lib/match/encryption/interface.rb