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.117.0.beta.20190218200024 match/lib/match/encryption/interface.rb
fastlane-2.117.0.beta.20190217200019 match/lib/match/encryption/interface.rb
fastlane-2.117.0.beta.20190216200056 match/lib/match/encryption/interface.rb
fastlane-2.117.0.beta.20190215200101 match/lib/match/encryption/interface.rb
fastlane-2.117.0.beta.20190214200107 match/lib/match/encryption/interface.rb
fastlane-2.117.0.beta.20190213200055 match/lib/match/encryption/interface.rb
fastlane-2.117.0.beta.20190212200112 match/lib/match/encryption/interface.rb
fastlane-2.117.0.beta.20190211200054 match/lib/match/encryption/interface.rb
fastlane-2.117.0.beta.20190210200028 match/lib/match/encryption/interface.rb
fastlane-2.117.0.beta.20190209200055 match/lib/match/encryption/interface.rb
fastlane-2.117.0.beta.20190208200116 match/lib/match/encryption/interface.rb
fastlane-2.117.0.beta.20190207200055 match/lib/match/encryption/interface.rb
fastlane-2.116.0 match/lib/match/encryption/interface.rb
fastlane-2.116.0.beta.20190206200014 match/lib/match/encryption/interface.rb
fastlane-2.116.0.beta.20190205200046 match/lib/match/encryption/interface.rb
fastlane-2.116.0.beta.20190204200009 match/lib/match/encryption/interface.rb
fastlane-2.116.0.beta.20190203200034 match/lib/match/encryption/interface.rb
fastlane-2.116.0.beta.20190202200022 match/lib/match/encryption/interface.rb
fastlane-2.116.0.beta.20190201200019 match/lib/match/encryption/interface.rb
fastlane-2.116.0.beta.20190131200016 match/lib/match/encryption/interface.rb