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

Psych::Nodes::Alias

        # Psych::Nodes::Alias < Psych::Nodes::Node

(from ruby core)
---
This class represents a [YAML Alias](http://yaml.org/spec/1.1/#alias).
It points to an `anchor`.

A Psych::Nodes::Alias is a terminal node and may have no children.
---
# Class methods:

    new

# Instance methods:

    alias?
    anchor

# Attributes:

    attr_accessor anchor


      

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.