# sig/hpricot/blankslate.rbs class Hpricot::BlankSlate def hide: () -> untyped end # sig/hpricot/inspect.rbs class Hpricot::BogusETag def initialize: () -> void def output: () -> untyped def pretty_print: () -> untyped end # sig/hpricot/modules.rbs class Hpricot::CData def initialize: () -> void def output: () -> untyped def raw_string: () -> untyped end # sig/hpricot/modules.rbs class Hpricot::Comment def output: () -> untyped def pathname: () -> untyped def raw_string: () -> untyped end # sig/hpricot/builder.rbs class Hpricot::CssProxy < Hpricot::BlankSlate def initialize: () -> void def method_missing: () -> untyped end # sig/hpricot/inspect.rbs class Hpricot::Doc def altered!: () -> untyped def inspect_tree: () -> untyped def make: () -> untyped def output: () -> untyped def pretty_print: () -> untyped end # sig/hpricot/modules.rbs class Hpricot::DocType def initialize: () -> void def output: () -> untyped def pathname: () -> untyped end # sig/hpricot/inspect.rbs class Hpricot::ETag def output: () -> untyped def pretty_print: () -> untyped end # sig/hpricot/inspect.rbs class Hpricot::Elem def attributes: () -> untyped def attributes_as_html: () -> untyped def empty?: () -> untyped def initialize: () -> void def inspect_tree: () -> untyped def output: () -> untyped def pathname: () -> untyped def pretty_print: () -> untyped def pretty_print_stag: () -> untyped def to_plain_text: () -> untyped end # sig/hpricot/elements.rbs class Hpricot::Elements < Hpricot::Array def self.expand: () -> untyped def self.filter: () -> untyped def add_class: () -> untyped def after: () -> untyped def append: () -> untyped def at: () -> untyped def attr: () -> untyped def before: () -> untyped def copy_node: () -> untyped def empty: () -> untyped def filter: () -> untyped def inner_html: () -> untyped def inner_html=: () -> untyped def inner_text: () -> untyped def not: () -> untyped def prepend: () -> untyped def pretty_print: () -> untyped def remove: () -> untyped def remove_attr: () -> untyped def remove_class: () -> untyped def search: () -> untyped def to_html: () -> untyped def wrap: () -> untyped end # sig/hpricot/modules.rbs class Hpricot::ProcIns def output: () -> untyped def pathname: () -> untyped def raw_string: () -> untyped end # sig/hpricot/inspect.rbs class Hpricot::Text def <<: () -> untyped def initialize: () -> void def output: () -> untyped def pathname: () -> untyped def pretty_print: () -> untyped def to_s: () -> untyped end # sig/hpricot/modules.rbs class Hpricot::XMLDecl def output: () -> untyped def pathname: () -> untyped end # sig/hpricot/blankslate.rbs class Object def method_added: () -> untyped end # sig/hpricot/blankslate.rbs module Hpricot def self.build: () -> untyped def self.uxs: () -> untyped def uxs: () -> untyped def xchr: () -> untyped def xs: () -> untyped end # sig/hpricot/builder.rbs module Hpricot::Builder def self.set: () -> untyped def add_child: () -> untyped def build: () -> untyped def doctype: () -> untyped def head: () -> untyped def html_tag: () -> untyped def tag!: () -> untyped def text: () -> untyped def text!: () -> untyped def xhtml_html: () -> untyped def xhtml_strict: () -> untyped def xhtml_transitional: () -> untyped end # sig/hpricot/modules.rbs module Hpricot::Container::Trav def classes: () -> untyped def containers: () -> untyped def each_child: () -> untyped def each_child_with_index: () -> untyped def each_hyperlink: () -> untyped def each_hyperlink_attribute: () -> untyped def each_hyperlink_uri: () -> untyped def each_uri: () -> untyped def filter: () -> untyped def find_element: () -> untyped def following_siblings: () -> untyped def get_element_by_id: () -> untyped def get_elements_by_tag_name: () -> untyped def insert_after: () -> untyped def insert_before: () -> untyped def next_sibling: () -> untyped def preceding_siblings: () -> untyped def previous_sibling: () -> untyped def replace_child: () -> untyped def siblings_at: () -> untyped def traverse_text_internal: () -> untyped end # sig/hpricot/modules.rbs module Hpricot::Doc::Trav def author: () -> untyped def css_path: () -> untyped def root: () -> untyped def title: () -> untyped def traverse_all_element: () -> untyped def traverse_some_element: () -> untyped def xpath: () -> untyped end # sig/hpricot/modules.rbs module Hpricot::Elem::Trav def get_attribute: () -> untyped def has_attribute?: () -> untyped def remove_attribute: () -> untyped def set_attribute: () -> untyped def traverse_all_element: () -> untyped def traverse_some_element: () -> untyped end # sig/hpricot/inspect.rbs module Hpricot::Leaf def pretty_print: () -> untyped end # sig/hpricot/modules.rbs module Hpricot::Leaf::Trav def traverse_all_element: () -> untyped def traverse_some_element: () -> untyped def traverse_text_internal: () -> untyped end # sig/hpricot/modules.rbs module Hpricot::Node def altered!: () -> untyped def clear_raw: () -> untyped def html_quote: () -> untyped def if_output: () -> untyped def inspect_tree: () -> untyped def pathname: () -> untyped end # sig/hpricot/modules.rbs module Hpricot::Text::Trav def traverse_text_internal: () -> untyped end # sig/hpricot/elements.rbs module Hpricot::Traverse def self.filter: () -> untyped def after: () -> untyped def at: () -> untyped def before: () -> untyped def bogusetag?: () -> untyped def children_of_type: () -> untyped def clean_path: () -> untyped def comment?: () -> untyped def css_path: () -> untyped def doc?: () -> untyped def doctype?: () -> untyped def elem?: () -> untyped def following: () -> untyped def get_subnode: () -> untyped def html: () -> untyped def index: () -> untyped def inner_html=: () -> untyped def inner_text: () -> untyped def make: () -> untyped def next: () -> untyped def node_position: () -> untyped def nodes_at: () -> untyped def position: () -> untyped def preceding: () -> untyped def previous: () -> untyped def procins?: () -> untyped def reparent: () -> untyped def search: () -> untyped def swap: () -> untyped def text?: () -> untyped def to_html: () -> untyped def to_original_html: () -> untyped def to_plain_text: () -> untyped def traverse_element: () -> untyped def traverse_text: () -> untyped def xmldecl?: () -> untyped def xpath: () -> untyped end # sig/hpricot/blankslate.rbs module Kernel def method_added: () -> untyped end