class MathML::LaTeX::Macro::Command

Attributes

body[R]
num[R]
option[R]

Public Class Methods

new(n, b, o) click to toggle source
    # File lib/math_ml/latex.rb
172 def initialize(n, b, o)
173   @num = n
174   @body = b
175   @option = o
176 end