Module: Togls::Helpers

Defined in:
lib/togls/helpers.rb

Overview

Helpers

Collection of helper methods used through the Togls library.

Class Method Summary collapse

Class Method Details

.sha1(*args) ⇒ Object



6
7
8
# File 'lib/togls/helpers.rb', line 6

def self.sha1(*args)
  Digest::SHA1.hexdigest(args.join(':'))
end