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