Methods

MathML

Public Class Methods

pcstring(s, encoded=false) click to toggle source
# File lib/math_ml.rb, line 16
def self.pcstring(s, encoded=false)
        s.is_a?(EimXML::PCString) ? s : EimXML::PCString.new(s, encoded)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.