# File lib/rake/task_arguments.rb, line 56
    def each(&block)
      @hash.each(&block)
    end