# File lib/rake.rb, line 310
310:     def each(&block)
311:       @hash.each(&block)
312:     end