# File lib/math_ml/element.rb, line 69
                def close=(c)
                        c = "" if c.to_s=="." || !c
                        c = "}" if c.to_s=="\\}"
                        self[:close] = MathML.pcstring(c, true)
                end