# File lib/rake.rb, line 1690
1690:     def initialize
1691:       super
1692:       @tasks = Hash.new
1693:       @rules = Array.new
1694:       @scope = Array.new
1695:       @last_description = nil
1696:     end