# File lib/rake.rb, line 346 346: def with_defaults(defaults) 347: @hash = defaults.merge(@hash) 348: end