class Rake::TaskArguments
def with_defaults(defaults)
defaults only if there is no specific value for the given
Specify a hash of default values for task arguments. Use the
def with_defaults(defaults) @hash = defaults.merge(@hash) end
def with_defaults(defaults) @hash = defaults.merge(@hash) end