Method: ActiveSupport::Digest.hexdigest
- Defined in:
- lib/active_support/digest.rb
.hexdigest(arg) ⇒ Object
17 18 19 |
# File 'lib/active_support/digest.rb', line 17 def hexdigest(arg) hash_digest_class.hexdigest(arg)[0...32] end |
17 18 19 |
# File 'lib/active_support/digest.rb', line 17 def hexdigest(arg) hash_digest_class.hexdigest(arg)[0...32] end |