Top Level Namespace

Defined Under Namespace

Modules: Plurimath

Instance Method Summary collapse

Instance Method Details

#mml_adapter(adapter) ⇒ Object



4
5
6
7
# File 'lib/plurimath.rb', line 4

def mml_adapter(adapter)
  require "lutaml/model"
  Mml::Configuration.adapter = adapter unless Mml::Configuration.adapter
end