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.122.0.beta.20190430200043 match/lib/match/encryption/interface.rb
fastlane-2.122.0.beta.20190429200122 match/lib/match/encryption/interface.rb
fastlane-2.122.0.beta.20190428200018 match/lib/match/encryption/interface.rb
fastlane-2.122.0.beta.20190427200023 match/lib/match/encryption/interface.rb
fastlane-2.122.0.beta.20190426200020 match/lib/match/encryption/interface.rb
fastlane-2.122.0.beta.20190425200104 match/lib/match/encryption/interface.rb
fastlane-2.122.0.beta.20190424200026 match/lib/match/encryption/interface.rb
fastlane-2.122.0.beta.20190423200058 match/lib/match/encryption/interface.rb
fastlane-2.121.1 match/lib/match/encryption/interface.rb
fastlane-2.121.0 match/lib/match/encryption/interface.rb
fastlane-2.121.0.beta.20190422200029 match/lib/match/encryption/interface.rb
fastlane-2.121.0.beta.20190421200026 match/lib/match/encryption/interface.rb
fastlane-2.121.0.beta.20190420200032 match/lib/match/encryption/interface.rb
fastlane-2.121.0.beta.20190419200010 match/lib/match/encryption/interface.rb
fastlane-2.121.0.beta.20190418200030 match/lib/match/encryption/interface.rb
fastlane-2.121.0.beta.20190417200018 match/lib/match/encryption/interface.rb
fastlane-2.121.0.beta.20190416200048 match/lib/match/encryption/interface.rb
fastlane-2.121.0.beta.20190415200032 match/lib/match/encryption/interface.rb
fastlane-2.121.0.beta.20190414200028 match/lib/match/encryption/interface.rb
fastlane-2.121.0.beta.20190413200059 match/lib/match/encryption/interface.rb