Class Rake::TaskArguments
In: lib/rake.rb
Parent: Object

TaskAguments manage the arguments passed to a task.

Methods

[]   each   inspect   lookup   method_missing   new   new_scope   to_hash   to_s  

Included Modules

Enumerable

Attributes

names  [R] 

Public Class methods

Public Instance methods

Find an argument value by name or index.

Create a new argument scope using the prerequisite argument names.

Protected Instance methods

[Validate]