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

Rake::InvocationChain

        # Rake::InvocationChain < LinkedList

(from gem rake-13.0.6)
---
InvocationChain tracks the chain of task invocations to detect circular
dependencies.
---
# Constants:

EMPTY
:   [not documented]


# Class methods:

    append

# Instance methods:

    append
    member?
    prefix
    to_s


      

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.