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

Psych::Nodes::Stream

        # Psych::Nodes::Stream < Psych::Nodes::Node

(from ruby core)
---
Represents a YAML stream.  This is the root node for any YAML parse
tree.  This node must have one or more child nodes.  The only valid
child node for a Psych::Nodes::Stream node is Psych::Nodes::Document.
---
# Constants:

ANY
:   Any encoding
UTF16BE
:   UTF-16BE encoding
UTF16LE
:   UTF-16LE encoding
UTF8
:   UTF-8 encoding


# Class methods:

    new

# Instance methods:

    encoding
    stream?

# Attributes:

    attr_accessor 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.