MathML::Element
# File lib/math_ml/element.rb, line 59 def initialize super("mfenced") end
# 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
# 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
[Validate]
Generated with the Darkfish Rdoc Generator 2.