method

hexdigest

hexdigest(arg)
public

No documentation available.

# File activesupport/lib/active_support/digest.rb, line 17
      def hexdigest(arg)
        hash_digest_class.hexdigest(arg)[0...32]
      end