This method is deprecated or moved on the latest stable version. The last existing version (v2_2_9) is shown here.
values_at(*keys)
Extracts the argument values at keys
# File lib/rake/task_arguments.rb, line 59 def values_at(*keys) keys.map { |k| lookup(k) } end