each(&block)
Enumerates the arguments and their values
# File lib/rake/task_arguments.rb, line 54 def each(&block) @hash.each(&block) end