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