This method is deprecated or moved on the latest stable version. The last existing version (v2_2_9) is shown here.
each(&block)
Enumerates the arguments and their values
# File lib/rake/task_arguments.rb, line 54 def each(&block) @hash.each(&block) end