Class: MathML::Tr

Inherits:
Element show all
Defined in:
lib/math_ml.rb

Instance Attribute Summary

Attributes inherited from Element

#display_style

Instance Method Summary collapse

Methods inherited from Element

#<<, #as_display_style

Methods inherited from XMLElement

#pop

Constructor Details

#initializeTr

Returns a new instance of Tr.



249
250
251
# File 'lib/math_ml.rb', line 249

def initialize
	super("mtr")
end