# File lib/ruote/part/hash_participant.rb, line 77 def each (&block) @items.each { |i| block.call(i) } end