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

Rake::FileTask

        # Rake::FileTask < Task

(from gem rake-13.0.6)
---
A FileTask is a task that includes time based dependencies.  If any of a
FileTask's prerequisites have a timestamp that is later than the file
represented by this task, then the file must be rebuilt (using the
supplied actions).
---
# Class methods:

    scope_name

# Instance methods:

    needed?
    out_of_date?
    timestamp


      

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.