# 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