# File lib/spruz/bijection.rb, line 23
    def []=(key, value)
      return if key?(key)
      super
      @inverted[value] = key
    end