# File lib/rake.rb, line 1596 1596: def initialize 1597: super 1598: @tasks = Hash.new 1599: @rules = Array.new 1600: @scope = Array.new 1601: @last_description = nil 1602: end