# File lib/rake.rb, line 1099
1099:     def initialize(*args)
1100:       super
1101:       @targets = []
1102:     end