# File lib/rake.rb, line 1411 1411: def initialize 1412: super 1413: @tasks = Hash.new 1414: @rules = Array.new 1415: @scope = Array.new 1416: @last_comment = nil 1417: end