Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/cachetastic/extensions/string.rb
Overview
:nodoc:
Instance Method Summary collapse
-
#hexdigest ⇒ Object
:nodoc:.
Instance Method Details
#hexdigest ⇒ Object
:nodoc:
4 5 6 |
# File 'lib/cachetastic/extensions/string.rb', line 4 def hexdigest # :nodoc: Digest::SHA1.hexdigest(self) end |