# File lib/multimap.rb, line 91
  def [](key)
    @hash[key]
  end