# File lib/rack/mount/vendor/multimap/multimap.rb, line 204
  def each_key
    each_pair do |key, _|
      yield key
    end
  end