# File multiset.rb, line 268
  def each_item(&block) # :yields: item
    @items.each_key(&block)
    self
  end