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

Psych::Nodes::Scalar

        # Psych::Nodes::Scalar < Psych::Nodes::Node

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

This node type is a terminal node and should not have any children.
---
# Constants:

ANY
:   Any style scalar, the emitter chooses
DOUBLE_QUOTED
:   Double quoted style
FOLDED
:   Folded style
LITERAL
:   Literal style
PLAIN
:   Plain scalar style
SINGLE_QUOTED
:   Single quoted style


# Class methods:

    new

# Instance methods:

    anchor
    plain
    quoted
    scalar?
    style
    tag
    value

# Attributes:

    attr_accessor anchor
    attr_accessor plain
    attr_accessor quoted
    attr_accessor style
    attr_accessor tag
    attr_accessor value


      

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.