class Lutaml::Model::TomlAdapter::TomlibAdapter

def to_toml(*args)

def to_toml(*args)
  Tomlib.dump(to_h, *args)
  # Tomlib::Generator.new(to_h).toml_str
end