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.118.0.beta.20190307200117 match/lib/match/encryption/interface.rb
fastlane-2.118.0.beta.20190306200052 match/lib/match/encryption/interface.rb
fastlane-2.118.0.beta.20190305200056 match/lib/match/encryption/interface.rb
fastlane-2.118.0.beta.20190304200015 match/lib/match/encryption/interface.rb
fastlane-2.118.0.beta.20190303200015 match/lib/match/encryption/interface.rb
fastlane-2.118.0.beta.20190302200102 match/lib/match/encryption/interface.rb
fastlane-2.118.0.beta.20190301200031 match/lib/match/encryption/interface.rb
fastlane-2.117.1 match/lib/match/encryption/interface.rb
fastlane-2.117.0 match/lib/match/encryption/interface.rb
fastlane-2.117.0.beta.20190228200006 match/lib/match/encryption/interface.rb
fastlane-2.117.0.beta.20190227200038 match/lib/match/encryption/interface.rb
fastlane-2.117.0.beta.20190226200042 match/lib/match/encryption/interface.rb
fastlane-2.117.0.beta.20190225200103 match/lib/match/encryption/interface.rb
fastlane-2.117.0.beta.20190224200023 match/lib/match/encryption/interface.rb
fastlane-2.117.0.beta.20190223200012 match/lib/match/encryption/interface.rb
fastlane-2.117.0.beta.20190222200022 match/lib/match/encryption/interface.rb
fastlane-2.117.0.beta.20190221200044 match/lib/match/encryption/interface.rb
fastlane-2.117.0.beta.20190220200018 match/lib/match/encryption/interface.rb
fastlane-2.116.1 match/lib/match/encryption/interface.rb
fastlane-2.117.0.beta.20190219200042 match/lib/match/encryption/interface.rb