# sig/toml/keygroup.rbs class TOML::Keygroup def initialize: () -> void def navigate_keys: () -> untyped end # sig/toml/keyvalue.rbs class TOML::Keyvalue def assign: () -> untyped def initialize: () -> void end # sig/toml/parser.rbs class TOML::Parser def initialize: () -> void end # sig/toml/keygroup.rbs module Keygroup def value: () -> untyped end # sig/toml/keyvalue.rbs module Keyvalue def value: () -> untyped end # sig/toml.rbs module TOML def self.load_file: () -> untyped def self.parse: () -> untyped end # sig/toml/string.rbs module TomlString def value: () -> untyped end