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