module MathML::Symbol::UTF8
Constants
- MAP
Public Class Methods
convert(name)
click to toggle source
# File lib/math_ml/symbol/utf8.rb 10 def self.convert(name) 11 MAP[name.to_s.to_sym] 12 end