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

Psych::Nodes::Document

        # Psych::Nodes::Document < Psych::Nodes::Node

(from ruby core)
---
This represents a YAML Document.  This node must be a child of
Psych::Nodes::Stream.  A Psych::Nodes::Document must have one child, and
that child may be one of the following:

*   Psych::Nodes::Sequence
*   Psych::Nodes::Mapping
*   Psych::Nodes::Scalar

---
# Class methods:

    new

# Instance methods:

    document?
    implicit
    implicit_end
    root
    tag_directives
    version

# Attributes:

    attr_accessor implicit
    attr_accessor implicit_end
    attr_accessor tag_directives
    attr_accessor version


      

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.