Class: Iev::Converter::MathmlToAsciimath

Inherits:
Object
  • Object
show all
Defined in:
lib/iev/converter/mathml_to_asciimath.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.convert(input) ⇒ Object



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

def self.convert(input)
  new.convert(input)
end

Instance Method Details

#convert(input) ⇒ Object



12
13
14
# File 'lib/iev/converter/mathml_to_asciimath.rb', line 12

def convert(input)
  mathml_to_asciimath(input)
end