Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/jagg/helpers/string.rb
Instance Method Summary collapse
-
#to_md5 ⇒ Object
Convert the string into an MD5 hash.
Instance Method Details
#to_md5 ⇒ Object
Convert the string into an MD5 hash
7 8 9 |
# File 'lib/jagg/helpers/string.rb', line 7 def to_md5 Digest::MD5.hexdigest(self) end |