module Rake::TaskManager
def initialize
def initialize super @tasks = Hash.new @rules = Array.new @scope = Array.new @last_description = nil end
def initialize super @tasks = Hash.new @rules = Array.new @scope = Array.new @last_description = nil end