Method: MathML::LaTeX::Macro#initialize
- Defined in:
- lib/math_ml/latex.rb
#initialize ⇒ Macro
Returns a new instance of Macro.
190 191 192 193 |
# File 'lib/math_ml/latex.rb', line 190 def initialize @commands = {} @environments = {} end |