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