# sig/plist/generator.rbs class Plist::Emit::PlistBuilder def build: () -> untyped def comment_tag: () -> untyped def data_tag: () -> untyped def element_type: () -> untyped def indent: () -> untyped def initialize: () -> void def tag: () -> untyped end # sig/plist/parser.rbs class Plist::Listener def initialize: () -> void def tag_end: () -> untyped def tag_start: () -> untyped def text: () -> untyped end # sig/plist/parser.rbs class Plist::PArray < Plist::PTag def to_ruby: () -> untyped end # sig/plist/parser.rbs class Plist::PData < Plist::PTag def to_ruby: () -> untyped end # sig/plist/parser.rbs class Plist::PDate < Plist::PTag def to_ruby: () -> untyped end # sig/plist/parser.rbs class Plist::PDict < Plist::PTag def to_ruby: () -> untyped end # sig/plist/parser.rbs class Plist::PFalse < Plist::PTag def to_ruby: () -> untyped end # sig/plist/parser.rbs class Plist::PInteger < Plist::PTag def to_ruby: () -> untyped end # sig/plist/parser.rbs class Plist::PKey < Plist::PTag def to_ruby: () -> untyped end # sig/plist/parser.rbs class Plist::PList < Plist::PTag def to_ruby: () -> untyped end # sig/plist/parser.rbs class Plist::PReal < Plist::PTag def to_ruby: () -> untyped end # sig/plist/parser.rbs class Plist::PString < Plist::PTag def to_ruby: () -> untyped end # sig/plist/parser.rbs class Plist::PTag def self.inherited: () -> untyped def self.mappings: () -> untyped def initialize: () -> void def to_ruby: () -> untyped end # sig/plist/parser.rbs class Plist::PTrue < Plist::PTag def to_ruby: () -> untyped end # sig/plist/parser.rbs class Plist::StreamParser def initialize: () -> void def parse: () -> untyped def parse_encoding_from_xml_declaration: () -> untyped end # sig/plist/generator.rbs module Plist def self.parse_xml: () -> untyped end # sig/plist/generator.rbs module Plist::Emit def self.dump: () -> untyped def self.save_plist: () -> untyped def self.wrap: () -> untyped def save_plist: () -> untyped def to_plist: () -> untyped end