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.130.0.beta.20190816200015 match/lib/match/encryption/interface.rb
fastlane-2.130.0.beta.20190815200057 match/lib/match/encryption/interface.rb
fastlane-2.130.0.beta.20190814200010 match/lib/match/encryption/interface.rb
fastlane-2.129.0 match/lib/match/encryption/interface.rb
fastlane-2.129.0.beta.20190813200016 match/lib/match/encryption/interface.rb
fastlane-2.129.0.beta.20190811200106 match/lib/match/encryption/interface.rb
fastlane-2.129.0.beta.20190810200059 match/lib/match/encryption/interface.rb
fastlane-2.129.0.beta.20190809200051 match/lib/match/encryption/interface.rb
fastlane-2.129.0.beta.20190808200013 match/lib/match/encryption/interface.rb
fastlane-2.129.0.beta.20190807200122 match/lib/match/encryption/interface.rb
fastlane-2.129.0.beta.20190806200055 match/lib/match/encryption/interface.rb
fastlane-2.129.0.beta.20190805200019 match/lib/match/encryption/interface.rb
fastlane-2.129.0.beta.20190804200053 match/lib/match/encryption/interface.rb
fastlane-2.129.0.beta.20190803200103 match/lib/match/encryption/interface.rb
fastlane-2.129.0.beta.20190802200057 match/lib/match/encryption/interface.rb
fastlane-2.129.0.beta.20190731200035 match/lib/match/encryption/interface.rb
fastlane-2.129.0.beta.20190730200040 match/lib/match/encryption/interface.rb
fastlane-2.129.0.beta.20190729200106 match/lib/match/encryption/interface.rb
fastlane-2.129.0.beta.20190728200052 match/lib/match/encryption/interface.rb
fastlane-2.129.0.beta.20190727200032 match/lib/match/encryption/interface.rb