Clear the existing arguments on a rake task.
180 181 182 183
# File 'lib/rake/task.rb', line 180 def clear_args @arg_names = nil self end