12 13 14
# File 'lib/wixy.rb', line 12 def self.decrypt(text, config = Config.new) new_cipher(config).decrypt(text) end