Method: Encryption::String#decrypt!

Defined in:
lib/helpers/string.rb

#decrypt!(options = {}) ⇒ Object



22
23
24
# File 'lib/helpers/string.rb', line 22

def decrypt!(options = {})
  replace decrypt(options)
end