# File lib/rake.rb, line 350
350:     def each(&block)
351:       @hash.each(&block)
352:     end