# File lib/termtter/crypt.rb, line 5 def self.crypt(s) Base64.encode64(s) end
# File lib/termtter/crypt.rb, line 9 def self.decrypt(s) Base64.decode64(s) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.