# File lib/multimap.rb, line 301
  def index(value)
    invert[value]
  end