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
182 def initialize(n, b, e, o)
183   @num = n
184   @beginning = b
185   @ending = e
186   @option = o
187 end