Class | Rake::TaskArguments |
In: |
lib/rake.rb
|
Parent: | Object |
TaskAguments manage the arguments passed to a task.
names | [R] |
Create a TaskArgument object with a list of named arguments (given by :names) and a set of associated values (given by :values). :parent is the parent argument object.
Specify a hash of default values for task arguments. Use the defaults only if there is no specific value for the given argument.