public Method

Task.set_arg_names(args)

Set the names of the arguments for this task. args should be an array of symbols, one for each argument name.

Source Code

# File rake.rb, line 594
def set_arg_names(args)
  @arg_names = args.map { |a| a.to_sym }
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.