class MathML::Operator
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/math_ml/element.rb 165 def initialize 166 super('mo') 167 end