module MathML::Symbol::UTF8

Constants

MAP

Public Class Methods

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