2 3 4
# File 'lib/udongo/cryptography.rb', line 2 def crypt(options = {}) @crypt ||= Udongo::Crypt.new(options) end