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

Methods

new  

Attributes

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

Public Class methods

[Source]

     # File lib/math_ml/latex.rb, line 168
168:                                 def initialize(n, b, o)
169:                                         @num = n
170:                                         @body = b
171:                                         @option = o
172:                                 end

[Validate]