This is a Ruby tree! It shows every object from the Ruby Programming Language in a tree format.

reset

        # OpenSSL::Digest.reset

(from ruby core)
### Implementation from Digest
---
    digest.reset -> self

---

Resets the Digest in the sense that any Digest#update that has been
performed is abandoned and the Digest is set to its initial state again.



      

This is MURDOC! A Ruby documentation browser inspired by Smalltalk-80. It allows you to learn about Ruby by browsing through its class hierarchies, and see any of its methods.