# File lib/rack/mount/vendor/multimap/multimap.rb, line 75
  def initialize(default = [])
    @hash = Hash.new(default)
  end