method

digest

v2_5_5 - Show latest stable - Class: Digest::Class
digest(*args)
public

Returns the hash value of a given string. This is equivalent to Digest::Class.new(*parameters).digest(string), where extra parameters, if any, are passed through to the constructor and the string is passed to #digest().