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



5
6
7
# File 'lib/iev/converter.rb', line 5

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