# File lib/rake.rb, line 1435
1435:     def initialize
1436:       super
1437:       @tasks = Hash.new
1438:       @rules = Array.new
1439:       @scope = Array.new
1440:       @last_comment = nil
1441:     end