# File lib/more/facets/openobject.rb, line 180
  def []=(k,v)
    protect_slot(k)
    super(k.to_sym,v)
  end