class Spruz::Bijection

def []=(key, value)

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