Method: Encryption::String#encrypt!

Defined in:
lib/helpers/string.rb

#encrypt!(options = {}) ⇒ Object



18
19
20
# File 'lib/helpers/string.rb', line 18

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