class Rake::TaskArguments

def with_defaults(defaults)

argument.
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