# File lib/multimap.rb, line 167
  def each_association(&block)
    @hash.each_pair(&block)
  end