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.127.0.beta.20190624200045 match/lib/match/encryption/interface.rb
fastlane-2.126.0 match/lib/match/encryption/interface.rb
fastlane-2.126.0.beta.20190623200100 match/lib/match/encryption/interface.rb
fastlane-2.126.0.beta.20190622200100 match/lib/match/encryption/interface.rb
fastlane-2.126.0.beta.20190621200104 match/lib/match/encryption/interface.rb
fastlane-2.126.0.beta.20190620200055 match/lib/match/encryption/interface.rb
fastlane-2.126.0.beta.20190619200046 match/lib/match/encryption/interface.rb
fastlane-2.126.0.beta.20190618200051 match/lib/match/encryption/interface.rb
fastlane-2.126.0.beta.20190617200114 match/lib/match/encryption/interface.rb
fastlane-2.126.0.beta.20190616200045 match/lib/match/encryption/interface.rb
fastlane-2.126.0.beta.20190615200013 match/lib/match/encryption/interface.rb
fastlane-2.126.0.beta.20190614200105 match/lib/match/encryption/interface.rb
fastlane-2.126.0.beta.20190613200017 match/lib/match/encryption/interface.rb
fastlane-2.126.0.beta.20190611200027 match/lib/match/encryption/interface.rb
fastlane-2.126.0.beta.20190610200032 match/lib/match/encryption/interface.rb
fastlane-2.126.0.beta.20190609200013 match/lib/match/encryption/interface.rb
fastlane-2.126.0.beta.20190608200023 match/lib/match/encryption/interface.rb
fastlane-2.126.0.beta.20190607200028 match/lib/match/encryption/interface.rb
fastlane-2.126.0.beta.20190606200048 match/lib/match/encryption/interface.rb
fastlane-2.126.0.beta.20190605200119 match/lib/match/encryption/interface.rb