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

Methods

new  

Attributes

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

Public Class methods

[Source]

# File lib/math_ml.rb, line 428
            def initialize(n, b, o)
               @num = n
               @body = b
               @option = o
            end

[Validate]