module MathML::Symbol::EntityReference
Constants
- NAMES
Public Class Methods
convert(name)
click to toggle source
# File lib/math_ml/symbol/entity_reference.rb, line 9 def self.convert(name) MathML.pcstring("&#{name};", true) end