Module: MathML::Variant
- Defined in:
- lib/math_ml/element.rb
Constant Summary collapse
- NORMAL =
"normal"
- BOLD =
"bold"
- BOLD_ITALIC =
"bold-italic"
Instance Method Summary collapse
Instance Method Details
#variant=(v) ⇒ Object
15 16 17 |
# File 'lib/math_ml/element.rb', line 15 def variant=(v) self["mathvariant"] = v end |