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

Rake::Application

        # Rake::Application < Object

---
# Includes:
(from gem rake-13.0.6)
    TaskManager
    TraceOutput

(from gem rake-13.0.6)
---
Rake main application object.  When invoking `rake` from the command
line, a Rake::Application object is created and run.
---
# Constants:

DEFAULT_RAKEFILES
:   [not documented]


# Class methods:

    new

# Instance methods:

    add_loader
    init
    load_rakefile
    name
    options
    original_dir
    rakefile
    run
    run_with_threads
    terminal_columns
    top_level
    top_level_tasks
    tty_output

# Attributes:

    attr_accessor terminal_columns
    attr_reader name
    attr_reader original_dir
    attr_reader rakefile
    attr_reader top_level_tasks
    attr_writer tty_output


      

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.