# File lib/relax/symbolic_hash.rb, line 32
    def []=(key, value)
      super(convert_key(key), convert_value(value))
    end