Module: Iev::Converter

Defined in:
lib/iev/converter.rb,
lib/iev/converter/mathml_to_asciimath.rb

Defined Under Namespace

Classes: MathmlToAsciimath

Class Method Summary collapse

Class Method Details

.mathml_to_asciimath(input) ⇒ Object



7
8
9
# File 'lib/iev/converter.rb', line 7

def self.mathml_to_asciimath(input)
  Iev::Converter::MathmlToAsciimath.convert(input)
end