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
168 def initialize(n, b, o)
169         @num = n
170         @body = b
171         @option = o
172 end