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

Psych::Nodes::Mapping

        # Psych::Nodes::Mapping < Psych::Nodes::Node

(from ruby core)
---
This class represents a [YAML
Mapping](http://yaml.org/spec/1.1/#mapping).

A Psych::Nodes::Mapping node may have 0 or more children, but must have
an even number of children.  Here are the valid children a
Psych::Nodes::Mapping node may have:

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

---
# Constants:

ANY
:   Any Map Style
BLOCK
:   Block Map Style
FLOW
:   Flow Map Style


# Class methods:

    new

# Instance methods:

    anchor
    implicit
    mapping?
    style
    tag

# Attributes:

    attr_accessor anchor
    attr_accessor implicit
    attr_accessor style
    attr_accessor tag


      

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.