method

new

new()
public

No documentation available.

# File lib/rake/task_manager.rb, line 9
    def initialize
      super
      @tasks = Hash.new
      @rules = Array.new
      @scope = Scope.make
      @last_description = nil
    end