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