Module: MDhash
- Defined in:
- lib/liquid-md5.rb
Instance Method Summary collapse
Instance Method Details
#md5(input) ⇒ Object
4 5 6 |
# File 'lib/liquid-md5.rb', line 4 def md5(input) Digest::MD5.hexdigest input.strip end |
4 5 6 |
# File 'lib/liquid-md5.rb', line 4 def md5(input) Digest::MD5.hexdigest input.strip end |