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

RubyVM::AbstractSyntaxTree::Node

        # RubyVM::AbstractSyntaxTree::Node < Object

(from ruby core)
---

RubyVM::AbstractSyntaxTree::Node instances are created by parse methods
in RubyVM::AbstractSyntaxTree.

This class is MRI specific.

---
# Instance methods:

    children
    first_column
    first_lineno
    inspect
    last_column
    last_lineno
    node_id
    pretty_print
    pretty_print_children
    script_lines
    source
    type


      

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.