# sig/builder/xmlbase.rbs class Builder::XmlBase < Builder::BasicObject def <<: () -> untyped def _escape: () -> untyped def _escape: () -> untyped def _escape_attribute: () -> untyped def _indent: () -> untyped def _nested_structures: () -> untyped def _newline: () -> untyped def cache_method_call: () -> untyped def explicit_nil_handling?: () -> untyped def initialize: () -> void def method_missing: () -> untyped def nil?: () -> untyped def tag!: () -> untyped def text!: () -> untyped end # sig/builder/xmlevents.rbs class Builder::XmlEvents < Builder::XmlMarkup def _end_tag: () -> untyped def _start_tag: () -> untyped def text!: () -> untyped end # sig/builder/xmlmarkup.rbs class Builder::XmlMarkup < Builder::XmlBase def _attr_value: () -> untyped def _end_tag: () -> untyped def _ensure_no_block: () -> untyped def _insert_attributes: () -> untyped def _special: () -> untyped def _start_tag: () -> untyped def _text: () -> untyped def cdata!: () -> untyped def cdata_value!: () -> untyped def comment!: () -> untyped def declare!: () -> untyped def initialize: () -> void def instruct!: () -> untyped def target!: () -> untyped end # sig/builder/xchar.rbs class Integer def xchr: () -> untyped end # sig/builder/xchar.rbs class String def to_xs: () -> untyped end # sig/builder/version.rbs module Builder def self.check_for_name_collision: () -> untyped end