# File lib/math_ml/string.rb, line 24 def to_mathml(displaystyle=false) MathML::String.mathml_latex_parser.parse(self, displaystyle) end