This method is deprecated or moved on the latest stable version. The last existing version (v2_2_9) is shown here.
extras()
Retrieve the list of values not associated with named arguments
# File lib/rake/task_arguments.rb, line 30 def extras @values[@names.length..-1] || [] end