module Togls::Helpers
Collection of helper methods used through the Togls
library.
Public Class Methods
sha1(*args)
click to toggle source
# File lib/togls/helpers.rb, line 6 def self.sha1(*args) Digest::SHA1.hexdigest(args.join(':')) end