Sha256: 89c2625ad10da56beada868990c7dbff440222be385c0a4e30ca1aa4fd450e29
Contents?: true
Size: 174 Bytes
Versions: 2
Compression:
Stored size: 174 Bytes
Contents
# frozen_string_literal: true module IEV module Converter def self.mathml_to_asciimath(input) IEV::Converter::MathmlToAsciimath.convert(input) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
iev-0.3.4 | lib/iev/converter.rb |
iev-0.3.3 | lib/iev/converter.rb |