module Encryptor::String

def decrypt!(options ={})

Replaces the contents of a string with the decrypted version of itself
def decrypt!(options ={})
  replace decrypt(options)
end