lib/xml/kit/crypto/unknown_cipher.rb in xml-kit-0.1.11 vs lib/xml/kit/crypto/unknown_cipher.rb in xml-kit-0.1.12

- old
+ new

@@ -1,12 +1,13 @@ +# frozen_string_literal: true + module Xml module Kit module Crypto class UnknownCipher - def initialize(algorithm, key) - end + def initialize(algorithm, key); end - def self.matches?(algorithm) + def self.matches?(_algorithm) true end def decrypt(cipher_text) cipher_text