module MathML::Symbol::UTF8

Constants

MAP

Public Class Methods

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