==

digest_obj == another_digest_obj â boolean
digest_obj == string â boolean
Instance Public methods

If a string is given, checks whether it is equal to the hex-encoded hash value of the digest object. If another digest instance is given, checks whether they have the same hash value. Otherwise returns false.

doc_ruby_on_rails
2015-04-03 08:06:55
Comments
Leave a Comment

Please login to continue.