class MathML::Tr

Public Class Methods

new() click to toggle source
Calls superclass method
    # File lib/math_ml/element.rb
217 def initialize
218         super("mtr")
219 end