Method: Latexmath::Converter#initialize

Defined in:
lib/latexmath/converter.rb

#initialize(aggregate) ⇒ Converter

Returns a new instance of Converter.



3
4
5
# File 'lib/latexmath/converter.rb', line 3

def initialize(aggregate)
  @aggregate = aggregate
end