module Lutaml::Model::Toml
def self.detect_toml_adapter
def self.detect_toml_adapter return :tomlib if Object.const_defined?(:Tomlib) return :toml_rb if Object.const_defined?(:TomlRb) nil end
def self.detect_toml_adapter return :tomlib if Object.const_defined?(:Tomlib) return :toml_rb if Object.const_defined?(:TomlRb) nil end