Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/cachetastic/extensions/string.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#hexdigestObject

:nodoc:



4
5
6
# File 'lib/cachetastic/extensions/string.rb', line 4

def hexdigest # :nodoc:
  Digest::SHA1.hexdigest(self)
end