Set the names of the arguments for this task. args should be an array of symbols, one for each argument name.
# File rake.rb, line 594 def set_arg_names(args) @arg_names = args.map { |a| a.to_sym } end
<code/>
<pre/>
<code/>and<pre/>for code samples.