# sig/cfpropertylist/rbCFPropertyList.rbs class Array def to_plist: () -> untyped end # sig/cfpropertylist/rbBinaryCFPropertyList.rbs class CFPropertyList::Binary def array_to_binary: () -> untyped def bool_to_binary: () -> untyped def count_object_refs: () -> untyped def data_to_binary: () -> untyped def date_to_binary: () -> untyped def dict_to_binary: () -> untyped def int_to_binary: () -> untyped def load: () -> untyped def num_to_binary: () -> untyped def object_ref_size: () -> untyped def read_binary_array: () -> untyped def read_binary_data: () -> untyped def read_binary_date: () -> untyped def read_binary_dict: () -> untyped def read_binary_int: () -> untyped def read_binary_null_type: () -> untyped def read_binary_object: () -> untyped def read_binary_object_at: () -> untyped def read_binary_real: () -> untyped def read_binary_string: () -> untyped def read_binary_unicode_string: () -> untyped def read_fd: () -> untyped def real_to_binary: () -> untyped def string_to_binary: () -> untyped def to_str: () -> untyped def uid_to_binary: () -> untyped def unpack_with_size: () -> untyped end # sig/cfpropertylist/rbCFTypes.rbs class CFPropertyList::CFArray < CFPropertyList::CFType def initialize: () -> void def to_binary: () -> untyped def to_plain: () -> untyped def to_xml: () -> untyped end # sig/cfpropertylist/rbCFTypes.rbs class CFPropertyList::CFBoolean < CFPropertyList::CFType def to_binary: () -> untyped def to_plain: () -> untyped def to_xml: () -> untyped end # sig/cfpropertylist/rbCFTypes.rbs class CFPropertyList::CFData < CFPropertyList::CFType def decoded_value: () -> untyped def encoded_value: () -> untyped def initialize: () -> void def to_binary: () -> untyped def to_plain: () -> untyped def to_xml: () -> untyped end # sig/cfpropertylist/rbCFTypes.rbs class CFPropertyList::CFDate < CFPropertyList::CFType def get_value: () -> untyped def initialize: () -> void def set_value: () -> untyped def to_binary: () -> untyped def to_plain: () -> untyped def to_xml: () -> untyped end # sig/cfpropertylist/rbCFTypes.rbs class CFPropertyList::CFDictionary < CFPropertyList::CFType def initialize: () -> void def to_binary: () -> untyped def to_plain: () -> untyped def to_xml: () -> untyped end # sig/cfpropertylist/rbCFTypes.rbs class CFPropertyList::CFInteger < CFPropertyList::CFType def to_binary: () -> untyped def to_plain: () -> untyped def to_xml: () -> untyped end # sig/cfpropertylist/rbCFTypes.rbs class CFPropertyList::CFReal < CFPropertyList::CFType def to_binary: () -> untyped def to_plain: () -> untyped def to_xml: () -> untyped end # sig/cfpropertylist/rbCFTypes.rbs class CFPropertyList::CFString < CFPropertyList::CFType def quoted: () -> untyped def to_binary: () -> untyped def to_plain: () -> untyped def to_xml: () -> untyped end # sig/cfpropertylist/rbCFTypes.rbs class CFPropertyList::CFType def initialize: () -> void def to_binary: () -> untyped def to_plain: () -> untyped def to_xml: () -> untyped end # sig/cfpropertylist/rbCFTypes.rbs class CFPropertyList::CFUid < CFPropertyList::CFType def to_binary: () -> untyped def to_plain: () -> untyped def to_xml: () -> untyped end # sig/cfpropertylist/rbLibXMLParser.rbs class CFPropertyList::LibXMLParser < CFPropertyList::XMLParserInterface def append_node: () -> untyped def get_value: () -> untyped def import_xml: () -> untyped def load: () -> untyped def new_node: () -> untyped def new_text: () -> untyped def to_str: () -> untyped end # sig/cfpropertylist/rbCFPropertyList.rbs class CFPropertyList::List def self.parsers: () -> untyped def self.parsers=: () -> untyped def initialize: () -> void def load: () -> untyped def load_binary: () -> untyped def load_binary_str: () -> untyped def load_plain: () -> untyped def load_plain_str: () -> untyped def load_str: () -> untyped def load_xml: () -> untyped def load_xml_str: () -> untyped def save: () -> untyped def to_str: () -> untyped end # sig/cfpropertylist/rbNokogiriParser.rbs class CFPropertyList::NokogiriXMLParser < CFPropertyList::ParserInterface def append_node: () -> untyped def get_value: () -> untyped def import_xml: () -> untyped def load: () -> untyped def new_node: () -> untyped def new_text: () -> untyped def to_str: () -> untyped end # sig/cfpropertylist/rbCFPropertyList.rbs class CFPropertyList::ParserInterface def load: () -> untyped def to_str: () -> untyped end # sig/cfpropertylist/rbPlainCFPropertyList.rbs class CFPropertyList::PlainParser < CFPropertyList::XMLParserInterface def escape_char: () -> untyped def import_plain: () -> untyped def load: () -> untyped def read_array: () -> untyped def read_binary: () -> untyped def read_dict: () -> untyped def read_quoted: () -> untyped def read_unquoted: () -> untyped def skip_whitespaces: () -> untyped def to_str: () -> untyped end # sig/cfpropertylist/rbREXMLParser.rbs class CFPropertyList::ReXMLParser < CFPropertyList::ParserInterface def append_node: () -> untyped def get_value: () -> untyped def import_xml: () -> untyped def load: () -> untyped def new_node: () -> untyped def new_text: () -> untyped def to_str: () -> untyped end # sig/cfpropertylist/rbCFPropertyList.rbs class CFPropertyList::XMLParserInterface < CFPropertyList::ParserInterface def append_node: () -> untyped def new_node: () -> untyped def new_text: () -> untyped end # sig/cfpropertylist/rbCFPropertyList.rbs class Enumerator def to_plist: () -> untyped end # sig/cfpropertylist/rbCFPropertyList.rbs class Hash def to_plist: () -> untyped end # sig/cfpropertylist/rbBinaryCFPropertyList.rbs module CFPropertyList def guess: () -> untyped def native_types: () -> untyped end