[Source]
# File lib/math_ml/element.rb, line 5 5: def as_display_style 6: @display_style = true 7: self 8: end
[Validate]