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.124.0.beta.20190519200032 match/lib/match/encryption/interface.rb
fastlane-2.124.0.beta.20190518200049 match/lib/match/encryption/interface.rb
fastlane-2.124.0.beta.20190517200016 match/lib/match/encryption/interface.rb
fastlane-2.124.0.beta.20190516200101 match/lib/match/encryption/interface.rb
fastlane-2.124.0.beta.20190515200049 match/lib/match/encryption/interface.rb
fastlane-2.123.0 match/lib/match/encryption/interface.rb
fastlane-2.123.0.beta.20190514200021 match/lib/match/encryption/interface.rb
fastlane-2.123.0.beta.20190513200032 match/lib/match/encryption/interface.rb
fastlane-2.123.0.beta.20190512200017 match/lib/match/encryption/interface.rb
fastlane-2.123.0.beta.20190511200023 match/lib/match/encryption/interface.rb
fastlane-2.123.0.beta.20190510200014 match/lib/match/encryption/interface.rb
fastlane-2.123.0.beta.20190509200030 match/lib/match/encryption/interface.rb
fastlane-2.123.0.beta.20190508200056 match/lib/match/encryption/interface.rb
fastlane-2.123.0.beta.20190507200014 match/lib/match/encryption/interface.rb
fastlane-2.123.0.beta.20190506200027 match/lib/match/encryption/interface.rb
fastlane-2.123.0.beta.20190505200037 match/lib/match/encryption/interface.rb
fastlane-2.123.0.beta.20190504200051 match/lib/match/encryption/interface.rb
fastlane-2.122.0 match/lib/match/encryption/interface.rb
fastlane-2.122.0.beta.20190502200046 match/lib/match/encryption/interface.rb
fastlane-2.122.0.beta.20190501200015 match/lib/match/encryption/interface.rb