# File lib/math_ml/element.rb, line 63
                def open=(o)
                        o = "" if o.to_s=="." || !o
                        o = "{" if o.to_s=="\\{"
                        self[:open] = MathML.pcstring(o, true)
                end