Method: ActiveSupport::Digest.hash_digest_class

Defined in:
lib/active_support/digest.rb

.hash_digest_classObject



8
9
10
# File 'lib/active_support/digest.rb', line 8

def hash_digest_class
  @hash_digest_class ||= ::Digest::MD5
end