Class MathML::LaTeX::Macro::Environment
In: lib/math_ml/latex.rb
Parent: Object

Methods

new  

Attributes

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

Public Class methods

[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

[Validate]