class Lutaml::Model::Toml::TomlRbAdapter
def self.parse(toml, _options = {})
def self.parse(toml, _options = {}) TomlRB.parse(toml) end
def to_toml(*)
def to_toml(*) TomlRB.dump(to_h) end
def self.parse(toml, _options = {}) TomlRB.parse(toml) end
def to_toml(*) TomlRB.dump(to_h) end