# File lib/rake.rb, line 1668 1668: def initialize 1669: super 1670: @tasks = Hash.new 1671: @rules = Array.new 1672: @scope = Array.new 1673: @last_description = nil 1674: end