Parent

Methods

MathML::LaTeX::Macro::Environment

Attributes

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

Public Class Methods

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

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.