class Spruz::Bijection

def []=(key, value)

def []=(key, value)
  return if key?(key)
  super
  @inverted[value] = key
end