Class MathML::Over
In: lib/math_ml.rb
Parent: Element

Methods

new  

Public Class methods

[Source]

# File lib/math_ml.rb, line 170
      def initialize(base, over)
         super("mover")
         self << base << over
      end

[Validate]