class MathML::Element

Attributes

display_style[R]

Public Instance Methods

as_display_style() click to toggle source
  # File lib/math_ml/element.rb
5 def as_display_style
6   @display_style = true
7   self
8 end