class 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 177 def initialize(n, b, e, o) 178 @num = n 179 @beginning = b 180 @ending = e 181 @option = o 182 end