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

Psych::Visitors::ToRuby

        # Psych::Visitors::ToRuby < Psych::Visitors::Visitor

(from ruby core)
---
This class walks a YAML AST, converting each node to Ruby

---
# Class methods:

    create
    new

# Instance methods:

    accept
    build_exception
    class_loader
    deduplicate
    deserialize
    init_with
    merge_key
    register
    register_empty
    resolve_class
    revive
    revive_hash
    visit_Psych_Nodes_Alias
    visit_Psych_Nodes_Document
    visit_Psych_Nodes_Mapping
    visit_Psych_Nodes_Scalar
    visit_Psych_Nodes_Sequence
    visit_Psych_Nodes_Stream

# Attributes:

    attr_reader class_loader


      

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.