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

clear

        # Rake::Task.clear

(from gem rake-13.0.6)
### Implementation from Task
---
    clear()

---

Clear the task list.  This cause rake to immediately forget all the
tasks that have been assigned.  (Normally used in the unit tests.)


(from gem rake-13.0.6)
### Implementation from Task
---
    clear()

---

Clear the existing prerequisites, actions, comments, and arguments of a
rake task.



      

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.