module MathML::Symbol::CharacterReference

Constants

MAP

Public Class Methods

convert(name) click to toggle source
   # File lib/math_ml/symbol/character_reference.rb
 9 def self.convert(name)
10         MathML.pcstring(MAP[name.to_s.to_sym], true)
11 end