Class: Plurimath::Omml::Translator
- Inherits:
-
Object
- Object
- Plurimath::Omml::Translator
- Includes:
- FormulaTransformation
- Defined in:
- lib/plurimath/omml/translator.rb
Instance Method Summary collapse
Instance Method Details
#omml_to_plurimath(node) ⇒ Object
8 9 10 11 12 |
# File 'lib/plurimath/omml/translator.rb', line 8 def omml_to_plurimath(node) return nil if node.nil? translate_node(node) end |