# File lib/rake.rb, line 911
911:     def initialize(*args)
912:       super
913:       @targets = []
914:     end