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(klass, data) ⇒ Object



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

def self.sha1(klass, data)
  Digest::SHA1.hexdigest("#{klass}:#{data}")
end