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

Rake::LinkedList

        # Rake::LinkedList < Object

---
# Includes:
Enumerable (from gem rake-13.0.6)

(from gem rake-13.0.6)
---
Polylithic linked list structure used to implement several data
structures in Rake.
---
# Constants:

EMPTY
:   [not documented]


# Class methods:

    cons
    empty
    make
    new

# Instance methods:

    ==
    conj
    each
    empty?
    head
    inspect
    tail
    to_s

# Attributes:

    attr_reader head
    attr_reader tail


      

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.