lib/iev/converter.rb in iev-0.3.4 vs lib/iev/converter.rb in iev-0.3.5
- old
+ new
@@ -1,9 +1,9 @@
# frozen_string_literal: true
-module IEV
+module Iev
module Converter
def self.mathml_to_asciimath(input)
- IEV::Converter::MathmlToAsciimath.convert(input)
+ Iev::Converter::MathmlToAsciimath.convert(input)
end
end
end