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

start_stream

        # Psych::Handler.start_stream

(from ruby core)
### Implementation from Handler
---
    start_stream(encoding)

---

Called with `encoding` when the YAML stream starts.  This method is
called once per stream.  A stream may contain multiple documents.

See the constants in Psych::Parser for the possible values of
`encoding`.



      

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.