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