# File lib/rake.rb, line 250
250:     def initialize(*args)
251:       super
252:       @targets = []
253:     end