# File lib/rake.rb, line 365
365:     def with_defaults(defaults)
366:       @hash = defaults.merge(@hash)
367:     end