Parent

Methods

MathML::LaTeX::Macro::Environment

Attributes

beginning[R]
ending[R]
num[R]
option[R]

Public Class Methods

new(n, b, e, o) click to toggle source
# File lib/math_ml/latex.rb, line 177
def initialize(n, b, e, o)
        @num = n
        @beginning = b
        @ending = e
        @option = o
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.