Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
set_arg_names(args)
public
Set the names of the arguments for this task.
args should be an array of symbols, one for each argument name.
# File lib/rake/task.rb, line 308
def set_arg_names(args)
@arg_names = args.map { |a| a.to_sym }
end