# This file is autogenerated. Do not edit it by hand. Regenerate it with: # srb rbi hidden-definitions # typed: autogenerated module Addressable::IDNA ACE_MAX_LENGTH = ::T.let(nil, ::T.untyped) ACE_PREFIX = ::T.let(nil, ::T.untyped) COMPOSITION_TABLE = ::T.let(nil, ::T.untyped) HANGUL_LBASE = ::T.let(nil, ::T.untyped) HANGUL_LCOUNT = ::T.let(nil, ::T.untyped) HANGUL_NCOUNT = ::T.let(nil, ::T.untyped) HANGUL_SBASE = ::T.let(nil, ::T.untyped) HANGUL_SCOUNT = ::T.let(nil, ::T.untyped) HANGUL_TBASE = ::T.let(nil, ::T.untyped) HANGUL_TCOUNT = ::T.let(nil, ::T.untyped) HANGUL_VBASE = ::T.let(nil, ::T.untyped) HANGUL_VCOUNT = ::T.let(nil, ::T.untyped) PUNYCODE_BASE = ::T.let(nil, ::T.untyped) PUNYCODE_DAMP = ::T.let(nil, ::T.untyped) PUNYCODE_DELIMITER = ::T.let(nil, ::T.untyped) PUNYCODE_INITIAL_BIAS = ::T.let(nil, ::T.untyped) PUNYCODE_INITIAL_N = ::T.let(nil, ::T.untyped) PUNYCODE_MAXINT = ::T.let(nil, ::T.untyped) PUNYCODE_PRINT_ASCII = ::T.let(nil, ::T.untyped) PUNYCODE_SKEW = ::T.let(nil, ::T.untyped) PUNYCODE_TMAX = ::T.let(nil, ::T.untyped) PUNYCODE_TMIN = ::T.let(nil, ::T.untyped) UNICODE_DATA = ::T.let(nil, ::T.untyped) UNICODE_DATA_CANONICAL = ::T.let(nil, ::T.untyped) UNICODE_DATA_COMBINING_CLASS = ::T.let(nil, ::T.untyped) UNICODE_DATA_COMPATIBILITY = ::T.let(nil, ::T.untyped) UNICODE_DATA_EXCLUSION = ::T.let(nil, ::T.untyped) UNICODE_DATA_LOWERCASE = ::T.let(nil, ::T.untyped) UNICODE_DATA_TITLECASE = ::T.let(nil, ::T.untyped) UNICODE_DATA_UPPERCASE = ::T.let(nil, ::T.untyped) UNICODE_MAX_LENGTH = ::T.let(nil, ::T.untyped) UNICODE_TABLE = ::T.let(nil, ::T.untyped) UTF8_REGEX = ::T.let(nil, ::T.untyped) UTF8_REGEX_MULTIBYTE = ::T.let(nil, ::T.untyped) end class Addressable::Template EXPRESSION = ::T.let(nil, ::T.untyped) JOINERS = ::T.let(nil, ::T.untyped) LEADERS = ::T.let(nil, ::T.untyped) RESERVED = ::T.let(nil, ::T.untyped) UNRESERVED = ::T.let(nil, ::T.untyped) VARIABLE_LIST = ::T.let(nil, ::T.untyped) VARNAME = ::T.let(nil, ::T.untyped) VARSPEC = ::T.let(nil, ::T.untyped) end class Addressable::URI EMPTY_STR = ::T.let(nil, ::T.untyped) NORMPATH = ::T.let(nil, ::T.untyped) PARENT = ::T.let(nil, ::T.untyped) PORT_MAPPING = ::T.let(nil, ::T.untyped) RULE_2A = ::T.let(nil, ::T.untyped) RULE_2B_2C = ::T.let(nil, ::T.untyped) RULE_2D = ::T.let(nil, ::T.untyped) RULE_PREFIXED_PARENT = ::T.let(nil, ::T.untyped) SELF_REF = ::T.let(nil, ::T.untyped) SEQUENCE_ENCODING_TABLE = ::T.let(nil, ::T.untyped) SEQUENCE_UPCASED_PERCENT_ENCODING_TABLE = ::T.let(nil, ::T.untyped) SLASH = ::T.let(nil, ::T.untyped) URIREGEX = ::T.let(nil, ::T.untyped) end module Addressable::URI::CharacterClasses ALPHA = ::T.let(nil, ::T.untyped) AUTHORITY = ::T.let(nil, ::T.untyped) DIGIT = ::T.let(nil, ::T.untyped) FRAGMENT = ::T.let(nil, ::T.untyped) GEN_DELIMS = ::T.let(nil, ::T.untyped) HOST = ::T.let(nil, ::T.untyped) PATH = ::T.let(nil, ::T.untyped) PCHAR = ::T.let(nil, ::T.untyped) QUERY = ::T.let(nil, ::T.untyped) RESERVED = ::T.let(nil, ::T.untyped) SCHEME = ::T.let(nil, ::T.untyped) SUB_DELIMS = ::T.let(nil, ::T.untyped) UNRESERVED = ::T.let(nil, ::T.untyped) end module Addressable::VERSION MAJOR = ::T.let(nil, ::T.untyped) MINOR = ::T.let(nil, ::T.untyped) STRING = ::T.let(nil, ::T.untyped) TINY = ::T.let(nil, ::T.untyped) end class Array include ::JSON::Ext::Generator::GeneratorMethods::Array def bsearch(); end def bsearch_index(); end def collect!(); end def dig(*_); end def flatten!(*_); end def pack(*_); end def replace(_); end def shelljoin(); end def to_csv(options=T.unsafe(nil)); end def to_h(); end end class Array def self.try_convert(_); end end BasicObject::BasicObject = BasicObject class BigDecimal EXCEPTION_NaN = ::T.let(nil, ::T.untyped) end class BigDecimal def self.ver(); end end class Binding def clone(); end end class Bundler::Definition def create_gem_version_promoter(); end end Bundler::Deprecate = Gem::Deprecate class Bundler::Env end class Bundler::Env def self.environment(); end def self.report(options=T.unsafe(nil)); end def self.write(io); end end class Bundler::Fetcher def fetch_spec(spec); end def fetchers(); end def http_proxy(); end def initialize(remote); end def specs(gem_names, source); end def specs_with_retry(gem_names, source); end def uri(); end def use_api(); end def user_agent(); end FAIL_ERRORS = ::T.let(nil, ::T.untyped) FETCHERS = ::T.let(nil, ::T.untyped) HTTP_ERRORS = ::T.let(nil, ::T.untyped) NET_ERRORS = ::T.let(nil, ::T.untyped) end class Bundler::Fetcher::AuthenticationRequiredError def initialize(remote_uri); end end class Bundler::Fetcher::BadAuthenticationError def initialize(remote_uri); end end class Bundler::Fetcher::Base def api_fetcher?(); end def available?(); end def display_uri(); end def downloader(); end def fetch_uri(); end def initialize(downloader, remote, display_uri); end def remote(); end def remote_uri(); end end class Bundler::Fetcher::Base end class Bundler::Fetcher::CertificateFailureError def initialize(remote_uri); end end class Bundler::Fetcher::CompactIndex def available?(*args, &blk); end def fetch_spec(*args, &blk); end def specs(*args, &blk); end def specs_for_names(gem_names); end end class Bundler::Fetcher::CompactIndex::ClientFetcher def call(path, headers); end def fetcher(); end def fetcher=(_); end def ui(); end def ui=(_); end end class Bundler::Fetcher::CompactIndex::ClientFetcher def self.[](*_); end def self.members(); end end class Bundler::Fetcher::CompactIndex def self.compact_index_request(method_name); end end class Bundler::Fetcher::Dependency def dependency_api_uri(gem_names=T.unsafe(nil)); end def dependency_specs(gem_names); end def get_formatted_specs_and_deps(gem_list); end def specs(gem_names, full_dependency_list=T.unsafe(nil), last_spec_list=T.unsafe(nil)); end def unmarshalled_dep_gems(gem_names); end end class Bundler::Fetcher::Dependency end class Bundler::Fetcher::Downloader def connection(); end def fetch(uri, options=T.unsafe(nil), counter=T.unsafe(nil)); end def initialize(connection, redirect_limit); end def redirect_limit(); end def request(uri, options); end end class Bundler::Fetcher::Downloader end class Bundler::Fetcher::Index def fetch_spec(spec); end def specs(_gem_names); end end class Bundler::Fetcher::Index end class Bundler::Fetcher::SSLError def initialize(msg=T.unsafe(nil)); end end class Bundler::Fetcher def self.api_timeout(); end def self.api_timeout=(api_timeout); end def self.disable_endpoint(); end def self.disable_endpoint=(disable_endpoint); end def self.max_retries(); end def self.max_retries=(max_retries); end def self.redirect_limit(); end def self.redirect_limit=(redirect_limit); end end class Bundler::GemHelper include ::Rake::DSL include ::Rake::FileUtilsExt include ::FileUtils include ::FileUtils::StreamUtils_ def allowed_push_host(); end def already_tagged?(); end def base(); end def build_gem(); end def built_gem_path(); end def clean?(); end def committed?(); end def gem_key(); end def gem_push?(); end def gem_push_host(); end def gemspec(); end def git_push(remote=T.unsafe(nil)); end def guard_clean(); end def initialize(base=T.unsafe(nil), name=T.unsafe(nil)); end def install(); end def install_gem(built_gem_path=T.unsafe(nil), local=T.unsafe(nil)); end def name(); end def perform_git_push(options=T.unsafe(nil)); end def rubygem_push(path); end def sh(cmd, &block); end def sh_with_code(cmd, &block); end def spec_path(); end def tag_version(); end def version(); end def version_tag(); end end class Bundler::GemHelper def self.gemspec(&block); end def self.install_tasks(opts=T.unsafe(nil)); end def self.instance(); end def self.instance=(instance); end end class Bundler::GemRemoteFetcher end class Bundler::GemRemoteFetcher end class Bundler::GemVersionPromoter def initialize(locked_specs=T.unsafe(nil), unlock_gems=T.unsafe(nil)); end def level(); end def level=(value); end def locked_specs(); end def major?(); end def minor?(); end def sort_versions(dep, spec_groups); end def strict(); end def strict=(strict); end def unlock_gems(); end end class Bundler::GemVersionPromoter end class Bundler::Graph def edge_options(); end def groups(); end def initialize(env, output_file, show_version=T.unsafe(nil), show_requirements=T.unsafe(nil), output_format=T.unsafe(nil), without=T.unsafe(nil)); end def node_options(); end def output_file(); end def output_format(); end def relations(); end def viz(); end GRAPH_NAME = ::T.let(nil, ::T.untyped) end class Bundler::Graph::GraphVizClient def g(); end def initialize(graph_instance); end def run(); end end class Bundler::Graph::GraphVizClient end class Bundler::Graph end class Bundler::Index include ::Enumerable end class Bundler::Injector def initialize(new_deps, options=T.unsafe(nil)); end def inject(gemfile_path, lockfile_path); end end class Bundler::Injector def self.inject(new_deps, options=T.unsafe(nil)); end end class Bundler::Installer def generate_bundler_executable_stubs(spec, options=T.unsafe(nil)); end def generate_standalone_bundler_executable_stubs(spec); end def initialize(root, definition); end def post_install_messages(); end def run(options); end end class Bundler::Installer def self.ambiguous_gems(); end def self.ambiguous_gems=(ambiguous_gems); end def self.install(root, definition, options=T.unsafe(nil)); end end class Bundler::Molinillo::DependencyGraph include ::Enumerable end class Bundler::Molinillo::DependencyGraph::Log extend ::Enumerable end module Bundler::Plugin::API::Source def ==(other); end def app_cache_dirname(); end def app_cache_path(custom_path=T.unsafe(nil)); end def bundler_plugin_api_source?(); end def cache(spec, custom_path=T.unsafe(nil)); end def cached!(); end def can_lock?(spec); end def dependency_names(); end def dependency_names=(dependency_names); end def double_check_for(*_); end def eql?(other); end def fetch_gemspec_files(); end def gem_install_dir(); end def hash(); end def include?(other); end def initialize(opts); end def install(spec, opts); end def install_path(); end def installed?(); end def name(); end def options(); end def options_to_lock(); end def post_install(spec, disable_exts=T.unsafe(nil)); end def remote!(); end def root(); end def specs(); end def to_lock(); end def to_s(); end def unlock!(); end def unmet_deps(); end def uri(); end def uri_hash(); end end module Bundler::Plugin::API::Source end class Bundler::Plugin::Index::CommandConflict def initialize(plugin, commands); end end class Bundler::Plugin::Index::CommandConflict end class Bundler::Plugin::Index::SourceConflict def initialize(plugin, sources); end end class Bundler::Plugin::Index::SourceConflict end class Bundler::Plugin::Installer def install(names, options); end def install_definition(definition); end end class Bundler::Plugin::Installer::Git def generate_bin(spec, disable_extensions=T.unsafe(nil)); end end class Bundler::Plugin::Installer::Git end class Bundler::Plugin::Installer::Rubygems end class Bundler::Plugin::Installer::Rubygems end class Bundler::Plugin::Installer end class Bundler::Plugin::SourceList end class Bundler::Plugin::SourceList end class Bundler::ProcessLock end class Bundler::ProcessLock def self.lock(bundle_path=T.unsafe(nil)); end end class Bundler::Resolver::SpecGroup def platforms_for_dependency_named(dependency); end end class Bundler::Retry def attempt(&block); end def attempts(&block); end def current_run(); end def current_run=(current_run); end def initialize(name, exceptions=T.unsafe(nil), retries=T.unsafe(nil)); end def name(); end def name=(name); end def total_runs(); end def total_runs=(total_runs); end end class Bundler::Retry def self.attempts(); end def self.default_attempts(); end def self.default_retries(); end end class Bundler::RubyGemsGemInstaller end class Bundler::RubyGemsGemInstaller end class Bundler::Settings::Mirror def ==(other); end def fallback_timeout(); end def fallback_timeout=(timeout); end def initialize(uri=T.unsafe(nil), fallback_timeout=T.unsafe(nil)); end def uri(); end def uri=(uri); end def valid?(); end def validate!(probe=T.unsafe(nil)); end DEFAULT_FALLBACK_TIMEOUT = ::T.let(nil, ::T.untyped) end class Bundler::Settings::Mirror end class Bundler::Settings::Mirrors def each(&blk); end def for(uri); end def initialize(prober=T.unsafe(nil)); end def parse(key, value); end end class Bundler::Settings::Mirrors end class Bundler::Settings::Validator end class Bundler::Settings::Validator::Rule def description(); end def fail!(key, value, *reasons); end def initialize(keys, description, &validate); end def k(key); end def set(settings, key, value, *reasons); end def validate!(key, value, settings); end end class Bundler::Settings::Validator::Rule end class Bundler::Settings::Validator def self.validate!(key, value, settings); end end class Bundler::SpecSet include ::Enumerable end class Bundler::UI::Shell def add_color(string, *color); end def ask(msg); end def confirm(msg, newline=T.unsafe(nil)); end def debug(msg, newline=T.unsafe(nil)); end def debug?(); end def error(msg, newline=T.unsafe(nil)); end def info(msg, newline=T.unsafe(nil)); end def initialize(options=T.unsafe(nil)); end def level(name=T.unsafe(nil)); end def level=(level); end def no?(); end def quiet?(); end def shell=(shell); end def silence(&blk); end def trace(e, newline=T.unsafe(nil), force=T.unsafe(nil)); end def unprinted_warnings(); end def warn(msg, newline=T.unsafe(nil)); end def yes?(msg); end LEVELS = ::T.let(nil, ::T.untyped) end class Bundler::UI::Shell end module Bundler::VersionRanges end class Bundler::VersionRanges::NEq def version(); end def version=(_); end end class Bundler::VersionRanges::NEq def self.[](*_); end def self.members(); end end class Bundler::VersionRanges::ReqR def cover?(v); end def empty?(); end def left(); end def left=(_); end def right(); end def right=(_); end def single?(); end INFINITY = ::T.let(nil, ::T.untyped) UNIVERSAL = ::T.let(nil, ::T.untyped) ZERO = ::T.let(nil, ::T.untyped) end class Bundler::VersionRanges::ReqR::Endpoint def inclusive(); end def inclusive=(_); end def version(); end def version=(_); end end class Bundler::VersionRanges::ReqR::Endpoint def self.[](*_); end def self.members(); end end class Bundler::VersionRanges::ReqR def self.[](*_); end def self.members(); end end module Bundler::VersionRanges def self.empty?(ranges, neqs); end def self.for(requirement); end def self.for_many(requirements); end end module CGI::HtmlExtension def a(href=T.unsafe(nil)); end def base(href=T.unsafe(nil)); end def blockquote(cite=T.unsafe(nil)); end def caption(align=T.unsafe(nil)); end def checkbox(name=T.unsafe(nil), value=T.unsafe(nil), checked=T.unsafe(nil)); end def checkbox_group(name=T.unsafe(nil), *values); end def file_field(name=T.unsafe(nil), size=T.unsafe(nil), maxlength=T.unsafe(nil)); end def form(method=T.unsafe(nil), action=T.unsafe(nil), enctype=T.unsafe(nil)); end def hidden(name=T.unsafe(nil), value=T.unsafe(nil)); end def html(attributes=T.unsafe(nil)); end def image_button(src=T.unsafe(nil), name=T.unsafe(nil), alt=T.unsafe(nil)); end def img(src=T.unsafe(nil), alt=T.unsafe(nil), width=T.unsafe(nil), height=T.unsafe(nil)); end def multipart_form(action=T.unsafe(nil), enctype=T.unsafe(nil)); end def password_field(name=T.unsafe(nil), value=T.unsafe(nil), size=T.unsafe(nil), maxlength=T.unsafe(nil)); end def popup_menu(name=T.unsafe(nil), *values); end def radio_button(name=T.unsafe(nil), value=T.unsafe(nil), checked=T.unsafe(nil)); end def radio_group(name=T.unsafe(nil), *values); end def reset(value=T.unsafe(nil), name=T.unsafe(nil)); end def scrolling_list(name=T.unsafe(nil), *values); end def submit(value=T.unsafe(nil), name=T.unsafe(nil)); end def text_field(name=T.unsafe(nil), value=T.unsafe(nil), size=T.unsafe(nil), maxlength=T.unsafe(nil)); end def textarea(name=T.unsafe(nil), cols=T.unsafe(nil), rows=T.unsafe(nil)); end end module CGI::HtmlExtension end class CSV def add_row(row); end def binmode(*args, &block); end def binmode?(*args, &block); end def close(*args, &block); end def close_read(*args, &block); end def close_write(*args, &block); end def closed?(*args, &block); end def col_sep(); end def convert(name=T.unsafe(nil), &converter); end def converters(); end def each(&blk); end def encoding(); end def eof(*args, &block); end def eof?(*args, &block); end def external_encoding(*args, &block); end def fcntl(*args, &block); end def field_size_limit(); end def fileno(*args, &block); end def flock(*args, &block); end def flush(*args, &block); end def force_quotes?(); end def fsync(*args, &block); end def gets(); end def header_convert(name=T.unsafe(nil), &converter); end def header_converters(); end def header_row?(); end def headers(); end def internal_encoding(*args, &block); end def ioctl(*args, &block); end def isatty(*args, &block); end def liberal_parsing?(); end def lineno(); end def path(*args, &block); end def pid(*args, &block); end def pos(*args, &block); end def pos=(*args, &block); end def puts(row); end def quote_char(); end def readlines(); end def reopen(*args, &block); end def return_headers?(); end def rewind(); end def row_sep(); end def seek(*args, &block); end def shift(); end def skip_blanks?(); end def skip_lines(); end def stat(*args, &block); end def string(*args, &block); end def sync(*args, &block); end def sync=(*args, &block); end def tell(*args, &block); end def to_i(*args, &block); end def to_io(*args, &block); end def truncate(*args, &block); end def tty?(*args, &block); end def unconverted_fields?(); end def write_headers?(); end ConverterEncoding = ::T.let(nil, ::T.untyped) Converters = ::T.let(nil, ::T.untyped) DateMatcher = ::T.let(nil, ::T.untyped) DateTimeMatcher = ::T.let(nil, ::T.untyped) HeaderConverters = ::T.let(nil, ::T.untyped) end class CSV::FieldInfo def header(); end def header=(_); end def index(); end def index=(_); end def line(); end def line=(_); end end class CSV::FieldInfo def self.[](*_); end def self.members(); end end class CSV::Row def <<(arg); end def ==(other); end def [](header_or_index, minimum_index=T.unsafe(nil)); end def []=(*args); end def delete(header_or_index, minimum_index=T.unsafe(nil)); end def delete_if(&block); end def each(&block); end def empty?(*args, &block); end def fetch(header, *varargs); end def field(header_or_index, minimum_index=T.unsafe(nil)); end def field?(data); end def field_row?(); end def fields(*headers_and_or_indices); end def has_key?(header); end def header?(name); end def header_row?(); end def headers(); end def include?(name); end def index(header, minimum_index=T.unsafe(nil)); end def initialize(headers, fields, header_row=T.unsafe(nil)); end def key?(header); end def length(*args, &block); end def member?(header); end def push(*args); end def row(); end def size(*args, &block); end def to_csv(options=T.unsafe(nil)); end def to_hash(); end def to_s(options=T.unsafe(nil)); end def values_at(*headers_and_or_indices); end end class CSV::Row extend ::Forwardable end class CSV::Table def <<(row_or_array); end def ==(other); end def [](index_or_header); end def []=(index_or_header, value); end def by_col(); end def by_col!(); end def by_col_or_row(); end def by_col_or_row!(); end def by_row(); end def by_row!(); end def delete(index_or_header); end def delete_if(&block); end def each(&block); end def empty?(*args, &block); end def headers(); end def initialize(array_of_rows); end def length(*args, &block); end def mode(); end def push(*rows); end def size(*args, &block); end def table(); end def to_a(); end def to_csv(options=T.unsafe(nil)); end def to_s(options=T.unsafe(nil)); end def values_at(*indices_or_headers); end end class CSV::Table extend ::Forwardable end class CSV extend ::Forwardable def self.filter(*args); end def self.instance(data=T.unsafe(nil), options=T.unsafe(nil)); end def self.open(*args); end def self.readlines(*args); end def self.table(path, options=T.unsafe(nil)); end end class Class def json_creatable?(); end end class Complex def self.polar(*_); end def self.rect(*_); end def self.rectangular(*_); end end class DRb::DRbArray def _dump(lv); end end class DRb::DRbArray def self._load(s); end end class DRb::DRbConn def alive?(); end def close(); end def initialize(remote_uri); end def send_message(ref, msg_id, arg, block); end def uri(); end end class DRb::DRbConn def self.open(remote_uri); end end class DRb::DRbMessage def dump(obj, error=T.unsafe(nil)); end def initialize(config); end def load(soc); end def recv_reply(stream); end def recv_request(stream); end def send_reply(stream, succ, result); end def send_request(stream, ref, msg_id, arg, b); end end class DRb::DRbObject def ==(other); end def eql?(other); end def initialize(obj, uri=T.unsafe(nil)); end end class DRb::DRbObject def self.prepare_backtrace(uri, result); end def self.with_friend(uri); end end module DRb::DRbProtocol def self.auto_load(uri); end end class DRb::DRbRemoteError def initialize(error); end end class DRb::DRbServer def initialize(uri=T.unsafe(nil), front=T.unsafe(nil), config_or_acl=T.unsafe(nil)); end def safe_level(); end end class DRb::DRbServer::InvokeMethod include ::DRb::DRbServer::InvokeMethod18Mixin def initialize(drb_server, client); end def perform(); end end class DRb::DRbServer::InvokeMethod end module DRb::DRbServer::InvokeMethod18Mixin def block_yield(x); end def perform_with_block(); end end module DRb::DRbServer::InvokeMethod18Mixin end class DRb::DRbServer def self.default_safe_level(level); end def self.make_config(hash=T.unsafe(nil)); end end class DRb::DRbTCPSocket def accept(); end def alive?(); end def close(); end def initialize(uri, soc, config=T.unsafe(nil)); end def peeraddr(); end def recv_reply(); end def recv_request(); end def send_reply(succ, result); end def send_request(ref, msg_id, arg, b); end def set_sockopt(soc); end def shutdown(); end def stream(); end def uri(); end end class DRb::DRbTCPSocket def self.getservername(); end def self.open(uri, config); end def self.open_server(uri, config); end def self.open_server_inaddr_any(host, port); end def self.parse_uri(uri); end def self.uri_option(uri, config); end end class DRb::DRbURIOption def ==(other); end def eql?(other); end def initialize(option); end def option(); end end class DRb::DRbURIOption end module DRb::DRbUndumped def _dump(dummy); end end class DRb::DRbUnknown def _dump(lv); end end class DRb::DRbUnknown def self._load(s); end end class DRb::DRbUnknownError def _dump(lv); end def initialize(unknown); end end class DRb::DRbUnknownError def self._load(s); end end module DRb def self.mutex(); end end DRbIdConv = DRb::DRbIdConv DRbObject = DRb::DRbObject DRbUndumped = DRb::DRbUndumped class Date::Infinity def initialize(d=T.unsafe(nil)); end end module Declarative::Schema::DSL NestedBuilder = ::T.let(nil, ::T.untyped) end class Delegator def !=(obj); end def ==(obj); end def __getobj__(); end def __setobj__(obj); end def initialize(obj); end def marshal_dump(); end def marshal_load(data); end def method_missing(m, *args, &block); end def methods(all=T.unsafe(nil)); end def protected_methods(all=T.unsafe(nil)); end def public_methods(all=T.unsafe(nil)); end RUBYGEMS_ACTIVATION_MONITOR = ::T.let(nil, ::T.untyped) end class Delegator def self.const_missing(n); end def self.delegating_block(mid); end def self.public_api(); end end class DidYouMean::ClassNameChecker def class_name(); end def class_names(); end def corrections(); end def initialize(exception); end def scopes(); end end module DidYouMean::Correctable def corrections(); end def original_message(); end def spell_checker(); end def to_s(); end end class DidYouMean::Formatter def initialize(corrections=T.unsafe(nil)); end end module DidYouMean::Jaro def self.distance(str1, str2); end end module DidYouMean::JaroWinkler def self.distance(str1, str2); end end module DidYouMean::Levenshtein def self.distance(str1, str2); end def self.min3(a, b, c); end end class DidYouMean::MethodNameChecker def corrections(); end def initialize(exception); end def method_name(); end def method_names(); end def receiver(); end end module DidYouMean::NameErrorCheckers def self.included(*_); end def self.new(exception); end end class DidYouMean::NullChecker def corrections(); end def initialize(*_); end end class DidYouMean::VariableNameChecker def corrections(); end def cvar_names(); end def initialize(exception); end def ivar_names(); end def lvar_names(); end def method_names(); end def name(); end end class Dir def self.empty?(_); end def self.exists?(_); end def self.tmpdir(); end end class ERB def def_method(mod, methodname, fname=T.unsafe(nil)); end def def_module(methodname=T.unsafe(nil)); end end class Encoding def _dump(*_); end end class Encoding::Converter def convert(_); end def convpath(); end def destination_encoding(); end def finish(); end def initialize(*_); end def insert_output(_); end def last_error(); end def primitive_convert(*_); end def primitive_errinfo(); end def putback(*_); end def replacement(); end def replacement=(replacement); end def source_encoding(); end end class Encoding::Converter def self.asciicompat_encoding(_); end def self.search_convpath(*_); end end class Encoding::InvalidByteSequenceError def destination_encoding(); end def destination_encoding_name(); end def error_bytes(); end def incomplete_input?(); end def readagain_bytes(); end def source_encoding(); end def source_encoding_name(); end end class Encoding::UndefinedConversionError def destination_encoding(); end def destination_encoding_name(); end def error_char(); end def source_encoding(); end def source_encoding_name(); end end class Encoding def self._load(_); end def self.locale_charmap(); end end module Enumerable def chunk(); end def chunk_while(); end def each_entry(*_); end def grep_v(_); end def slice_after(*_); end def slice_before(*_); end def slice_when(); end def sum(*_); end def to_set(klass=T.unsafe(nil), *args, &block); end def uniq(); end end class Enumerator def each_with_index(); end end class Enumerator::Generator def each(*_, &blk); end def initialize(*_); end end class Enumerator::Lazy def chunk(*_); end def chunk_while(*_); end def force(*_); end def slice_when(*_); end end class Errno::EAUTH Errno = ::T.let(nil, ::T.untyped) end class Errno::EAUTH end class Errno::EBADRPC Errno = ::T.let(nil, ::T.untyped) end class Errno::EBADRPC end Errno::ECAPMODE = Errno::NOERROR Errno::EDEADLOCK = Errno::NOERROR Errno::EDOOFUS = Errno::NOERROR class Errno::EFTYPE Errno = ::T.let(nil, ::T.untyped) end class Errno::EFTYPE end Errno::EIPSEC = Errno::NOERROR class Errno::ENEEDAUTH Errno = ::T.let(nil, ::T.untyped) end class Errno::ENEEDAUTH end class Errno::ENOATTR Errno = ::T.let(nil, ::T.untyped) end class Errno::ENOATTR end Errno::ENOTCAPABLE = Errno::NOERROR class Errno::ENOTSUP Errno = ::T.let(nil, ::T.untyped) end class Errno::ENOTSUP end class Errno::EPROCLIM Errno = ::T.let(nil, ::T.untyped) end class Errno::EPROCLIM end class Errno::EPROCUNAVAIL Errno = ::T.let(nil, ::T.untyped) end class Errno::EPROCUNAVAIL end class Errno::EPROGMISMATCH Errno = ::T.let(nil, ::T.untyped) end class Errno::EPROGMISMATCH end class Errno::EPROGUNAVAIL Errno = ::T.let(nil, ::T.untyped) end class Errno::EPROGUNAVAIL end class Errno::ERPCMISMATCH Errno = ::T.let(nil, ::T.untyped) end class Errno::ERPCMISMATCH end class Etc::Group def gid(); end def gid=(_); end def mem(); end def mem=(_); end def name(); end def name=(_); end def passwd(); end def passwd=(_); end end class Etc::Group extend ::Enumerable def self.[](*_); end def self.each(&blk); end def self.members(); end end class Etc::Passwd def change(); end def change=(_); end def dir=(_); end def expire(); end def expire=(_); end def gecos(); end def gecos=(_); end def gid=(_); end def name=(_); end def passwd=(_); end def shell=(_); end def uclass(); end def uclass=(_); end def uid=(_); end end class Etc::Passwd extend ::Enumerable def self.[](*_); end def self.each(&blk); end def self.members(); end end class Exception def self.exception(*_); end end class ExitCalledError end class ExitCalledError end class FalseClass include ::JSON::Ext::Generator::GeneratorMethods::FalseClass end module Faraday METHODS_WITH_BODY = ::T.let(nil, ::T.untyped) METHODS_WITH_QUERY = ::T.let(nil, ::T.untyped) VERSION = ::T.let(nil, ::T.untyped) end class Faraday::Adapter CONTENT_LENGTH = ::T.let(nil, ::T.untyped) TIMEOUT_KEYS = ::T.let(nil, ::T.untyped) end class Faraday::Adapter::EMHttp include ::Faraday::Adapter::EMHttp::Options def create_request(env); end def error_message(client); end def parallel?(env); end def perform_request(env); end def perform_single_request(env); end def raise_error(msg); end def timeout_message?(msg); end end class Faraday::Adapter::EMHttp::Manager def add(&block); end def check_finished(); end def perform_request(); end def reset(); end def run(); end def running?(); end end class Faraday::Adapter::EMHttp::Manager end module Faraday::Adapter::EMHttp::Options def configure_compression(options, env); end def configure_proxy(options, env); end def configure_socket(options, env); end def configure_ssl(options, env); end def configure_timeout(options, env); end def connection_config(env); end def read_body(env); end def request_config(env); end def request_options(env); end end module Faraday::Adapter::EMHttp::Options end class Faraday::Adapter::EMHttp def self.setup_parallel_manager(_options=T.unsafe(nil)); end end class Faraday::Adapter::EMSynchrony include ::Faraday::Adapter::EMHttp::Options def create_request(env); end end class Faraday::Adapter::EMSynchrony::ParallelManager def add(request, method, *args, &block); end def run(); end end class Faraday::Adapter::EMSynchrony::ParallelManager end class Faraday::Adapter::EMSynchrony def self.setup_parallel_manager(_options=T.unsafe(nil)); end end class Faraday::Adapter::Excon def build_connection(env); end def read_body(env); end OPTS_KEYS = ::T.let(nil, ::T.untyped) end class Faraday::Adapter::Excon end class Faraday::Adapter::HTTPClient def build_connection(env); end def configure_client(client); end def configure_proxy(client, proxy); end def configure_socket(client, bind); end def configure_ssl(client, ssl); end def configure_timeouts(client, req); end def ssl_cert_store(ssl); end def ssl_verify_mode(ssl); end end class Faraday::Adapter::HTTPClient end class Faraday::Adapter::NetHttp def build_connection(env); end def initialize(app=T.unsafe(nil), opts=T.unsafe(nil), &block); end def net_http_connection(env); end NET_HTTP_EXCEPTIONS = ::T.let(nil, ::T.untyped) end class Faraday::Adapter::NetHttp end class Faraday::Adapter::NetHttpPersistent SSL_CONFIGURATIONS = ::T.let(nil, ::T.untyped) end class Faraday::Adapter::NetHttpPersistent end class Faraday::Adapter::Patron def build_connection(env); end def configure_proxy(session, proxy); end def configure_ssl(session, ssl); end def configure_timeouts(session, req); end CURL_TIMEOUT_MESSAGES = ::T.let(nil, ::T.untyped) end class Faraday::Adapter::Patron end class Faraday::Adapter::Rack def initialize(faraday_app, rack_app); end SPECIAL_HEADERS = ::T.let(nil, ::T.untyped) end class Faraday::Adapter::Rack end class Faraday::Adapter::Test def configure(); end def initialize(app, stubs=T.unsafe(nil), &block); end def stubs(); end def stubs=(stubs); end end class Faraday::Adapter::Test::Stub def headers_match?(request_headers); end def initialize(host, full, headers, body, block); end def matches?(request_host, request_uri, request_headers, request_body); end def params_match?(request_params); end def path_match?(request_path, meta); end end class Faraday::Adapter::Test::Stub end class Faraday::Adapter::Test::Stubs def delete(path, headers=T.unsafe(nil), &block); end def empty?(); end def get(path, headers=T.unsafe(nil), &block); end def head(path, headers=T.unsafe(nil), &block); end def match(request_method, host, path, headers, body); end def matches?(stack, host, path, headers, body); end def new_stub(request_method, path, headers=T.unsafe(nil), body=T.unsafe(nil), &block); end def options(path, headers=T.unsafe(nil), &block); end def patch(path, body=T.unsafe(nil), headers=T.unsafe(nil), &block); end def post(path, body=T.unsafe(nil), headers=T.unsafe(nil), &block); end def put(path, body=T.unsafe(nil), headers=T.unsafe(nil), &block); end def verify_stubbed_calls(); end end class Faraday::Adapter::Test::Stubs::NotFound end class Faraday::Adapter::Test::Stubs::NotFound end class Faraday::Adapter::Test::Stubs end class Faraday::Adapter::Test end class Faraday::Adapter::Typhoeus def call(); end end class Faraday::Adapter::Typhoeus end class Faraday::Adapter extend ::Faraday::MiddlewareRegistry extend ::Faraday::DependencyLoader end class Faraday::AdapterRegistry def get(name); end def set(klass, name=T.unsafe(nil)); end end class Faraday::AdapterRegistry end class Faraday::Connection METHODS = ::T.let(nil, ::T.untyped) end class Faraday::ConnectionOptions def new_builder(block); end end class Faraday::ConnectionOptions end module Faraday::DecodeMethods def add_to_context(is_array, context, value, subkey); end def decode(query); end def decode_pair(key, value, context); end def dehash(hash, depth); end def match_context(context, subkey); end def new_context(subkey, is_array, context); end def prepare_context(context, subkey, is_array, last_subkey); end SUBKEYS_REGEX = ::T.let(nil, ::T.untyped) end module Faraday::DecodeMethods end module Faraday::DependencyLoader def dependency(lib=T.unsafe(nil)); end def inherited(subclass); end def load_error(); end def loaded?(); end def new(*_); end end module Faraday::DependencyLoader end module Faraday::EncodeMethods def encode(params); end def encode_array(parent, value); end def encode_hash(parent, value); end def encode_pair(parent, value); end end module Faraday::EncodeMethods end class Faraday::Env def []=(key, value); end def body(); end def body=(value); end def clear_body(); end def current_body(); end def custom_members(); end def in_member_set?(key); end def needs_body?(); end def parallel?(); end def params_encoder(*args, &block); end def parse_body?(); end def success?(); end ContentLength = ::T.let(nil, ::T.untyped) MethodsWithBodies = ::T.let(nil, ::T.untyped) StatusesWithoutBody = ::T.let(nil, ::T.untyped) SuccessfulStatuses = ::T.let(nil, ::T.untyped) end class Faraday::Env extend ::Forwardable def self.member_set(); end end Faraday::FilePart = UploadIO module Faraday::FlatParamsEncoder end module Faraday::FlatParamsEncoder def self.decode(query); end def self.encode(params); end def self.escape(*args, &block); end def self.unescape(*args, &block); end end class Faraday::Middleware extend ::Faraday::MiddlewareRegistry extend ::Faraday::DependencyLoader end module Faraday::MiddlewareRegistry def fetch_middleware(key); end def load_middleware(key); end def lookup_middleware(key); end def middleware_mutex(&block); end def register_middleware(autoload_path=T.unsafe(nil), mapping=T.unsafe(nil)); end def unregister_middleware(key); end end module Faraday::MiddlewareRegistry end module Faraday::NestedParamsEncoder end module Faraday::NestedParamsEncoder extend ::Faraday::EncodeMethods extend ::Faraday::DecodeMethods def self.escape(*args, &block); end def self.unescape(*args, &block); end end Faraday::Parts = Parts class Faraday::ProxyOptions def host(*args, &block); end def host=(*args, &block); end def path(*args, &block); end def path=(*args, &block); end def port(*args, &block); end def port=(*args, &block); end def scheme(*args, &block); end def scheme=(*args, &block); end end class Faraday::ProxyOptions extend ::Forwardable end class Faraday::RackBuilder LOCK_ERR = ::T.let(nil, ::T.untyped) NO_ARGUMENT = ::T.let(nil, ::T.untyped) end class Faraday::RackBuilder::Handler REGISTRY = ::T.let(nil, ::T.untyped) end class Faraday::Request::Authorization def call(env); end def initialize(app, type, token); end KEY = ::T.let(nil, ::T.untyped) end class Faraday::Request::Authorization def self.build_hash(type, hash); end def self.header(type, token); end end class Faraday::Request::BasicAuthentication end class Faraday::Request::BasicAuthentication def self.header(login, pass); end end class Faraday::Request::Instrumentation def call(env); end def initialize(app, options=T.unsafe(nil)); end end class Faraday::Request::Instrumentation::Options end class Faraday::Request::Instrumentation::Options end class Faraday::Request::Instrumentation end class Faraday::Request::Multipart def create_multipart(env, params); end def has_multipart?(obj); end def part(boundary, key, value); end def process_params(params, prefix=T.unsafe(nil), pieces=T.unsafe(nil), &block); end def unique_boundary(); end DEFAULT_BOUNDARY_PREFIX = ::T.let(nil, ::T.untyped) end class Faraday::Request::Multipart end class Faraday::Request::Retry def build_exception_matcher(exceptions); end def calculate_sleep_amount(retries, env); end def call(env); end def initialize(app, options=T.unsafe(nil)); end DEFAULT_EXCEPTIONS = ::T.let(nil, ::T.untyped) IDEMPOTENT_METHODS = ::T.let(nil, ::T.untyped) end class Faraday::Request::Retry::Options DEFAULT_CHECK = ::T.let(nil, ::T.untyped) end class Faraday::Request::Retry::Options end class Faraday::Request::Retry end class Faraday::Request::TokenAuthentication def initialize(app, token, options=T.unsafe(nil)); end end class Faraday::Request::TokenAuthentication def self.header(token, options=T.unsafe(nil)); end end class Faraday::Request::UrlEncoded def call(env); end def match_content_type(env); end def process_request?(env); end def request_type(env); end CONTENT_TYPE = ::T.let(nil, ::T.untyped) end class Faraday::Request::UrlEncoded def self.mime_type(); end def self.mime_type=(mime_type); end end class Faraday::Request extend ::Faraday::MiddlewareRegistry end class Faraday::RequestOptions def []=(key, value); end def stream_response?(); end end class Faraday::RequestOptions end class Faraday::Response::Logger def initialize(app, logger=T.unsafe(nil), options=T.unsafe(nil)); end end class Faraday::Response::Logger end class Faraday::Response::RaiseError def response_values(env); end ClientErrorStatuses = ::T.let(nil, ::T.untyped) ServerErrorStatuses = ::T.let(nil, ::T.untyped) end class Faraday::Response::RaiseError end class Faraday::Response extend ::Faraday::MiddlewareRegistry end class Faraday::SSLOptions def disable?(); end def verify?(); end end class Faraday::SSLOptions end Faraday::Timer = Timeout Faraday::UploadIO = UploadIO module Faraday::Utils DEFAULT_SEP = ::T.let(nil, ::T.untyped) ESCAPE_RE = ::T.let(nil, ::T.untyped) end class Faraday::Utils::Headers def [](key); end def []=(key, val); end def delete(key); end def fetch(key, *args, &block); end def has_key?(key); end def include?(key); end def initialize(hash=T.unsafe(nil)); end def initialize_names(); end def key?(key); end def member?(key); end def merge(other); end def merge!(other); end def names(); end def parse(header_string); end def replace(other); end def update(other); end KeyMap = ::T.let(nil, ::T.untyped) end class Faraday::Utils::Headers def self.from(value); end end class Faraday::Utils::ParamsHash def [](key); end def []=(key, value); end def delete(key); end def has_key?(key); end def include?(key); end def key?(key); end def member?(key); end def merge(params); end def merge!(params); end def merge_query(query, encoder=T.unsafe(nil)); end def replace(other); end def to_query(encoder=T.unsafe(nil)); end def update(params); end end class Faraday::Utils::ParamsHash end module Faraday def self.default_adapter(); end def self.default_adapter=(adapter); end def self.default_connection(); end def self.default_connection=(default_connection); end def self.default_connection_options(); end def self.default_connection_options=(options); end def self.ignore_env_proxy(); end def self.ignore_env_proxy=(ignore_env_proxy); end def self.lib_path(); end def self.lib_path=(lib_path); end def self.new(url=T.unsafe(nil), options=T.unsafe(nil), &block); end def self.require_lib(*libs); end def self.require_libs(*libs); end def self.respond_to_missing?(symbol, include_private=T.unsafe(nil)); end def self.root_path(); end def self.root_path=(root_path); end end class Fiber def resume(*_); end end class Fiber def self.yield(*_); end end class File Separator = ::T.let(nil, ::T.untyped) end class File::Stat def size?(); end end class File def self.empty?(_); end def self.exists?(_); end def self.mkfifo(*_); end end FileList = Rake::FileList module FileUtils include ::FileUtils::StreamUtils_ LN_SUPPORTED = ::T.let(nil, ::T.untyped) RUBY = ::T.let(nil, ::T.untyped) end module FileUtils::DryRun include ::FileUtils include ::FileUtils::StreamUtils_ include ::FileUtils::LowMethods end module FileUtils::DryRun extend ::FileUtils::DryRun extend ::FileUtils extend ::FileUtils::StreamUtils_ extend ::FileUtils::LowMethods end module FileUtils::NoWrite include ::FileUtils include ::FileUtils::StreamUtils_ include ::FileUtils::LowMethods end module FileUtils::NoWrite extend ::FileUtils::NoWrite extend ::FileUtils extend ::FileUtils::StreamUtils_ extend ::FileUtils::LowMethods end module FileUtils::Verbose include ::FileUtils include ::FileUtils::StreamUtils_ end module FileUtils::Verbose extend ::FileUtils::Verbose extend ::FileUtils extend ::FileUtils::StreamUtils_ end module FileUtils extend ::FileUtils::StreamUtils_ end class Float include ::JSON::Ext::Generator::GeneratorMethods::Float end module Forwardable def self._compile_method(src, file, line); end def self._delegator_method(obj, accessor, method, ali); end def self._valid_method?(method); end def self.debug(); end def self.debug=(debug); end end module GC def garbage_collect(*_); end end module GC def self.latest_gc_info(*_); end def self.stress=(stress); end def self.verify_internal_consistency(); end end class Gem::DependencyInstaller def gems_to_install(); end end class Gem::Resolver end Gem::DependencyResolver::Conflict = Gem::Resolver::Conflict Gem::DependencyResolver::DependencyConflict = Gem::Resolver::Conflict module Gem::Resolver::Molinillo end Gem::DependencyResolver::Molinillo::SpecificationProvider = Gem::Resolver::Molinillo::SpecificationProvider Gem::DependencyResolver::Molinillo::UI = Gem::Resolver::Molinillo::UI module Gem::Resolver::Molinillo end class Gem::Resolver end class Gem::Installer def verify_spec_name(); end end class Gem::Licenses IDENTIFIERS = ::T.let(nil, ::T.untyped) end class Gem::RemoteFetcher def api_endpoint(uri); end end Gem::RequestSet::GemDepedencyAPI = Gem::RequestSet::GemDependencyAPI class Gem::Resolver::Molinillo::DependencyGraph::Log extend ::Enumerable end class Gem::Source def api_uri(); end end class Gem::Specification def bundled_gem_in_old_ruby?(); end def rubyforge_project(); end def warning(statement); end Dupable = ::T.let(nil, ::T.untyped) end class Gem::Specification extend ::Enumerable end module Gem::Util NULL_DEVICE = ::T.let(nil, ::T.untyped) end module Google::Apis OS_VERSION = ::T.let(nil, ::T.untyped) ROOT = ::T.let(nil, ::T.untyped) VERSION = ::T.let(nil, ::T.untyped) end class Google::Apis::Core::ApiCommand ERROR_REASON_MAPPING = ::T.let(nil, ::T.untyped) FIELDS_PARAM = ::T.let(nil, ::T.untyped) JSON_CONTENT_TYPE = ::T.let(nil, ::T.untyped) end class Google::Apis::Core::BaseUploadCommand CONTENT_TYPE_HEADER = ::T.let(nil, ::T.untyped) UPLOAD_CONTENT_LENGTH = ::T.let(nil, ::T.untyped) UPLOAD_CONTENT_TYPE_HEADER = ::T.let(nil, ::T.untyped) UPLOAD_PROTOCOL_HEADER = ::T.let(nil, ::T.untyped) end class Google::Apis::Core::BatchCommand MULTIPART_MIXED = ::T.let(nil, ::T.untyped) end class Google::Apis::Core::DownloadCommand OK_STATUS = ::T.let(nil, ::T.untyped) RANGE_HEADER = ::T.let(nil, ::T.untyped) end class Google::Apis::Core::HttpCommand OPENCENSUS_AVAILABLE = ::T.let(nil, ::T.untyped) RETRIABLE_ERRORS = ::T.let(nil, ::T.untyped) UNSAFE_CLASS_NAMES = ::T.let(nil, ::T.untyped) end class Google::Apis::Core::Multipart MULTIPART_RELATED = ::T.let(nil, ::T.untyped) end class Google::Apis::Core::MultipartUploadCommand MULTIPART_PROTOCOL = ::T.let(nil, ::T.untyped) MULTIPART_RELATED = ::T.let(nil, ::T.untyped) end class Google::Apis::Core::RawUploadCommand RAW_PROTOCOL = ::T.let(nil, ::T.untyped) end class Google::Apis::Core::ResumableUploadCommand BYTES_RECEIVED_HEADER = ::T.let(nil, ::T.untyped) QUERY_COMMAND = ::T.let(nil, ::T.untyped) RESUMABLE = ::T.let(nil, ::T.untyped) START_COMMAND = ::T.let(nil, ::T.untyped) STATUS_ACTIVE = ::T.let(nil, ::T.untyped) STATUS_CANCELLED = ::T.let(nil, ::T.untyped) STATUS_FINAL = ::T.let(nil, ::T.untyped) UPLOAD_COMMAND = ::T.let(nil, ::T.untyped) UPLOAD_COMMAND_HEADER = ::T.let(nil, ::T.untyped) UPLOAD_OFFSET_HEADER = ::T.let(nil, ::T.untyped) UPLOAD_STATUS_HEADER = ::T.let(nil, ::T.untyped) UPLOAD_URL_HEADER = ::T.let(nil, ::T.untyped) end module Google::Apis::DriveV3 AUTH_DRIVE = ::T.let(nil, ::T.untyped) AUTH_DRIVE_APPDATA = ::T.let(nil, ::T.untyped) AUTH_DRIVE_FILE = ::T.let(nil, ::T.untyped) AUTH_DRIVE_METADATA = ::T.let(nil, ::T.untyped) AUTH_DRIVE_METADATA_READONLY = ::T.let(nil, ::T.untyped) AUTH_DRIVE_PHOTOS_READONLY = ::T.let(nil, ::T.untyped) AUTH_DRIVE_READONLY = ::T.let(nil, ::T.untyped) AUTH_DRIVE_SCRIPTS = ::T.let(nil, ::T.untyped) REVISION = ::T.let(nil, ::T.untyped) VERSION = ::T.let(nil, ::T.untyped) end module Google::Apis::SheetsV4 AUTH_DRIVE = ::T.let(nil, ::T.untyped) AUTH_DRIVE_FILE = ::T.let(nil, ::T.untyped) AUTH_DRIVE_READONLY = ::T.let(nil, ::T.untyped) AUTH_SPREADSHEETS = ::T.let(nil, ::T.untyped) AUTH_SPREADSHEETS_READONLY = ::T.let(nil, ::T.untyped) REVISION = ::T.let(nil, ::T.untyped) VERSION = ::T.let(nil, ::T.untyped) end module Google::Auth NOT_FOUND_ERROR = ::T.let(nil, ::T.untyped) NO_METADATA_SERVER_ERROR = ::T.let(nil, ::T.untyped) UNEXPECTED_ERROR_SUFFIX = ::T.let(nil, ::T.untyped) end class Google::Auth::ClientId CLIENT_ID = ::T.let(nil, ::T.untyped) CLIENT_SECRET = ::T.let(nil, ::T.untyped) INSTALLED_APP = ::T.let(nil, ::T.untyped) MISSING_TOP_LEVEL_ELEMENT_ERROR = ::T.let(nil, ::T.untyped) WEB_APP = ::T.let(nil, ::T.untyped) end class Google::Auth::Credentials AUDIENCE = ::T.let(nil, ::T.untyped) TOKEN_CREDENTIAL_URI = ::T.let(nil, ::T.untyped) end module Google::Auth::CredentialsLoader ACCOUNT_TYPE_VAR = ::T.let(nil, ::T.untyped) CLIENT_EMAIL_VAR = ::T.let(nil, ::T.untyped) CLIENT_ID_VAR = ::T.let(nil, ::T.untyped) CLIENT_SECRET_VAR = ::T.let(nil, ::T.untyped) CLOUD_SDK_CLIENT_ID = ::T.let(nil, ::T.untyped) CLOUD_SDK_CREDENTIALS_WARNING = ::T.let(nil, ::T.untyped) CREDENTIALS_FILE_NAME = ::T.let(nil, ::T.untyped) ENV_VAR = ::T.let(nil, ::T.untyped) GCLOUD_CONFIG_COMMAND = ::T.let(nil, ::T.untyped) GCLOUD_POSIX_COMMAND = ::T.let(nil, ::T.untyped) GCLOUD_WINDOWS_COMMAND = ::T.let(nil, ::T.untyped) NOT_FOUND_ERROR = ::T.let(nil, ::T.untyped) PRIVATE_KEY_VAR = ::T.let(nil, ::T.untyped) PROJECT_ID_VAR = ::T.let(nil, ::T.untyped) REFRESH_TOKEN_VAR = ::T.let(nil, ::T.untyped) SYSTEM_DEFAULT_ERROR = ::T.let(nil, ::T.untyped) WELL_KNOWN_ERROR = ::T.let(nil, ::T.untyped) WELL_KNOWN_PATH = ::T.let(nil, ::T.untyped) end class Google::Auth::GCECredentials COMPUTE_AUTH_TOKEN_URI = ::T.let(nil, ::T.untyped) COMPUTE_CHECK_URI = ::T.let(nil, ::T.untyped) COMPUTE_ID_TOKEN_URI = ::T.let(nil, ::T.untyped) end class Google::Auth::GCECredentials extend ::Memoist::InstanceMethods end module Google::Auth::ScopeUtil ALIASES = ::T.let(nil, ::T.untyped) end class Google::Auth::ServiceAccountCredentials TOKEN_CRED_URI = ::T.let(nil, ::T.untyped) end class Google::Auth::ServiceAccountJwtHeaderCredentials AUTH_METADATA_KEY = ::T.let(nil, ::T.untyped) EXPIRY = ::T.let(nil, ::T.untyped) JWT_AUD_URI_KEY = ::T.let(nil, ::T.untyped) SIGNING_ALGORITHM = ::T.let(nil, ::T.untyped) TOKEN_CRED_URI = ::T.let(nil, ::T.untyped) end class Google::Auth::UserAuthorizer MISMATCHED_CLIENT_ID_ERROR = ::T.let(nil, ::T.untyped) MISSING_ABSOLUTE_URL_ERROR = ::T.let(nil, ::T.untyped) NIL_CLIENT_ID_ERROR = ::T.let(nil, ::T.untyped) NIL_SCOPE_ERROR = ::T.let(nil, ::T.untyped) NIL_TOKEN_STORE_ERROR = ::T.let(nil, ::T.untyped) NIL_USER_ID_ERROR = ::T.let(nil, ::T.untyped) end class Google::Auth::UserRefreshCredentials AUTHORIZATION_URI = ::T.let(nil, ::T.untyped) REVOKE_TOKEN_URI = ::T.let(nil, ::T.untyped) TOKEN_CRED_URI = ::T.let(nil, ::T.untyped) end class Google::Auth::WebUserAuthorizer AUTHORIZATION_ERROR = ::T.let(nil, ::T.untyped) AUTH_CODE_KEY = ::T.let(nil, ::T.untyped) CALLBACK_STATE_KEY = ::T.let(nil, ::T.untyped) CURRENT_URI_KEY = ::T.let(nil, ::T.untyped) ERROR_CODE_KEY = ::T.let(nil, ::T.untyped) INVALID_STATE_TOKEN_ERROR = ::T.let(nil, ::T.untyped) MISSING_AUTH_CODE_ERROR = ::T.let(nil, ::T.untyped) NIL_REQUEST_ERROR = ::T.let(nil, ::T.untyped) NIL_SESSION_ERROR = ::T.let(nil, ::T.untyped) SCOPE_KEY = ::T.let(nil, ::T.untyped) SESSION_ID_KEY = ::T.let(nil, ::T.untyped) STATE_PARAM = ::T.let(nil, ::T.untyped) XSRF_KEY = ::T.let(nil, ::T.untyped) end class Google::Auth::WebUserAuthorizer::CallbackApp ERROR_STATUS = ::T.let(nil, ::T.untyped) LOCATION_HEADER = ::T.let(nil, ::T.untyped) REDIR_STATUS = ::T.let(nil, ::T.untyped) end class GoogleDrive::Config FIELDS = ::T.let(nil, ::T.untyped) end GoogleDrive::Folder = GoogleDrive::Collection class GoogleDrive::Session DEFAULT_SCOPE = ::T.let(nil, ::T.untyped) end class GoogleDrive::Spreadsheet SUPPORTED_EXPORT_FORMAT = ::T.let(nil, ::T.untyped) end module GoogleDrive::Util EXT_TO_CONTENT_TYPE = ::T.let(nil, ::T.untyped) IMPORTABLE_CONTENT_TYPE_MAP = ::T.let(nil, ::T.untyped) end class GoogleDrive::Worksheet XML_INVALID_CHAR_REGEXP = ::T.let(nil, ::T.untyped) end module GoogleDrive::Worksheet::Colors BLACK = ::T.let(nil, ::T.untyped) BLUE = ::T.let(nil, ::T.untyped) CORNFLOWER_BLUE = ::T.let(nil, ::T.untyped) CYAN = ::T.let(nil, ::T.untyped) DARK_BLUE_1 = ::T.let(nil, ::T.untyped) DARK_CORNFLOWER_BLUE_1 = ::T.let(nil, ::T.untyped) DARK_CYAN_1 = ::T.let(nil, ::T.untyped) DARK_GRAY_1 = ::T.let(nil, ::T.untyped) DARK_GREEN_1 = ::T.let(nil, ::T.untyped) DARK_MAGENTA_1 = ::T.let(nil, ::T.untyped) DARK_ORANGE_1 = ::T.let(nil, ::T.untyped) DARK_PURPLE_1 = ::T.let(nil, ::T.untyped) DARK_RED_1 = ::T.let(nil, ::T.untyped) DARK_RED_BERRY_1 = ::T.let(nil, ::T.untyped) DARK_YELLOW_1 = ::T.let(nil, ::T.untyped) GRAY = ::T.let(nil, ::T.untyped) GREEN = ::T.let(nil, ::T.untyped) MAGENTA = ::T.let(nil, ::T.untyped) ORANGE = ::T.let(nil, ::T.untyped) PURPLE = ::T.let(nil, ::T.untyped) RED = ::T.let(nil, ::T.untyped) RED_BERRY = ::T.let(nil, ::T.untyped) WHITE = ::T.let(nil, ::T.untyped) YELLOW = ::T.let(nil, ::T.untyped) end class HTTP::Message CRLF = ::T.let(nil, ::T.untyped) VERSION_WARNING = ::T.let(nil, ::T.untyped) end class HTTP::Message::Body DEFAULT_CHUNK_SIZE = ::T.let(nil, ::T.untyped) end class HTTP::Message::Headers CHARSET_MAP = ::T.let(nil, ::T.untyped) NIL_URI = ::T.let(nil, ::T.untyped) STATUS_CODE_MAP = ::T.let(nil, ::T.untyped) end module HTTP::Status ACCEPTED = ::T.let(nil, ::T.untyped) BAD_REQUEST = ::T.let(nil, ::T.untyped) CREATED = ::T.let(nil, ::T.untyped) FOUND = ::T.let(nil, ::T.untyped) INTERNAL = ::T.let(nil, ::T.untyped) MOVED_PERMANENTLY = ::T.let(nil, ::T.untyped) MOVED_TEMPORARILY = ::T.let(nil, ::T.untyped) NON_AUTHORITATIVE_INFORMATION = ::T.let(nil, ::T.untyped) NO_CONTENT = ::T.let(nil, ::T.untyped) OK = ::T.let(nil, ::T.untyped) PARTIAL_CONTENT = ::T.let(nil, ::T.untyped) PROXY_AUTHENTICATE_REQUIRED = ::T.let(nil, ::T.untyped) REDIRECT_STATUS = ::T.let(nil, ::T.untyped) RESET_CONTENT = ::T.let(nil, ::T.untyped) SEE_OTHER = ::T.let(nil, ::T.untyped) SUCCESSFUL_STATUS = ::T.let(nil, ::T.untyped) TEMPORARY_REDIRECT = ::T.let(nil, ::T.untyped) UNAUTHORIZED = ::T.let(nil, ::T.untyped) end class HTTPClient DEFAULT_AGENT_NAME = ::T.let(nil, ::T.untyped) GSSAPIEnabled = ::T.let(nil, ::T.untyped) LIB_NAME = ::T.let(nil, ::T.untyped) NO_PROXY_HOSTS = ::T.let(nil, ::T.untyped) NTLMEnabled = ::T.let(nil, ::T.untyped) PROPFIND_DEFAULT_EXTHEADER = ::T.let(nil, ::T.untyped) RUBY_VERSION_STRING = ::T.let(nil, ::T.untyped) SSLEnabled = ::T.let(nil, ::T.untyped) SSPIEnabled = ::T.let(nil, ::T.untyped) VERSION = ::T.let(nil, ::T.untyped) end HTTPClient::CookieManager = WebAgent::CookieManager class HTTPClient::SSLConfig CIPHERS_DEFAULT = ::T.let(nil, ::T.untyped) end class HTTPClient::Session RS = ::T.let(nil, ::T.untyped) StatusParseRegexp = ::T.let(nil, ::T.untyped) end HTTPClient::Session::BadResponse = HTTPClient::BadResponseError class HTTPClient::Site EMPTY = ::T.let(nil, ::T.untyped) end module HTTPClient::Util AddressableEnabled = ::T.let(nil, ::T.untyped) end class Hash include ::JSON::Ext::Generator::GeneratorMethods::Hash def <(_); end def <=(_); end def >(_); end def >=(_); end def compact(); end def compact!(); end def default_proc(); end def default_proc=(default_proc); end def fetch_values(*_); end def flatten(*_); end def index(_); end def replace(_); end def to_h(); end def to_proc(); end def transform_values!(); end def update(_); end end class Hash def self.try_convert(_); end end class IO def beep(); end def cooked(); end def cooked!(); end def cursor(); end def cursor=(); end def echo=(echo); end def echo?(); end def external_encoding(); end def getch(*_); end def getpass(*_); end def goto(); end def iflush(); end def ioflush(); end def noecho(); end def nonblock(*_); end def nonblock=(nonblock); end def nonblock?(); end def nread(); end def oflush(); end def pathconf(_); end def pressed?(); end def raw(*_); end def raw!(*_); end def ready?(); end def wait(*_); end def wait_readable(*_); end def wait_writable(*_); end def winsize(); end def winsize=(winsize); end def write_nonblock(buf, exception: T.unsafe(nil)); end end IO::EWOULDBLOCKWaitReadable = IO::EAGAINWaitReadable IO::EWOULDBLOCKWaitWritable = IO::EAGAINWaitWritable class IO def self.console(*_); end def self.foreach(*_); end end class Integer include ::JSON::Ext::Generator::GeneratorMethods::Integer def digits(*_); end def to_bn(); end end class JSON::Ext::Generator::State def self.from_state(_); end end class JSON::Ext::Parser def initialize(*_); end end JSON::Parser = JSON::Ext::Parser JSON::State = JSON::Ext::Generator::State JSON::UnparserError = JSON::GeneratorError module JWT include ::JWT::DefaultOptions end module JWT::Algos end module JWT::Algos::Ecdsa NAMED_CURVES = ::T.let(nil, ::T.untyped) SUPPORTED = ::T.let(nil, ::T.untyped) end module JWT::Algos::Ecdsa def self.sign(to_sign); end def self.verify(to_verify); end end module JWT::Algos::Eddsa SUPPORTED = ::T.let(nil, ::T.untyped) end module JWT::Algos::Eddsa def self.sign(to_sign); end def self.verify(to_verify); end end module JWT::Algos::Hmac SUPPORTED = ::T.let(nil, ::T.untyped) end module JWT::Algos::Hmac def self.sign(to_sign); end def self.verify(to_verify); end end module JWT::Algos::Ps SUPPORTED = ::T.let(nil, ::T.untyped) end module JWT::Algos::Ps def self.require_openssl!(); end def self.sign(to_sign); end def self.verify(to_verify); end end module JWT::Algos::Rsa SUPPORTED = ::T.let(nil, ::T.untyped) end module JWT::Algos::Rsa def self.sign(to_sign); end def self.verify(to_verify); end end module JWT::Algos::Unsupported SUPPORTED = ::T.let(nil, ::T.untyped) end module JWT::Algos::Unsupported def self.sign(*_); end def self.verify(*_); end end module JWT::Algos end class JWT::Base64 end class JWT::Base64 def self.url_decode(str); end def self.url_encode(str); end end class JWT::ClaimsValidator INTEGER_CLAIMS = ::T.let(nil, ::T.untyped) end class JWT::Decode def decode_segments(); end def initialize(jwt, key, verify, options, &keyfinder); end end class JWT::Decode end module JWT::DefaultOptions DEFAULT_OPTIONS = ::T.let(nil, ::T.untyped) end module JWT::DefaultOptions end class JWT::Encode def initialize(options); end def segments(); end ALG_KEY = ::T.let(nil, ::T.untyped) ALG_NONE = ::T.let(nil, ::T.untyped) end class JWT::Encode end class JWT::JSON end class JWT::JSON def self.generate(data); end def self.parse(data); end end module JWT::JWK MAPPINGS = ::T.let(nil, ::T.untyped) end class JWT::JWK::RSA BINARY = ::T.let(nil, ::T.untyped) KTY = ::T.let(nil, ::T.untyped) end module JWT::JWK def self.create_from(keypair); end def self.import(jwk_data); end def self.new(keypair); end end module JWT::SecurityUtils end module JWT::SecurityUtils def self.asn1_to_raw(signature, public_key); end def self.raw_to_asn1(signature, private_key); end def self.rbnacl_fixup(algorithm, key); end def self.secure_compare(left, right); end def self.verify_ps(algorithm, public_key, signing_input, signature); end def self.verify_rsa(algorithm, public_key, signing_input, signature); end end module JWT::Signature def sign(algorithm, msg, key); end def verify(algorithm, key, signing_input, signature); end ALGOS = ::T.let(nil, ::T.untyped) end class JWT::Signature::ToSign def algorithm(); end def algorithm=(_); end def key(); end def key=(_); end def msg(); end def msg=(_); end end class JWT::Signature::ToSign def self.[](*_); end def self.members(); end end class JWT::Signature::ToVerify def algorithm(); end def algorithm=(_); end def public_key(); end def public_key=(_); end def signature(); end def signature=(_); end def signing_input(); end def signing_input=(_); end end class JWT::Signature::ToVerify def self.[](*_); end def self.members(); end end module JWT::Signature extend ::JWT::Signature end class JWT::Verify def initialize(payload, options); end def verify_aud(); end def verify_expiration(); end def verify_iat(); end def verify_iss(); end def verify_jti(); end def verify_not_before(); end def verify_sub(); end DEFAULTS = ::T.let(nil, ::T.untyped) end class JWT::Verify def self.verify_aud(payload, options); end def self.verify_claims(payload, options); end def self.verify_expiration(payload, options); end def self.verify_iat(payload, options); end def self.verify_iss(payload, options); end def self.verify_jti(payload, options); end def self.verify_not_before(payload, options); end def self.verify_sub(payload, options); end end module JWT def self.decode(jwt, key=T.unsafe(nil), verify=T.unsafe(nil), options=T.unsafe(nil), &keyfinder); end def self.encode(payload, key, algorithm=T.unsafe(nil), header_fields=T.unsafe(nil)); end end module Kernel def gem(dep, *reqs); end def itself(); end def object_id(); end def pretty_inspect(); end end module Kernel def self.at_exit(); end end module LedgerGen VERSION = ::T.let(nil, ::T.untyped) end class LoadError def path(); end end class LocalJumpError def exit_value(); end def reason(); end end class Logger SEV_LABEL = ::T.let(nil, ::T.untyped) end class Logger::Formatter Format = ::T.let(nil, ::T.untyped) end class Logger::LogDevice include ::MonitorMixin end module Logger::Period SiD = ::T.let(nil, ::T.untyped) end module Marshal def self.restore(*_); end end module Memoist VERSION = ::T.let(nil, ::T.untyped) end Methods = T::Private::Methods module MiniMime VERSION = ::T.let(nil, ::T.untyped) end class MiniMime::Db LOCK = ::T.let(nil, ::T.untyped) end class MiniMime::Db::RandomAccessDb MAX_CACHED = ::T.let(nil, ::T.untyped) end class MiniMime::Info BINARY_ENCODINGS = ::T.let(nil, ::T.untyped) end class Module def deprecate_constant(*_); end def psych_yaml_as(url); end def yaml_as(url); end end class Module def self.used_modules(); end end class Monitor def enter(); end def exit(); end def try_enter(); end end module MonitorMixin def initialize(*args); end def mon_enter(); end def mon_exit(); end def mon_synchronize(); end def mon_try_enter(); end def new_cond(); end def synchronize(); end def try_mon_enter(); end end class MonitorMixin::ConditionVariable def broadcast(); end def initialize(monitor); end def signal(); end def wait(timeout=T.unsafe(nil)); end def wait_until(); end def wait_while(); end end module MonitorMixin def self.extend_object(obj); end end module MultiJson ALIASES = ::T.let(nil, ::T.untyped) REQUIREMENT_MAP = ::T.let(nil, ::T.untyped) VERSION = ::T.let(nil, ::T.untyped) end MultiJson::DecodeError = MultiJson::ParseError MultiJson::LoadError = MultiJson::ParseError module MultiJson::OptionsCache MAX_CACHE_SIZE = ::T.let(nil, ::T.untyped) end class MultiJson::Version MAJOR = ::T.let(nil, ::T.untyped) MINOR = ::T.let(nil, ::T.untyped) PATCH = ::T.let(nil, ::T.untyped) PRE = ::T.let(nil, ::T.untyped) end class NameError include ::DidYouMean::Correctable def name(); end def receiver(); end end Net::HTTP::ProxyMod = Net::HTTP::ProxyDelta Net::HTTPClientError::EXCEPTION_TYPE = Net::HTTPServerException Net::HTTPClientErrorCode = Net::HTTPClientError Net::HTTPFatalErrorCode = Net::HTTPClientError Net::HTTPInformation::EXCEPTION_TYPE = Net::HTTPError Net::HTTPInformationCode = Net::HTTPInformation Net::HTTPMovedTemporarily = Net::HTTPFound Net::HTTPMultipleChoice = Net::HTTPMultipleChoices Net::HTTPRedirection::EXCEPTION_TYPE = Net::HTTPRetriableError Net::HTTPRedirectionCode = Net::HTTPRedirection Net::HTTPRequestURITooLarge = Net::HTTPRequestURITooLong Net::HTTPResponceReceiver = Net::HTTPResponse Net::HTTPRetriableCode = Net::HTTPRedirection Net::HTTPServerError::EXCEPTION_TYPE = Net::HTTPFatalError Net::HTTPServerErrorCode = Net::HTTPServerError Net::HTTPSession = Net::HTTP Net::HTTPSuccess::EXCEPTION_TYPE = Net::HTTPError Net::HTTPSuccessCode = Net::HTTPSuccess Net::HTTPUnknownResponse::EXCEPTION_TYPE = Net::HTTPError Net::NetPrivate::HTTPRequest = Net::HTTPRequest Net::NetPrivate::Socket = Net::InternetMessageIO Net::ProtocRetryError = Net::ProtoRetriableError class NilClass include ::JSON::Ext::Generator::GeneratorMethods::NilClass def to_i(); end end class NoMethodError def args(); end def private_call?(); end end module Nokogiri LIBXML_ICONV_ENABLED = ::T.let(nil, ::T.untyped) LIBXML_PARSER_VERSION = ::T.let(nil, ::T.untyped) LIBXML_VERSION = ::T.let(nil, ::T.untyped) NOKOGIRI_LIBXML2_PATCHES = ::T.let(nil, ::T.untyped) NOKOGIRI_LIBXML2_PATH = ::T.let(nil, ::T.untyped) NOKOGIRI_LIBXSLT_PATCHES = ::T.let(nil, ::T.untyped) NOKOGIRI_LIBXSLT_PATH = ::T.let(nil, ::T.untyped) NOKOGIRI_USE_PACKAGED_LIBRARIES = ::T.let(nil, ::T.untyped) VERSION = ::T.let(nil, ::T.untyped) VERSION_INFO = ::T.let(nil, ::T.untyped) end class Nokogiri::CSS::Node ALLOW_COMBINATOR_ON_SELF = ::T.let(nil, ::T.untyped) end class Nokogiri::CSS::Parser Racc_arg = ::T.let(nil, ::T.untyped) Racc_debug_parser = ::T.let(nil, ::T.untyped) Racc_token_to_s_table = ::T.let(nil, ::T.untyped) end module Nokogiri::Decorators::Slop XPATH_PREFIX = ::T.let(nil, ::T.untyped) end module Nokogiri::HTML NamedCharacters = ::T.let(nil, ::T.untyped) end class Nokogiri::HTML::ElementDescription ACTION_ATTR = ::T.let(nil, ::T.untyped) ALIGN_ATTR = ::T.let(nil, ::T.untyped) ALT_ATTR = ::T.let(nil, ::T.untyped) APPLET_ATTRS = ::T.let(nil, ::T.untyped) AREA_ATTRS = ::T.let(nil, ::T.untyped) ATTRS = ::T.let(nil, ::T.untyped) A_ATTRS = ::T.let(nil, ::T.untyped) BASEFONT_ATTRS = ::T.let(nil, ::T.untyped) BGCOLOR_ATTR = ::T.let(nil, ::T.untyped) BLOCK = ::T.let(nil, ::T.untyped) BLOCKLI_ELT = ::T.let(nil, ::T.untyped) BODY_ATTRS = ::T.let(nil, ::T.untyped) BODY_CONTENTS = ::T.let(nil, ::T.untyped) BODY_DEPR = ::T.let(nil, ::T.untyped) BUTTON_ATTRS = ::T.let(nil, ::T.untyped) CELLHALIGN = ::T.let(nil, ::T.untyped) CELLVALIGN = ::T.let(nil, ::T.untyped) CLEAR_ATTRS = ::T.let(nil, ::T.untyped) COL_ATTRS = ::T.let(nil, ::T.untyped) COL_ELT = ::T.let(nil, ::T.untyped) COMPACT_ATTR = ::T.let(nil, ::T.untyped) COMPACT_ATTRS = ::T.let(nil, ::T.untyped) CONTENT_ATTR = ::T.let(nil, ::T.untyped) COREATTRS = ::T.let(nil, ::T.untyped) CORE_ATTRS = ::T.let(nil, ::T.untyped) CORE_I18N_ATTRS = ::T.let(nil, ::T.untyped) DIR_ATTR = ::T.let(nil, ::T.untyped) DL_CONTENTS = ::T.let(nil, ::T.untyped) DefaultDescriptions = ::T.let(nil, ::T.untyped) EDIT_ATTRS = ::T.let(nil, ::T.untyped) EMBED_ATTRS = ::T.let(nil, ::T.untyped) EMPTY = ::T.let(nil, ::T.untyped) EVENTS = ::T.let(nil, ::T.untyped) FIELDSET_CONTENTS = ::T.let(nil, ::T.untyped) FLOW = ::T.let(nil, ::T.untyped) FLOW_PARAM = ::T.let(nil, ::T.untyped) FONTSTYLE = ::T.let(nil, ::T.untyped) FONT_ATTRS = ::T.let(nil, ::T.untyped) FORMCTRL = ::T.let(nil, ::T.untyped) FORM_ATTRS = ::T.let(nil, ::T.untyped) FORM_CONTENTS = ::T.let(nil, ::T.untyped) FRAMESET_ATTRS = ::T.let(nil, ::T.untyped) FRAMESET_CONTENTS = ::T.let(nil, ::T.untyped) FRAME_ATTRS = ::T.let(nil, ::T.untyped) HEADING = ::T.let(nil, ::T.untyped) HEAD_ATTRS = ::T.let(nil, ::T.untyped) HEAD_CONTENTS = ::T.let(nil, ::T.untyped) HREF_ATTRS = ::T.let(nil, ::T.untyped) HR_DEPR = ::T.let(nil, ::T.untyped) HTML_ATTRS = ::T.let(nil, ::T.untyped) HTML_CDATA = ::T.let(nil, ::T.untyped) HTML_CONTENT = ::T.let(nil, ::T.untyped) HTML_FLOW = ::T.let(nil, ::T.untyped) HTML_INLINE = ::T.let(nil, ::T.untyped) HTML_PCDATA = ::T.let(nil, ::T.untyped) I18N = ::T.let(nil, ::T.untyped) I18N_ATTRS = ::T.let(nil, ::T.untyped) IFRAME_ATTRS = ::T.let(nil, ::T.untyped) IMG_ATTRS = ::T.let(nil, ::T.untyped) INLINE = ::T.let(nil, ::T.untyped) INLINE_P = ::T.let(nil, ::T.untyped) INPUT_ATTRS = ::T.let(nil, ::T.untyped) LABEL_ATTR = ::T.let(nil, ::T.untyped) LABEL_ATTRS = ::T.let(nil, ::T.untyped) LANGUAGE_ATTR = ::T.let(nil, ::T.untyped) LEGEND_ATTRS = ::T.let(nil, ::T.untyped) LINK_ATTRS = ::T.let(nil, ::T.untyped) LIST = ::T.let(nil, ::T.untyped) LI_ELT = ::T.let(nil, ::T.untyped) MAP_CONTENTS = ::T.let(nil, ::T.untyped) META_ATTRS = ::T.let(nil, ::T.untyped) MODIFIER = ::T.let(nil, ::T.untyped) NAME_ATTR = ::T.let(nil, ::T.untyped) NOFRAMES_CONTENT = ::T.let(nil, ::T.untyped) OBJECT_ATTRS = ::T.let(nil, ::T.untyped) OBJECT_CONTENTS = ::T.let(nil, ::T.untyped) OBJECT_DEPR = ::T.let(nil, ::T.untyped) OL_ATTRS = ::T.let(nil, ::T.untyped) OPTGROUP_ATTRS = ::T.let(nil, ::T.untyped) OPTION_ATTRS = ::T.let(nil, ::T.untyped) OPTION_ELT = ::T.let(nil, ::T.untyped) PARAM_ATTRS = ::T.let(nil, ::T.untyped) PCDATA = ::T.let(nil, ::T.untyped) PHRASE = ::T.let(nil, ::T.untyped) PRE_CONTENT = ::T.let(nil, ::T.untyped) PROMPT_ATTRS = ::T.let(nil, ::T.untyped) QUOTE_ATTRS = ::T.let(nil, ::T.untyped) ROWS_COLS_ATTR = ::T.let(nil, ::T.untyped) SCRIPT_ATTRS = ::T.let(nil, ::T.untyped) SELECT_ATTRS = ::T.let(nil, ::T.untyped) SELECT_CONTENT = ::T.let(nil, ::T.untyped) SPECIAL = ::T.let(nil, ::T.untyped) SRC_ALT_ATTRS = ::T.let(nil, ::T.untyped) STYLE_ATTRS = ::T.let(nil, ::T.untyped) TABLE_ATTRS = ::T.let(nil, ::T.untyped) TABLE_CONTENTS = ::T.let(nil, ::T.untyped) TABLE_DEPR = ::T.let(nil, ::T.untyped) TALIGN_ATTRS = ::T.let(nil, ::T.untyped) TARGET_ATTR = ::T.let(nil, ::T.untyped) TEXTAREA_ATTRS = ::T.let(nil, ::T.untyped) TH_TD_ATTR = ::T.let(nil, ::T.untyped) TH_TD_DEPR = ::T.let(nil, ::T.untyped) TR_CONTENTS = ::T.let(nil, ::T.untyped) TR_ELT = ::T.let(nil, ::T.untyped) TYPE_ATTR = ::T.let(nil, ::T.untyped) UL_DEPR = ::T.let(nil, ::T.untyped) VERSION_ATTR = ::T.let(nil, ::T.untyped) WIDTH_ATTR = ::T.let(nil, ::T.untyped) end Nokogiri::HTML::ElementDescription::Desc = Struct::HTMLElementDescription module Nokogiri::XML XML_C14N_1_0 = ::T.let(nil, ::T.untyped) XML_C14N_1_1 = ::T.let(nil, ::T.untyped) XML_C14N_EXCLUSIVE_1_0 = ::T.let(nil, ::T.untyped) end class Nokogiri::XML::Document IMPLIED_XPATH_CONTEXTS = ::T.let(nil, ::T.untyped) NCNAME_CHAR = ::T.let(nil, ::T.untyped) NCNAME_RE = ::T.let(nil, ::T.untyped) NCNAME_START_CHAR = ::T.let(nil, ::T.untyped) end class Nokogiri::XML::Element end class Nokogiri::XML::Element end class Nokogiri::XML::ElementContent ELEMENT = ::T.let(nil, ::T.untyped) MULT = ::T.let(nil, ::T.untyped) ONCE = ::T.let(nil, ::T.untyped) OPT = ::T.let(nil, ::T.untyped) OR = ::T.let(nil, ::T.untyped) PCDATA = ::T.let(nil, ::T.untyped) PLUS = ::T.let(nil, ::T.untyped) SEQ = ::T.let(nil, ::T.untyped) end class Nokogiri::XML::EntityDecl EXTERNAL_GENERAL_PARSED = ::T.let(nil, ::T.untyped) EXTERNAL_GENERAL_UNPARSED = ::T.let(nil, ::T.untyped) EXTERNAL_PARAMETER = ::T.let(nil, ::T.untyped) INTERNAL_GENERAL = ::T.let(nil, ::T.untyped) INTERNAL_PARAMETER = ::T.let(nil, ::T.untyped) INTERNAL_PREDEFINED = ::T.let(nil, ::T.untyped) end class Nokogiri::XML::Node ATTRIBUTE_DECL = ::T.let(nil, ::T.untyped) ATTRIBUTE_NODE = ::T.let(nil, ::T.untyped) CDATA_SECTION_NODE = ::T.let(nil, ::T.untyped) COMMENT_NODE = ::T.let(nil, ::T.untyped) DOCB_DOCUMENT_NODE = ::T.let(nil, ::T.untyped) DOCUMENT_FRAG_NODE = ::T.let(nil, ::T.untyped) DOCUMENT_NODE = ::T.let(nil, ::T.untyped) DOCUMENT_TYPE_NODE = ::T.let(nil, ::T.untyped) DTD_NODE = ::T.let(nil, ::T.untyped) ELEMENT_DECL = ::T.let(nil, ::T.untyped) ELEMENT_NODE = ::T.let(nil, ::T.untyped) ENTITY_DECL = ::T.let(nil, ::T.untyped) ENTITY_NODE = ::T.let(nil, ::T.untyped) ENTITY_REF_NODE = ::T.let(nil, ::T.untyped) HTML_DOCUMENT_NODE = ::T.let(nil, ::T.untyped) IMPLIED_XPATH_CONTEXTS = ::T.let(nil, ::T.untyped) NAMESPACE_DECL = ::T.let(nil, ::T.untyped) NOTATION_NODE = ::T.let(nil, ::T.untyped) PI_NODE = ::T.let(nil, ::T.untyped) TEXT_NODE = ::T.let(nil, ::T.untyped) XINCLUDE_END = ::T.let(nil, ::T.untyped) XINCLUDE_START = ::T.let(nil, ::T.untyped) end class Nokogiri::XML::NodeSet IMPLIED_XPATH_CONTEXTS = ::T.let(nil, ::T.untyped) end class Nokogiri::XML::ParseOptions COMPACT = ::T.let(nil, ::T.untyped) DEFAULT_HTML = ::T.let(nil, ::T.untyped) DEFAULT_XML = ::T.let(nil, ::T.untyped) DTDATTR = ::T.let(nil, ::T.untyped) DTDLOAD = ::T.let(nil, ::T.untyped) DTDVALID = ::T.let(nil, ::T.untyped) HUGE = ::T.let(nil, ::T.untyped) NOBASEFIX = ::T.let(nil, ::T.untyped) NOBLANKS = ::T.let(nil, ::T.untyped) NOCDATA = ::T.let(nil, ::T.untyped) NODICT = ::T.let(nil, ::T.untyped) NOENT = ::T.let(nil, ::T.untyped) NOERROR = ::T.let(nil, ::T.untyped) NONET = ::T.let(nil, ::T.untyped) NOWARNING = ::T.let(nil, ::T.untyped) NOXINCNODE = ::T.let(nil, ::T.untyped) NSCLEAN = ::T.let(nil, ::T.untyped) OLD10 = ::T.let(nil, ::T.untyped) PEDANTIC = ::T.let(nil, ::T.untyped) RECOVER = ::T.let(nil, ::T.untyped) SAX1 = ::T.let(nil, ::T.untyped) STRICT = ::T.let(nil, ::T.untyped) XINCLUDE = ::T.let(nil, ::T.untyped) end class Nokogiri::XML::Reader TYPE_ATTRIBUTE = ::T.let(nil, ::T.untyped) TYPE_CDATA = ::T.let(nil, ::T.untyped) TYPE_COMMENT = ::T.let(nil, ::T.untyped) TYPE_DOCUMENT = ::T.let(nil, ::T.untyped) TYPE_DOCUMENT_FRAGMENT = ::T.let(nil, ::T.untyped) TYPE_DOCUMENT_TYPE = ::T.let(nil, ::T.untyped) TYPE_ELEMENT = ::T.let(nil, ::T.untyped) TYPE_END_ELEMENT = ::T.let(nil, ::T.untyped) TYPE_END_ENTITY = ::T.let(nil, ::T.untyped) TYPE_ENTITY = ::T.let(nil, ::T.untyped) TYPE_ENTITY_REFERENCE = ::T.let(nil, ::T.untyped) TYPE_NONE = ::T.let(nil, ::T.untyped) TYPE_NOTATION = ::T.let(nil, ::T.untyped) TYPE_PROCESSING_INSTRUCTION = ::T.let(nil, ::T.untyped) TYPE_SIGNIFICANT_WHITESPACE = ::T.let(nil, ::T.untyped) TYPE_TEXT = ::T.let(nil, ::T.untyped) TYPE_WHITESPACE = ::T.let(nil, ::T.untyped) TYPE_XML_DECLARATION = ::T.let(nil, ::T.untyped) end class Nokogiri::XML::SAX::Parser ENCODINGS = ::T.let(nil, ::T.untyped) end module Nokogiri::XML::Searchable LOOKS_LIKE_XPATH = ::T.let(nil, ::T.untyped) end class Object include ::JSON::Ext::Generator::GeneratorMethods::Object include ::PP::ObjectMixin def psych_to_yaml(options=T.unsafe(nil)); end def to_yaml(options=T.unsafe(nil)); end def to_yaml_properties(); end ARGF = ::T.let(nil, ::T.untyped) ARGV = ::T.let(nil, ::T.untyped) CROSS_COMPILING = ::T.let(nil, ::T.untyped) ENV = ::T.let(nil, ::T.untyped) RAKEVERSION = ::T.let(nil, ::T.untyped) RUBY_COPYRIGHT = ::T.let(nil, ::T.untyped) RUBY_DESCRIPTION = ::T.let(nil, ::T.untyped) RUBY_ENGINE = ::T.let(nil, ::T.untyped) RUBY_ENGINE_VERSION = ::T.let(nil, ::T.untyped) RUBY_PATCHLEVEL = ::T.let(nil, ::T.untyped) RUBY_PLATFORM = ::T.let(nil, ::T.untyped) RUBY_RELEASE_DATE = ::T.let(nil, ::T.untyped) RUBY_REVISION = ::T.let(nil, ::T.untyped) RUBY_VERSION = ::T.let(nil, ::T.untyped) STDERR = ::T.let(nil, ::T.untyped) STDIN = ::T.let(nil, ::T.untyped) STDOUT = ::T.let(nil, ::T.untyped) TOPLEVEL_BINDING = ::T.let(nil, ::T.untyped) end class Object def self.yaml_tag(url); end end class ObjectSpace::WeakMap def [](_); end def []=(_, _1); end def each(&blk); end def each_key(); end def each_pair(); end def each_value(); end def key?(_); end def keys(); end def length(); end def size(); end def values(); end end module ObjectSpace def self.count_objects(*_); end def self.define_finalizer(*_); end def self.garbage_collect(*_); end def self.undefine_finalizer(_); end end class OpenSSL::BN def /(_); end end OpenSSL::PKCS7::Signer = OpenSSL::PKCS7::SignerInfo class OpenSSL::SSL::SSLContext def alpn_protocols(); end def alpn_protocols=(alpn_protocols); end def alpn_select_cb(); end def alpn_select_cb=(alpn_select_cb); end end class OpenSSL::SSL::SSLSocket def alpn_protocol(); end def tmp_key(); end end module OpenSSL::X509 V_FLAG_TRUSTED_FIRST = ::T.let(nil, ::T.untyped) end module OpenURI Options = ::T.let(nil, ::T.untyped) end class OpenURI::Buffer def <<(str); end def io(); end def size(); end StringMax = ::T.let(nil, ::T.untyped) end class OpenURI::Buffer end class OpenURI::HTTPError def initialize(message, io); end def io(); end end class OpenURI::HTTPError end class OpenURI::HTTPRedirect def initialize(message, io, uri); end def uri(); end end class OpenURI::HTTPRedirect end module OpenURI::Meta def base_uri(); end def base_uri=(base_uri); end def charset(); end def content_encoding(); end def content_type(); end def content_type_parse(); end def last_modified(); end def meta(); end def meta_add_field(name, value); end def meta_add_field2(name, values); end def meta_setup_encoding(); end def metas(); end def status(); end def status=(status); end RE_LWS = ::T.let(nil, ::T.untyped) RE_PARAMETERS = ::T.let(nil, ::T.untyped) RE_QUOTED_STRING = ::T.let(nil, ::T.untyped) RE_TOKEN = ::T.let(nil, ::T.untyped) end module OpenURI::Meta def self.init(obj, src=T.unsafe(nil)); end end module OpenURI::OpenRead def open(*rest, &block); end def read(options=T.unsafe(nil)); end end module OpenURI::OpenRead end module OpenURI def self.check_options(options); end def self.open_http(buf, target, proxy, options); end def self.open_loop(uri, options); end def self.open_uri(name, *rest); end def self.redirectable?(uri1, uri2); end def self.scan_open_optional_arguments(*rest); end end ParseError = Racc::ParseError class Pathname def fnmatch?(*_); end def make_symlink(_); end end class Proc def ===(*_); end def clone(); end def yield(*_); end end module Process CLOCK_MONOTONIC_RAW_APPROX = ::T.let(nil, ::T.untyped) CLOCK_UPTIME_RAW = ::T.let(nil, ::T.untyped) CLOCK_UPTIME_RAW_APPROX = ::T.let(nil, ::T.untyped) end module Process::Sys def self.getegid(); end end class Process::Tms def cstime(); end def cstime=(_); end def cutime(); end def cutime=(_); end def stime(); end def stime=(_); end def utime(); end def utime=(_); end end class Process::Tms def self.[](*_); end def self.members(); end end module Process def self.setpgrp(); end end module Psych DEPRECATED = ::T.let(nil, ::T.untyped) LIBYAML_VERSION = ::T.let(nil, ::T.untyped) VERSION = ::T.let(nil, ::T.untyped) end class Psych::BadAlias end class Psych::BadAlias end class Psych::ClassLoader def big_decimal(); end def complex(); end def date(); end def date_time(); end def exception(); end def load(klassname); end def object(); end def psych_omap(); end def psych_set(); end def range(); end def rational(); end def regexp(); end def struct(); end def symbol(); end def symbolize(sym); end BIG_DECIMAL = ::T.let(nil, ::T.untyped) CACHE = ::T.let(nil, ::T.untyped) COMPLEX = ::T.let(nil, ::T.untyped) DATE = ::T.let(nil, ::T.untyped) DATE_TIME = ::T.let(nil, ::T.untyped) EXCEPTION = ::T.let(nil, ::T.untyped) OBJECT = ::T.let(nil, ::T.untyped) PSYCH_OMAP = ::T.let(nil, ::T.untyped) PSYCH_SET = ::T.let(nil, ::T.untyped) RANGE = ::T.let(nil, ::T.untyped) RATIONAL = ::T.let(nil, ::T.untyped) REGEXP = ::T.let(nil, ::T.untyped) STRUCT = ::T.let(nil, ::T.untyped) SYMBOL = ::T.let(nil, ::T.untyped) end class Psych::ClassLoader::Restricted def initialize(classes, symbols); end end class Psych::ClassLoader::Restricted end class Psych::ClassLoader end class Psych::Coder def [](k); end def []=(k, v); end def add(k, v); end def implicit(); end def implicit=(implicit); end def initialize(tag); end def map(tag=T.unsafe(nil), style=T.unsafe(nil)); end def map=(map); end def object(); end def object=(object); end def represent_map(tag, map); end def represent_object(tag, obj); end def represent_scalar(tag, value); end def represent_seq(tag, list); end def scalar(*args); end def scalar=(value); end def seq(); end def seq=(list); end def style(); end def style=(style); end def tag(); end def tag=(tag); end def type(); end end class Psych::Coder end module Psych::DeprecatedMethods def taguri(); end def taguri=(taguri); end def to_yaml_style(); end def to_yaml_style=(to_yaml_style); end end module Psych::DeprecatedMethods end class Psych::DisallowedClass def initialize(klass_name); end end class Psych::DisallowedClass end class Psych::Emitter def alias(_); end def canonical(); end def canonical=(canonical); end def end_document(_); end def indentation(); end def indentation=(indentation); end def initialize(*_); end def line_width(); end def line_width=(line_width); end def scalar(_, _1, _2, _3, _4, _5); end def start_document(_, _1, _2); end def start_mapping(_, _1, _2, _3); end def start_sequence(_, _1, _2, _3); end def start_stream(_); end end class Psych::Emitter end class Psych::Exception end class Psych::Exception end class Psych::FALLBACK def to_ruby(); end def to_ruby=(_); end end class Psych::FALLBACK def self.[](*_); end def self.members(); end end class Psych::Handler def alias(anchor); end def empty(); end def end_document(implicit); end def end_mapping(); end def end_sequence(); end def end_stream(); end def scalar(value, anchor, tag, plain, quoted, style); end def start_document(version, tag_directives, implicit); end def start_mapping(anchor, tag, implicit, style); end def start_sequence(anchor, tag, implicit, style); end def start_stream(encoding); end def streaming?(); end EVENTS = ::T.let(nil, ::T.untyped) OPTIONS = ::T.let(nil, ::T.untyped) end class Psych::Handler::DumperOptions def canonical(); end def canonical=(canonical); end def indentation(); end def indentation=(indentation); end def line_width(); end def line_width=(line_width); end end class Psych::Handler::DumperOptions end class Psych::Handler end module Psych::Handlers end class Psych::Handlers::DocumentStream def initialize(&block); end end class Psych::Handlers::DocumentStream end module Psych::Handlers end module Psych::JSON end module Psych::JSON::RubyEvents def visit_DateTime(o); end def visit_String(o); end def visit_Symbol(o); end def visit_Time(o); end end module Psych::JSON::RubyEvents end class Psych::JSON::Stream include ::Psych::Streaming end class Psych::JSON::Stream::Emitter include ::Psych::JSON::YAMLEvents end class Psych::JSON::Stream::Emitter end class Psych::JSON::Stream extend ::Psych::Streaming::ClassMethods end class Psych::JSON::TreeBuilder include ::Psych::JSON::YAMLEvents end class Psych::JSON::TreeBuilder end module Psych::JSON::YAMLEvents def end_document(implicit_end=T.unsafe(nil)); end def scalar(value, anchor, tag, plain, quoted, style); end def start_document(version, tag_directives, implicit); end def start_mapping(anchor, tag, implicit, style); end def start_sequence(anchor, tag, implicit, style); end end module Psych::JSON::YAMLEvents end module Psych::JSON end module Psych::Nodes end class Psych::Nodes::Alias def anchor(); end def anchor=(anchor); end def initialize(anchor); end end class Psych::Nodes::Alias end class Psych::Nodes::Document def implicit(); end def implicit=(implicit); end def implicit_end(); end def implicit_end=(implicit_end); end def initialize(version=T.unsafe(nil), tag_directives=T.unsafe(nil), implicit=T.unsafe(nil)); end def root(); end def tag_directives(); end def tag_directives=(tag_directives); end def version(); end def version=(version); end end class Psych::Nodes::Document end class Psych::Nodes::Mapping def anchor(); end def anchor=(anchor); end def implicit(); end def implicit=(implicit); end def initialize(anchor=T.unsafe(nil), tag=T.unsafe(nil), implicit=T.unsafe(nil), style=T.unsafe(nil)); end def style(); end def style=(style); end def tag=(tag); end ANY = ::T.let(nil, ::T.untyped) BLOCK = ::T.let(nil, ::T.untyped) FLOW = ::T.let(nil, ::T.untyped) end class Psych::Nodes::Mapping end class Psych::Nodes::Node include ::Enumerable def children(); end def each(&block); end def tag(); end def to_ruby(); end def to_yaml(io=T.unsafe(nil), options=T.unsafe(nil)); end def transform(); end def yaml(io=T.unsafe(nil), options=T.unsafe(nil)); end end class Psych::Nodes::Node end class Psych::Nodes::Scalar def anchor(); end def anchor=(anchor); end def initialize(value, anchor=T.unsafe(nil), tag=T.unsafe(nil), plain=T.unsafe(nil), quoted=T.unsafe(nil), style=T.unsafe(nil)); end def plain(); end def plain=(plain); end def quoted(); end def quoted=(quoted); end def style(); end def style=(style); end def tag=(tag); end def value(); end def value=(value); end ANY = ::T.let(nil, ::T.untyped) DOUBLE_QUOTED = ::T.let(nil, ::T.untyped) FOLDED = ::T.let(nil, ::T.untyped) LITERAL = ::T.let(nil, ::T.untyped) PLAIN = ::T.let(nil, ::T.untyped) SINGLE_QUOTED = ::T.let(nil, ::T.untyped) end class Psych::Nodes::Scalar end class Psych::Nodes::Sequence def anchor(); end def anchor=(anchor); end def implicit(); end def implicit=(implicit); end def initialize(anchor=T.unsafe(nil), tag=T.unsafe(nil), implicit=T.unsafe(nil), style=T.unsafe(nil)); end def style(); end def style=(style); end def tag=(tag); end ANY = ::T.let(nil, ::T.untyped) BLOCK = ::T.let(nil, ::T.untyped) FLOW = ::T.let(nil, ::T.untyped) end class Psych::Nodes::Sequence end class Psych::Nodes::Stream def encoding(); end def encoding=(encoding); end def initialize(encoding=T.unsafe(nil)); end ANY = ::T.let(nil, ::T.untyped) UTF16BE = ::T.let(nil, ::T.untyped) UTF16LE = ::T.let(nil, ::T.untyped) UTF8 = ::T.let(nil, ::T.untyped) end class Psych::Nodes::Stream end module Psych::Nodes end class Psych::Omap end class Psych::Omap end class Psych::Parser def external_encoding=(external_encoding); end def handler(); end def handler=(handler); end def initialize(handler=T.unsafe(nil)); end def mark(); end def parse(*_); end ANY = ::T.let(nil, ::T.untyped) UTF16BE = ::T.let(nil, ::T.untyped) UTF16LE = ::T.let(nil, ::T.untyped) UTF8 = ::T.let(nil, ::T.untyped) end class Psych::Parser::Mark end class Psych::Parser::Mark end class Psych::Parser end class Psych::ScalarScanner def class_loader(); end def initialize(class_loader); end def parse_int(string); end def parse_time(string); end def tokenize(string); end FLOAT = ::T.let(nil, ::T.untyped) INTEGER = ::T.let(nil, ::T.untyped) TIME = ::T.let(nil, ::T.untyped) end class Psych::ScalarScanner end class Psych::Set end class Psych::Set end class Psych::Stream include ::Psych::Streaming end class Psych::Stream::Emitter def end_document(implicit_end=T.unsafe(nil)); end end class Psych::Stream::Emitter end class Psych::Stream extend ::Psych::Streaming::ClassMethods end module Psych::Streaming def start(encoding=T.unsafe(nil)); end end module Psych::Streaming::ClassMethods def new(io); end end module Psych::Streaming::ClassMethods end module Psych::Streaming end class Psych::SyntaxError def column(); end def context(); end def file(); end def initialize(file, line, col, offset, problem, context); end def line(); end def offset(); end def problem(); end end class Psych::SyntaxError end class Psych::TreeBuilder def end_document(implicit_end=T.unsafe(nil)); end def root(); end end class Psych::TreeBuilder end module Psych::Visitors end class Psych::Visitors::DepthFirst def initialize(block); end end class Psych::Visitors::DepthFirst end class Psych::Visitors::Emitter def initialize(io, options=T.unsafe(nil)); end def visit_Psych_Nodes_Alias(o); end def visit_Psych_Nodes_Document(o); end def visit_Psych_Nodes_Mapping(o); end def visit_Psych_Nodes_Scalar(o); end def visit_Psych_Nodes_Sequence(o); end def visit_Psych_Nodes_Stream(o); end end class Psych::Visitors::Emitter end class Psych::Visitors::JSONTree include ::Psych::JSON::RubyEvents end class Psych::Visitors::JSONTree def self.create(options=T.unsafe(nil)); end end class Psych::Visitors::NoAliasRuby end class Psych::Visitors::NoAliasRuby end class Psych::Visitors::ToRuby def class_loader(); end def initialize(ss, class_loader); end def visit_Psych_Nodes_Alias(o); end def visit_Psych_Nodes_Document(o); end def visit_Psych_Nodes_Mapping(o); end def visit_Psych_Nodes_Scalar(o); end def visit_Psych_Nodes_Sequence(o); end def visit_Psych_Nodes_Stream(o); end SHOVEL = ::T.let(nil, ::T.untyped) end class Psych::Visitors::ToRuby def self.create(); end end class Psych::Visitors::Visitor def accept(target); end DISPATCH = ::T.let(nil, ::T.untyped) end class Psych::Visitors::Visitor end class Psych::Visitors::YAMLTree def <<(object); end def finish(); end def finished(); end def finished?(); end def initialize(emitter, ss, options); end def push(object); end def start(encoding=T.unsafe(nil)); end def started(); end def started?(); end def tree(); end def visit_Array(o); end def visit_BasicObject(o); end def visit_BigDecimal(o); end def visit_Class(o); end def visit_Complex(o); end def visit_Date(o); end def visit_DateTime(o); end def visit_Encoding(o); end def visit_Exception(o); end def visit_FalseClass(o); end def visit_Float(o); end def visit_Hash(o); end def visit_Integer(o); end def visit_Module(o); end def visit_NameError(o); end def visit_NilClass(o); end def visit_Object(o); end def visit_Psych_Omap(o); end def visit_Psych_Set(o); end def visit_Range(o); end def visit_Rational(o); end def visit_Regexp(o); end def visit_String(o); end def visit_Struct(o); end def visit_Symbol(o); end def visit_Time(o); end def visit_TrueClass(o); end BINARY_RANGE = ::T.let(nil, ::T.untyped) NULL = ::T.let(nil, ::T.untyped) WS_RANGE = ::T.let(nil, ::T.untyped) end class Psych::Visitors::YAMLTree def self.create(options=T.unsafe(nil), emitter=T.unsafe(nil)); end def self.new(emitter=T.unsafe(nil), ss=T.unsafe(nil), options=T.unsafe(nil)); end end module Psych::Visitors end module Psych def self.add_builtin_type(type_tag, &block); end def self.add_domain_type(domain, type_tag, &block); end def self.add_private_type(type_tag, &block); end def self.add_ruby_type(type_tag, &block); end def self.add_tag(tag, klass); end def self.detect_implicit(thing); end def self.domain_types(); end def self.domain_types=(domain_types); end def self.dump(o, io=T.unsafe(nil), options=T.unsafe(nil)); end def self.dump_stream(*objects); end def self.dump_tags(); end def self.dump_tags=(dump_tags); end def self.libyaml_version(); end def self.load(yaml, filename=T.unsafe(nil), fallback=T.unsafe(nil)); end def self.load_documents(yaml, &block); end def self.load_file(filename, fallback=T.unsafe(nil)); end def self.load_stream(yaml, filename=T.unsafe(nil)); end def self.load_tags(); end def self.load_tags=(load_tags); end def self.object_maker(klass, hash); end def self.parse(yaml, filename=T.unsafe(nil), fallback=T.unsafe(nil)); end def self.parse_file(filename); end def self.parse_stream(yaml, filename=T.unsafe(nil), &block); end def self.parser(); end def self.quick_emit(thing, opts=T.unsafe(nil), &block); end def self.read_type_class(type, reference); end def self.remove_type(type_tag); end def self.safe_load(yaml, whitelist_classes=T.unsafe(nil), whitelist_symbols=T.unsafe(nil), aliases=T.unsafe(nil), filename=T.unsafe(nil)); end def self.tagurize(thing); end def self.to_json(object); end end module PublicSuffix BANG = ::T.let(nil, ::T.untyped) DOT = ::T.let(nil, ::T.untyped) STAR = ::T.let(nil, ::T.untyped) VERSION = ::T.let(nil, ::T.untyped) end class PublicSuffix::Domain def domain(); end def domain?(); end def initialize(*args); end def name(); end def sld(); end def subdomain(); end def subdomain?(); end def tld(); end def to_a(); end def trd(); end end class PublicSuffix::Domain def self.name_to_labels(name); end end class PublicSuffix::DomainInvalid end class PublicSuffix::DomainInvalid end class PublicSuffix::DomainNotAllowed end class PublicSuffix::DomainNotAllowed end class PublicSuffix::Error end class PublicSuffix::Error end class PublicSuffix::List def <<(rule); end def ==(other); end def add(rule); end def clear(); end def default_rule(); end def each(&block); end def empty?(); end def eql?(other); end def find(name, default: T.unsafe(nil), **options); end def rules(); end def size(); end DEFAULT_LIST_PATH = ::T.let(nil, ::T.untyped) end class PublicSuffix::List def self.default(**options); end def self.default=(value); end def self.parse(input, private_domains: T.unsafe(nil)); end end module PublicSuffix::Rule end class PublicSuffix::Rule::Base def ==(other); end def decompose(*_); end def eql?(other); end def initialize(value:, length: T.unsafe(nil), private: T.unsafe(nil)); end def length(); end def match?(name); end def parts(); end def private(); end def value(); end end class PublicSuffix::Rule::Base def self.build(content, private: T.unsafe(nil)); end end class PublicSuffix::Rule::Entry def length=(_); end def private(); end def private=(_); end def type(); end def type=(_); end end class PublicSuffix::Rule::Entry def self.[](*_); end def self.members(); end end class PublicSuffix::Rule::Exception def decompose(domain); end def rule(); end end class PublicSuffix::Rule::Exception end class PublicSuffix::Rule::Normal def decompose(domain); end def rule(); end end class PublicSuffix::Rule::Normal end class PublicSuffix::Rule::Wildcard def decompose(domain); end def rule(); end end class PublicSuffix::Rule::Wildcard end module PublicSuffix::Rule def self.default(); end def self.factory(content, private: T.unsafe(nil)); end end module RSpec MODULES_TO_AUTOLOAD = ::T.let(nil, ::T.untyped) end class RSpec::CallerFilter ADDITIONAL_TOP_LEVEL_FILES = ::T.let(nil, ::T.untyped) IGNORE_REGEX = ::T.let(nil, ::T.untyped) LIB_REGEX = ::T.let(nil, ::T.untyped) RSPEC_LIBS = ::T.let(nil, ::T.untyped) end class RSpec::CallerFilter def self.first_non_rspec_line(skip_frames=T.unsafe(nil), increment=T.unsafe(nil)); end end class RSpec::Core::AnonymousExampleGroup end class RSpec::Core::AnonymousExampleGroup end class RSpec::Core::BacktraceFormatter def backtrace_line(line); end def exclude?(line); end def exclusion_patterns(); end def exclusion_patterns=(exclusion_patterns); end def filter_gem(gem_name); end def format_backtrace(backtrace, options=T.unsafe(nil)); end def full_backtrace=(full_backtrace); end def full_backtrace?(); end def inclusion_patterns(); end def inclusion_patterns=(inclusion_patterns); end end class RSpec::Core::BacktraceFormatter end module RSpec::Core::Bisect end class RSpec::Core::Bisect::BisectFailedError end class RSpec::Core::Bisect::BisectFailedError def self.for_failed_spec_run(spec_output); end end class RSpec::Core::Bisect::Channel def close(); end def receive(); end def send(message); end end class RSpec::Core::Bisect::Channel end class RSpec::Core::Bisect::ExampleSetDescriptor def all_example_ids(); end def all_example_ids=(_); end def failed_example_ids(); end def failed_example_ids=(_); end end class RSpec::Core::Bisect::ExampleSetDescriptor def self.[](*_); end def self.members(); end end class RSpec::Core::Bisect::Notifier def initialize(formatter); end def publish(event, *args); end end class RSpec::Core::Bisect::Notifier end module RSpec::Core::Bisect end class RSpec::Core::Configuration include ::RSpec::Core::Hooks include ::RSpec::Core::Configuration::Readers def add_formatter(formatter, output=T.unsafe(nil)); end def add_setting(name, opts=T.unsafe(nil)); end def after(scope=T.unsafe(nil), *meta, &block); end def alias_example_group_to(new_name, *args); end def alias_example_to(name, *args); end def alias_it_behaves_like_to(new_name, report_label=T.unsafe(nil)); end def alias_it_should_behave_like_to(new_name, report_label=T.unsafe(nil)); end def append_after(scope=T.unsafe(nil), *meta, &block); end def append_before(scope=T.unsafe(nil), *meta, &block); end def apply_derived_metadata_to(metadata); end def around(scope=T.unsafe(nil), *meta, &block); end def backtrace_exclusion_patterns(); end def backtrace_exclusion_patterns=(patterns); end def backtrace_formatter(); end def backtrace_inclusion_patterns(); end def backtrace_inclusion_patterns=(patterns); end def before(scope=T.unsafe(nil), *meta, &block); end def bisect_runner(); end def bisect_runner=(value); end def bisect_runner_class(); end def color(); end def color=(color); end def color_enabled?(output=T.unsafe(nil)); end def color_mode(); end def color_mode=(color_mode); end def configure_example(example, example_hooks); end def configure_expectation_framework(); end def configure_group(group); end def configure_mock_framework(); end def default_color=(default_color); end def default_color?(); end def default_formatter(); end def default_formatter=(value); end def default_path=(path); end def default_path?(); end def define_derived_metadata(*filters, &block); end def deprecation_stream=(value); end def detail_color=(detail_color); end def detail_color?(); end def disable_monkey_patching(); end def disable_monkey_patching!(); end def disable_monkey_patching=(disable_monkey_patching); end def drb=(drb); end def drb?(); end def drb_port=(drb_port); end def drb_port?(); end def dry_run=(dry_run); end def dry_run?(); end def error_stream=(error_stream); end def error_stream?(); end def example_status_persistence_file_path=(value); end def exclude_pattern=(value); end def exclusion_filter(); end def exclusion_filter=(filter); end def expect_with(*frameworks); end def expectation_framework=(framework); end def expectation_frameworks(); end def expose_current_running_example_as(method_name); end def expose_dsl_globally=(value); end def expose_dsl_globally?(); end def extend(mod, *filters); end def fail_fast=(value); end def fail_if_no_examples=(fail_if_no_examples); end def fail_if_no_examples?(); end def failure_color=(failure_color); end def failure_color?(); end def failure_exit_code=(failure_exit_code); end def failure_exit_code?(); end def files_or_directories_to_run=(*files); end def files_to_run(); end def files_to_run=(files_to_run); end def filter(); end def filter=(filter); end def filter_gems_from_backtrace(*gem_names); end def filter_manager(); end def filter_manager=(filter_manager); end def filter_run(*args); end def filter_run_excluding(*args); end def filter_run_including(*args); end def filter_run_when_matching(*args); end def fixed_color=(fixed_color); end def fixed_color?(); end def force(hash); end def format_docstrings(&block); end def format_docstrings_block(); end def formatter=(formatter, output=T.unsafe(nil)); end def formatter_loader(); end def formatters(); end def full_backtrace=(true_or_false); end def full_backtrace?(); end def full_description(); end def full_description=(description); end def in_project_source_dir_regex(); end def include(mod, *filters); end def include_context(shared_group_name, *filters); end def inclusion_filter(); end def inclusion_filter=(filter); end def last_run_statuses(); end def libs=(libs); end def load_spec_files(); end def loaded_spec_files(); end def max_displayed_failure_line_count=(max_displayed_failure_line_count); end def max_displayed_failure_line_count?(); end def mock_framework(); end def mock_framework=(framework); end def mock_with(framework); end def on_example_group_definition(&block); end def on_example_group_definition_callbacks(); end def only_failures?(); end def only_failures_but_not_configured?(); end def order=(*args, &block); end def ordering_manager(); end def ordering_registry(*args, &block); end def output_stream=(value); end def pattern=(value); end def pending_color=(pending_color); end def pending_color?(); end def prepend(mod, *filters); end def prepend_after(scope=T.unsafe(nil), *meta, &block); end def prepend_before(scope=T.unsafe(nil), *meta, &block); end def profile_examples=(profile_examples); end def profile_examples?(); end def project_source_dirs=(project_source_dirs); end def project_source_dirs?(); end def raise_errors_for_deprecations!(); end def raise_on_warning=(value); end def register_ordering(*args, &block); end def reporter(); end def requires=(paths); end def reset(); end def reset_filters(); end def reset_reporter(); end def run_all_when_everything_filtered=(run_all_when_everything_filtered); end def run_all_when_everything_filtered?(); end def seed(*args, &block); end def seed=(*args, &block); end def seed_used?(*args, &block); end def shared_context_metadata_behavior=(value); end def silence_filter_announcements=(silence_filter_announcements); end def silence_filter_announcements?(); end def spec_files_with_failures(); end def start_time=(start_time); end def start_time?(); end def static_config_filter_manager(); end def static_config_filter_manager=(static_config_filter_manager); end def success_color=(success_color); end def success_color?(); end def threadsafe=(threadsafe); end def threadsafe?(); end def treat_symbols_as_metadata_keys_with_true_values=(_value); end def tty=(tty); end def tty?(); end def warnings=(value); end def warnings?(); end def when_first_matching_example_defined(*filters); end def with_suite_hooks(); end def world(); end def world=(world); end DEFAULT_FORMATTER = ::T.let(nil, ::T.untyped) FAILED_STATUS = ::T.let(nil, ::T.untyped) MOCKING_ADAPTERS = ::T.let(nil, ::T.untyped) PASSED_STATUS = ::T.let(nil, ::T.untyped) PENDING_STATUS = ::T.let(nil, ::T.untyped) RAISE_ERROR_WARNING_NOTIFIER = ::T.let(nil, ::T.untyped) UNKNOWN_STATUS = ::T.let(nil, ::T.untyped) VALID_STATUSES = ::T.let(nil, ::T.untyped) end class RSpec::Core::Configuration::DeprecationReporterBuffer def deprecation(*args); end def play_onto(reporter); end end class RSpec::Core::Configuration::DeprecationReporterBuffer end module RSpec::Core::Configuration::ExposeCurrentExample end module RSpec::Core::Configuration::ExposeCurrentExample end class RSpec::Core::Configuration::MustBeConfiguredBeforeExampleGroupsError end class RSpec::Core::Configuration::MustBeConfiguredBeforeExampleGroupsError end module RSpec::Core::Configuration::Readers def default_color(); end def default_path(); end def deprecation_stream(); end def detail_color(); end def drb(); end def drb_port(); end def dry_run(); end def error_stream(); end def example_status_persistence_file_path(); end def exclude_pattern(); end def fail_fast(); end def fail_if_no_examples(); end def failure_color(); end def failure_exit_code(); end def fixed_color(); end def libs(); end def max_displayed_failure_line_count(); end def only_failures(); end def output_stream(); end def pattern(); end def pending_color(); end def profile_examples(); end def project_source_dirs(); end def requires(); end def run_all_when_everything_filtered(); end def shared_context_metadata_behavior(); end def silence_filter_announcements(); end def start_time(); end def success_color(); end def threadsafe(); end def tty(); end end module RSpec::Core::Configuration::Readers end class RSpec::Core::Configuration def self.add_read_only_setting(name, opts=T.unsafe(nil)); end def self.add_setting(name, opts=T.unsafe(nil)); end def self.define_aliases(name, alias_name); end def self.define_predicate_for(*names); end def self.define_reader(name); end def self.delegate_to_ordering_manager(*methods); end end class RSpec::Core::ConfigurationOptions def args(); end def configure(config); end def configure_filter_manager(filter_manager); end def initialize(args); end def options(); end OPTIONS_ORDER = ::T.let(nil, ::T.untyped) UNFORCED_OPTIONS = ::T.let(nil, ::T.untyped) UNPROCESSABLE_OPTIONS = ::T.let(nil, ::T.untyped) end class RSpec::Core::ConfigurationOptions end module RSpec::Core::DSL end module RSpec::Core::DSL def self.change_global_dsl(&changes); end def self.example_group_aliases(); end def self.expose_example_group_alias(name); end def self.expose_example_group_alias_globally(method_name); end def self.expose_globally!(); end def self.exposed_globally?(); end def self.remove_globally!(); end def self.top_level(); end def self.top_level=(top_level); end end class RSpec::Core::DeprecationError end class RSpec::Core::DeprecationError end class RSpec::Core::Example def clock(); end def clock=(clock); end def description(); end def display_exception(); end def display_exception=(ex); end def duplicate_with(metadata_overrides=T.unsafe(nil)); end def example_group(); end def example_group_instance(); end def exception(); end def execution_result(); end def fail_with_exception(reporter, exception); end def file_path(); end def full_description(); end def id(); end def initialize(example_group_class, description, user_metadata, example_block=T.unsafe(nil)); end def inspect_output(); end def instance_exec(*args, &block); end def location(); end def location_rerun_argument(); end def metadata(); end def pending(); end def pending?(); end def reporter(); end def rerun_argument(); end def run(example_group_instance, reporter); end def set_aggregate_failures_exception(exception); end def set_exception(exception); end def skip(); end def skip_with_exception(reporter, exception); end def skipped?(); end def update_inherited_metadata(updates); end end RSpec::Core::Example::AllExceptionsExcludingDangerousOnesOnRubiesThatAllowIt = RSpec::Support::AllExceptionsExceptOnesWeMustNotRescue class RSpec::Core::Example::ExecutionResult include ::RSpec::Core::HashImitatable def ensure_timing_set(clock); end def example_skipped?(); end def exception(); end def exception=(exception); end def finished_at(); end def finished_at=(finished_at); end def pending_exception(); end def pending_exception=(pending_exception); end def pending_fixed(); end def pending_fixed=(pending_fixed); end def pending_fixed?(); end def pending_message(); end def pending_message=(pending_message); end def record_finished(status, finished_at); end def run_time(); end def run_time=(run_time); end def started_at(); end def started_at=(started_at); end def status(); end def status=(status); end end class RSpec::Core::Example::ExecutionResult extend ::RSpec::Core::HashImitatable::ClassMethods end class RSpec::Core::Example::Procsy def ===(*a, &b); end def [](*a, &b); end def arity(*a, &b); end def binding(*a, &b); end def call(*args, &block); end def clock(*a, &b); end def clock=(*a, &b); end def clone(*a, &b); end def curry(*a, &b); end def description(*a, &b); end def dup(*a, &b); end def duplicate_with(*a, &b); end def example(); end def example_group(*a, &b); end def example_group_instance(*a, &b); end def exception(*a, &b); end def executed?(); end def execution_result(*a, &b); end def file_path(*a, &b); end def full_description(*a, &b); end def hash(*a, &b); end def id(*a, &b); end def initialize(example, &block); end def inspect_output(*a, &b); end def lambda?(*a, &b); end def location(*a, &b); end def location_rerun_argument(*a, &b); end def metadata(*a, &b); end def parameters(*a, &b); end def pending(*a, &b); end def pending?(*a, &b); end def reporter(*a, &b); end def rerun_argument(*a, &b); end def run(*args, &block); end def skip(*a, &b); end def skipped?(*a, &b); end def source_location(*a, &b); end def to_proc(); end def update_inherited_metadata(*a, &b); end def wrap(&block); end def yield(*a, &b); end end class RSpec::Core::Example::Procsy end class RSpec::Core::Example def self.delegate_to_metadata(key); end def self.parse_id(id); end end class RSpec::Core::ExampleGroup include ::RSpec::Core::MemoizedHelpers include ::RSpec::Core::Pending include ::RSpec::Core::MockingAdapters::RSpec include ::RSpec::Mocks::ExampleMethods include ::RSpec::Mocks::ArgumentMatchers include ::RSpec::Mocks::ExampleMethods::ExpectHost include ::RSpec::Matchers def described_class(); end def initialize(inspect_output=T.unsafe(nil)); end INSTANCE_VARIABLE_TO_IGNORE = ::T.let(nil, ::T.untyped) end class RSpec::Core::ExampleGroup::WrongScopeError end class RSpec::Core::ExampleGroup::WrongScopeError end class RSpec::Core::ExampleGroup extend ::RSpec::Core::Hooks extend ::RSpec::Core::MemoizedHelpers::ClassMethods extend ::RSpec::Core::SharedExampleGroup def self.add_example(example); end def self.before_context_ivars(); end def self.children(); end def self.context(*args, &example_group_block); end def self.currently_executing_a_context_hook?(); end def self.declaration_locations(); end def self.define_example_group_method(name, metadata=T.unsafe(nil)); end def self.define_example_method(name, extra_options=T.unsafe(nil)); end def self.define_nested_shared_group_method(new_name, report_label=T.unsafe(nil)); end def self.delegate_to_metadata(*names); end def self.descendant_filtered_examples(); end def self.descendants(); end def self.describe(*args, &example_group_block); end def self.described_class(); end def self.description(); end def self.each_instance_variable_for_example(group); end def self.ensure_example_groups_are_configured(); end def self.example(*all_args, &block); end def self.example_group(*args, &example_group_block); end def self.examples(); end def self.fcontext(*args, &example_group_block); end def self.fdescribe(*args, &example_group_block); end def self.fexample(*all_args, &block); end def self.file_path(); end def self.filtered_examples(); end def self.find_and_eval_shared(label, name, inclusion_location, *args, &customization_block); end def self.fit(*all_args, &block); end def self.focus(*all_args, &block); end def self.for_filtered_examples(reporter, &block); end def self.fspecify(*all_args, &block); end def self.id(); end def self.idempotently_define_singleton_method(name, &definition); end def self.include_context(name, *args, &block); end def self.include_examples(name, *args, &block); end def self.it(*all_args, &block); end def self.it_behaves_like(name, *args, &customization_block); end def self.it_should_behave_like(name, *args, &customization_block); end def self.location(); end def self.metadata(); end def self.next_runnable_index_for(file); end def self.ordering_strategy(); end def self.parent_groups(); end def self.pending(*all_args, &block); end def self.remove_example(example); end def self.reset_memoized(); end def self.run(reporter=T.unsafe(nil)); end def self.run_after_context_hooks(example_group_instance); end def self.run_before_context_hooks(example_group_instance); end def self.run_examples(reporter); end def self.set_it_up(description, args, registration_collection, &example_group_block); end def self.set_ivars(instance, ivars); end def self.skip(*all_args, &block); end def self.specify(*all_args, &block); end def self.store_before_context_ivars(example_group_instance); end def self.subclass(parent, description, args, registration_collection, &example_group_block); end def self.superclass_before_context_ivars(); end def self.superclass_metadata(); end def self.top_level?(); end def self.top_level_description(); end def self.traverse_tree_until(&block); end def self.update_inherited_metadata(updates); end def self.with_replaced_metadata(meta); end def self.xcontext(*args, &example_group_block); end def self.xdescribe(*args, &example_group_block); end def self.xexample(*all_args, &block); end def self.xit(*all_args, &block); end def self.xspecify(*all_args, &block); end end RSpec::Core::ExclusionRules = RSpec::Core::FilterRules class RSpec::Core::FilterManager def add_ids(rerun_path, scoped_ids); end def add_location(file_path, line_numbers); end def empty?(); end def exclude(*args); end def exclude_only(*args); end def exclude_with_low_priority(*args); end def exclusions(); end def include(*args); end def include_only(*args); end def include_with_low_priority(*args); end def inclusions(); end def prune(examples); end end class RSpec::Core::FilterManager end class RSpec::Core::FilterRules def [](key); end def add(updated); end def add_with_low_priority(updated); end def clear(); end def delete(key); end def description(); end def each_pair(&block); end def empty?(); end def fetch(*args, &block); end def include_example?(example); end def initialize(rules=T.unsafe(nil)); end def opposite(); end def opposite=(opposite); end def rules(); end def use_only(updated); end PROC_HEX_NUMBER = ::T.let(nil, ::T.untyped) PROJECT_DIR = ::T.let(nil, ::T.untyped) end class RSpec::Core::FilterRules def self.build(); end end module RSpec::Core::FilterableItemRepository end class RSpec::Core::FilterableItemRepository::QueryOptimized def items_for(metadata); end end class RSpec::Core::FilterableItemRepository::QueryOptimized end class RSpec::Core::FilterableItemRepository::UpdateOptimized def append(item, metadata); end def delete(item, metadata); end def initialize(applies_predicate); end def items_and_filters(); end def items_for(request_meta); end def prepend(item, metadata); end end class RSpec::Core::FilterableItemRepository::UpdateOptimized end module RSpec::Core::FilterableItemRepository end module RSpec::Core::FlatMap end module RSpec::Core::FlatMap def self.flat_map(array, &block); end end class RSpec::Core::Formatters::BaseBisectFormatter def example_failed(notification); end def example_finished(notification); end def initialize(expected_failures); end def start_dump(_notification); end end class RSpec::Core::Formatters::BaseBisectFormatter def self.inherited(formatter); end end class RSpec::Core::Formatters::BaseFormatter def close(_notification); end def example_group(); end def example_group=(example_group); end def example_group_started(notification); end def initialize(output); end def output(); end def start(notification); end end class RSpec::Core::Formatters::BaseFormatter end class RSpec::Core::Formatters::BaseTextFormatter def dump_failures(notification); end def dump_pending(notification); end def dump_summary(summary); end def message(notification); end def seed(notification); end end class RSpec::Core::Formatters::BaseTextFormatter end class RSpec::Core::Formatters::BisectDRbFormatter end module RSpec::Core::Formatters::ConsoleCodes VT100_CODES = ::T.let(nil, ::T.untyped) VT100_CODE_VALUES = ::T.let(nil, ::T.untyped) end module RSpec::Core::Formatters::ConsoleCodes def self.config_colors_to_methods(); end def self.console_code_for(code_or_symbol); end def self.wrap(text, code_or_symbol); end end class RSpec::Core::Formatters::DeprecationFormatter def count(); end def deprecation(notification); end def deprecation_message_for(data); end def deprecation_stream(); end def deprecation_summary(_notification); end def initialize(deprecation_stream, summary_stream); end def output(); end def printer(); end def summary_stream(); end DEPRECATION_STREAM_NOTICE = ::T.let(nil, ::T.untyped) RAISE_ERROR_CONFIG_NOTICE = ::T.let(nil, ::T.untyped) TOO_MANY_WARNINGS_NOTICE = ::T.let(nil, ::T.untyped) end class RSpec::Core::Formatters::DeprecationFormatter::DelayedPrinter def deprecation_formatter(); end def deprecation_stream(); end def deprecation_summary(); end def initialize(deprecation_stream, summary_stream, deprecation_formatter); end def print_deferred_deprecation_warnings(); end def print_deprecation_message(data); end def stash_deprecation_message(deprecation_message); end def summary_stream(); end TOO_MANY_USES_LIMIT = ::T.let(nil, ::T.untyped) end class RSpec::Core::Formatters::DeprecationFormatter::DelayedPrinter end class RSpec::Core::Formatters::DeprecationFormatter::FileStream def initialize(file); end def puts(*args); end def summarize(summary_stream, deprecation_count); end end class RSpec::Core::Formatters::DeprecationFormatter::FileStream end class RSpec::Core::Formatters::DeprecationFormatter::GeneratedDeprecationMessage def initialize(data); end def too_many_warnings_message(); end def type(); end def type=(_); end end class RSpec::Core::Formatters::DeprecationFormatter::GeneratedDeprecationMessage def self.[](*_); end def self.members(); end end class RSpec::Core::Formatters::DeprecationFormatter::ImmediatePrinter def deprecation_formatter(); end def deprecation_stream(); end def deprecation_summary(); end def initialize(deprecation_stream, summary_stream, deprecation_formatter); end def print_deprecation_message(data); end def summary_stream(); end end class RSpec::Core::Formatters::DeprecationFormatter::ImmediatePrinter end class RSpec::Core::Formatters::DeprecationFormatter::RaiseErrorStream def puts(message); end def summarize(summary_stream, deprecation_count); end end class RSpec::Core::Formatters::DeprecationFormatter::RaiseErrorStream end class RSpec::Core::Formatters::DeprecationFormatter::SpecifiedDeprecationMessage def initialize(data); end def too_many_warnings_message(); end def type(); end def type=(_); end end class RSpec::Core::Formatters::DeprecationFormatter::SpecifiedDeprecationMessage def self.[](*_); end def self.members(); end end class RSpec::Core::Formatters::DeprecationFormatter end class RSpec::Core::Formatters::DocumentationFormatter end class RSpec::Core::Formatters::ExceptionPresenter def colorized_formatted_backtrace(colorizer=T.unsafe(nil)); end def colorized_message_lines(colorizer=T.unsafe(nil)); end def description(); end def example(); end def exception(); end def formatted_backtrace(exception=T.unsafe(nil)); end def formatted_cause(exception); end def fully_formatted(failure_number, colorizer=T.unsafe(nil)); end def fully_formatted_lines(failure_number, colorizer); end def initialize(exception, example, options=T.unsafe(nil)); end def message_lines(); end PENDING_DETAIL_FORMATTER = ::T.let(nil, ::T.untyped) end class RSpec::Core::Formatters::ExceptionPresenter::Factory def build(); end def initialize(example); end end class RSpec::Core::Formatters::ExceptionPresenter::Factory::CommonBacktraceTruncater def initialize(parent); end def with_truncated_backtrace(child); end end class RSpec::Core::Formatters::ExceptionPresenter::Factory::CommonBacktraceTruncater end module RSpec::Core::Formatters::ExceptionPresenter::Factory::EmptyBacktraceFormatter end module RSpec::Core::Formatters::ExceptionPresenter::Factory::EmptyBacktraceFormatter def self.format_backtrace(*_); end end class RSpec::Core::Formatters::ExceptionPresenter::Factory end class RSpec::Core::Formatters::ExceptionPresenter end class RSpec::Core::Formatters::FailureListFormatter end module RSpec::Core::Formatters::Helpers DEFAULT_PRECISION = ::T.let(nil, ::T.untyped) SUB_SECOND_PRECISION = ::T.let(nil, ::T.untyped) end module RSpec::Core::Formatters::Helpers def self.format_duration(duration); end def self.format_seconds(float, precision=T.unsafe(nil)); end def self.organize_ids(ids); end def self.pluralize(count, string); end end class RSpec::Core::Formatters::HtmlFormatter end class RSpec::Core::Formatters::HtmlPrinter include ::ERB::Util def flush(); end def initialize(output); end def make_example_group_header_red(group_id); end def make_example_group_header_yellow(group_id); end def make_header_red(); end def make_header_yellow(); end def move_progress(percent_done); end def print_example_failed(pending_fixed, description, run_time, failure_id, exception, extra_content); end def print_example_group_end(); end def print_example_group_start(group_id, description, number_of_parents); end def print_example_passed(description, run_time); end def print_example_pending(description, pending_message); end def print_html_start(); end def print_summary(duration, example_count, failure_count, pending_count); end GLOBAL_SCRIPTS = ::T.let(nil, ::T.untyped) GLOBAL_STYLES = ::T.let(nil, ::T.untyped) HTML_HEADER = ::T.let(nil, ::T.untyped) REPORT_HEADER = ::T.let(nil, ::T.untyped) end class RSpec::Core::Formatters::HtmlPrinter end class RSpec::Core::Formatters::JsonFormatter end class RSpec::Core::Formatters::Loader def add(formatter_to_use, *paths); end def default_formatter(); end def default_formatter=(default_formatter); end def formatters(); end def initialize(reporter); end def prepare_default(output_stream, deprecation_stream); end def reporter(); end def setup_default(output_stream, deprecation_stream); end end class RSpec::Core::Formatters::Loader def self.formatters(); end end class RSpec::Core::Formatters::ProgressFormatter end class RSpec::Core::Formatters::SnippetExtractor def beginning_line_number(); end def expression_lines(); end def initialize(source, beginning_line_number, max_line_count=T.unsafe(nil)); end def max_line_count(); end def source(); end end class RSpec::Core::Formatters::SnippetExtractor::NoExpressionAtLineError end class RSpec::Core::Formatters::SnippetExtractor::NoExpressionAtLineError end class RSpec::Core::Formatters::SnippetExtractor::NoSuchFileError end class RSpec::Core::Formatters::SnippetExtractor::NoSuchFileError end class RSpec::Core::Formatters::SnippetExtractor::NoSuchLineError end class RSpec::Core::Formatters::SnippetExtractor::NoSuchLineError end class RSpec::Core::Formatters::SnippetExtractor def self.extract_expression_lines_at(file_path, beginning_line_number, max_line_count=T.unsafe(nil)); end def self.extract_line_at(file_path, line_number); end def self.least_indentation_from(lines); end def self.source_from_file(path); end end class RSpec::Core::Formatters::SyntaxHighlighter def highlight(lines); end def initialize(configuration); end end module RSpec::Core::Formatters::SyntaxHighlighter::CodeRayImplementation RESET_CODE = ::T.let(nil, ::T.untyped) end module RSpec::Core::Formatters::SyntaxHighlighter::CodeRayImplementation def self.highlight_syntax(lines); end end module RSpec::Core::Formatters::SyntaxHighlighter::NoSyntaxHighlightingImplementation end module RSpec::Core::Formatters::SyntaxHighlighter::NoSyntaxHighlightingImplementation def self.highlight_syntax(lines); end end RSpec::Core::Formatters::SyntaxHighlighter::WindowsImplementation = RSpec::Core::Formatters::SyntaxHighlighter::NoSyntaxHighlightingImplementation class RSpec::Core::Formatters::SyntaxHighlighter def self.attempt_to_add_rspec_terms_to_coderay_keywords(); end end module RSpec::Core::Formatters def self.register(formatter_class, *notifications); end end module RSpec::Core::HashImitatable def <(*args, &block); end def <=(*args, &block); end def >(*args, &block); end def >=(*args, &block); end def [](key); end def []=(key, value); end def all?(*args, &block); end def any?(*args, &block); end def assoc(*args, &block); end def chunk(*args, &block); end def chunk_while(*args, &block); end def clear(*args, &block); end def collect(*args, &block); end def collect_concat(*args, &block); end def compact(*args, &block); end def compact!(*args, &block); end def compare_by_identity(*args, &block); end def compare_by_identity?(*args, &block); end def count(*args, &block); end def cycle(*args, &block); end def default(*args, &block); end def default=(*args, &block); end def default_proc(*args, &block); end def default_proc=(*args, &block); end def delete(*args, &block); end def delete_if(*args, &block); end def detect(*args, &block); end def dig(*args, &block); end def drop(*args, &block); end def drop_while(*args, &block); end def each(*args, &block); end def each_cons(*args, &block); end def each_entry(*args, &block); end def each_key(*args, &block); end def each_pair(*args, &block); end def each_slice(*args, &block); end def each_value(*args, &block); end def each_with_index(*args, &block); end def each_with_object(*args, &block); end def empty?(*args, &block); end def entries(*args, &block); end def fetch(*args, &block); end def fetch_values(*args, &block); end def find(*args, &block); end def find_all(*args, &block); end def find_index(*args, &block); end def first(*args, &block); end def flat_map(*args, &block); end def flatten(*args, &block); end def grep(*args, &block); end def grep_v(*args, &block); end def group_by(*args, &block); end def has_key?(*args, &block); end def has_value?(*args, &block); end def include?(*args, &block); end def index(*args, &block); end def inject(*args, &block); end def invert(*args, &block); end def keep_if(*args, &block); end def key(*args, &block); end def key?(*args, &block); end def keys(*args, &block); end def lazy(*args, &block); end def length(*args, &block); end def map(*args, &block); end def max(*args, &block); end def max_by(*args, &block); end def member?(*args, &block); end def merge(*args, &block); end def merge!(*args, &block); end def min(*args, &block); end def min_by(*args, &block); end def minmax(*args, &block); end def minmax_by(*args, &block); end def none?(*args, &block); end def one?(*args, &block); end def partition(*args, &block); end def rassoc(*args, &block); end def reduce(*args, &block); end def rehash(*args, &block); end def reject(*args, &block); end def reject!(*args, &block); end def replace(*args, &block); end def reverse_each(*args, &block); end def select(*args, &block); end def select!(*args, &block); end def shift(*args, &block); end def size(*args, &block); end def slice_after(*args, &block); end def slice_before(*args, &block); end def slice_when(*args, &block); end def sort(*args, &block); end def sort_by(*args, &block); end def store(*args, &block); end def sum(*args, &block); end def take(*args, &block); end def take_while(*args, &block); end def to_a(*args, &block); end def to_h(); end def to_hash(*args, &block); end def to_proc(*args, &block); end def to_set(*args, &block); end def transform_values(*args, &block); end def transform_values!(*args, &block); end def uniq(*args, &block); end def update(*args, &block); end def value?(*args, &block); end def values(*args, &block); end def values_at(*args, &block); end def zip(*args, &block); end end module RSpec::Core::HashImitatable::ClassMethods def attr_accessor(*names); end def hash_attribute_names(); end end module RSpec::Core::HashImitatable::ClassMethods end module RSpec::Core::HashImitatable def self.included(klass); end end module RSpec::Core::Hooks def after(*args, &block); end def append_after(*args, &block); end def append_before(*args, &block); end def around(*args, &block); end def before(*args, &block); end def hooks(); end def prepend_after(*args, &block); end def prepend_before(*args, &block); end end class RSpec::Core::Hooks::AfterContextHook def run(example); end end class RSpec::Core::Hooks::AfterContextHook end class RSpec::Core::Hooks::AfterHook def run(example); end end class RSpec::Core::Hooks::AfterHook end class RSpec::Core::Hooks::AroundHook def execute_with(example, procsy); end def hook_description(); end end class RSpec::Core::Hooks::AroundHook end class RSpec::Core::Hooks::BeforeHook def run(example); end end class RSpec::Core::Hooks::BeforeHook end class RSpec::Core::Hooks::Hook def block(); end def block=(_); end def options(); end def options=(_); end end class RSpec::Core::Hooks::Hook def self.[](*_); end def self.members(); end end class RSpec::Core::Hooks::HookCollections def all_hooks_for(position, scope); end def initialize(owner, filterable_item_repo_class); end def matching_hooks_for(position, scope, example_or_group); end def processable_hooks_for(position, scope, host); end def register(prepend_or_append, position, *args, &block); end def register_global_singleton_context_hooks(example, globals); end def register_globals(host, globals); end def run(position, scope, example_or_group); end def run_owned_hooks_for(position, scope, example_or_group); end EMPTY_HOOK_ARRAY = ::T.let(nil, ::T.untyped) HOOK_TYPES = ::T.let(nil, ::T.untyped) SCOPES = ::T.let(nil, ::T.untyped) SCOPE_ALIASES = ::T.let(nil, ::T.untyped) end class RSpec::Core::Hooks::HookCollections end module RSpec::Core::Hooks end class RSpec::Core::InclusionRules def add(*args); end def add_with_low_priority(*args); end def split_file_scoped_rules(); end def standalone?(); end end class RSpec::Core::InclusionRules end module RSpec::Core::Invocations end class RSpec::Core::Invocations::Bisect def call(options, err, out); end end class RSpec::Core::Invocations::Bisect end class RSpec::Core::Invocations::DRbWithFallback def call(options, err, out); end end class RSpec::Core::Invocations::DRbWithFallback end class RSpec::Core::Invocations::InitializeProject def call(*_args); end end class RSpec::Core::Invocations::InitializeProject end class RSpec::Core::Invocations::PrintHelp def call(_options, _err, out); end def hidden_options(); end def hidden_options=(_); end def parser(); end def parser=(_); end end class RSpec::Core::Invocations::PrintHelp def self.[](*_); end def self.members(); end end class RSpec::Core::Invocations::PrintVersion def call(_options, _err, out); end end class RSpec::Core::Invocations::PrintVersion end module RSpec::Core::Invocations end class RSpec::Core::LegacyExampleGroupHash include ::RSpec::Core::HashImitatable def initialize(metadata); end end class RSpec::Core::LegacyExampleGroupHash extend ::RSpec::Core::HashImitatable::ClassMethods end module RSpec::Core::MemoizedHelpers def initialize(*_); end def is_expected(); end def should(matcher=T.unsafe(nil), message=T.unsafe(nil)); end def should_not(matcher=T.unsafe(nil), message=T.unsafe(nil)); end def subject(); end end module RSpec::Core::MemoizedHelpers::ClassMethods def let(name, &block); end def let!(name, &block); end def subject(name=T.unsafe(nil), &block); end def subject!(name=T.unsafe(nil), &block); end end module RSpec::Core::MemoizedHelpers::ClassMethods end class RSpec::Core::MemoizedHelpers::ContextHookMemoized end class RSpec::Core::MemoizedHelpers::ContextHookMemoized::After end class RSpec::Core::MemoizedHelpers::ContextHookMemoized::After def self.article(); end def self.hook_expression(); end def self.hook_intention(); end end class RSpec::Core::MemoizedHelpers::ContextHookMemoized::Before end class RSpec::Core::MemoizedHelpers::ContextHookMemoized::Before def self.article(); end def self.hook_expression(); end def self.hook_intention(); end end class RSpec::Core::MemoizedHelpers::ContextHookMemoized def self.fetch_or_store(key, &_block); end def self.isolate_for_context_hook(example_group_instance); end end class RSpec::Core::MemoizedHelpers::NonThreadSafeMemoized def fetch_or_store(key); end end class RSpec::Core::MemoizedHelpers::NonThreadSafeMemoized end class RSpec::Core::MemoizedHelpers::ThreadsafeMemoized def fetch_or_store(key); end end class RSpec::Core::MemoizedHelpers::ThreadsafeMemoized end module RSpec::Core::MemoizedHelpers def self.define_helpers_on(example_group); end def self.get_constant_or_yield(example_group, name); end def self.module_for(example_group); end end module RSpec::Core::Metadata RESERVED_KEYS = ::T.let(nil, ::T.untyped) end class RSpec::Core::Metadata::ExampleGroupHash end class RSpec::Core::Metadata::ExampleGroupHash def self.backwards_compatibility_default_proc(&example_group_selector); end def self.create(parent_group_metadata, user_metadata, example_group_index, *args, &block); end def self.hash_with_backwards_compatibility_default_proc(); end end class RSpec::Core::Metadata::ExampleHash end class RSpec::Core::Metadata::ExampleHash def self.create(group_metadata, user_metadata, index_provider, description, block); end end class RSpec::Core::Metadata::HashPopulator def block(); end def description_args(); end def initialize(metadata, user_metadata, index_provider, description_args, block); end def metadata(); end def populate(); end def user_metadata(); end end class RSpec::Core::Metadata::HashPopulator end module RSpec::Core::Metadata def self.ascend(metadata); end def self.ascending(metadata); end def self.build_hash_from(args, warn_about_example_group_filtering=T.unsafe(nil)); end def self.deep_hash_dup(object); end def self.id_from(metadata); end def self.location_tuple_from(metadata); end def self.relative_path(line); end def self.relative_path_regex(); end end module RSpec::Core::MetadataFilter end module RSpec::Core::MetadataFilter def self.apply?(predicate, filters, metadata); end def self.filter_applies?(key, filter_value, metadata); end def self.silence_metadata_example_group_deprecations(); end end module RSpec::Core::MockingAdapters end module RSpec::Core::MockingAdapters::RSpec include ::RSpec::Mocks::ExampleMethods include ::RSpec::Mocks::ArgumentMatchers include ::RSpec::Mocks::ExampleMethods::ExpectHost def setup_mocks_for_rspec(); end def teardown_mocks_for_rspec(); end def verify_mocks_for_rspec(); end end module RSpec::Core::MockingAdapters::RSpec def self.configuration(); end def self.framework_name(); end end module RSpec::Core::MockingAdapters end class RSpec::Core::MultipleExceptionError include ::RSpec::Core::MultipleExceptionError::InterfaceTag def aggregation_block_label(); end def aggregation_metadata(); end def all_exceptions(); end def exception_count_description(); end def failures(); end def initialize(*exceptions); end def other_errors(); end def summary(); end end module RSpec::Core::MultipleExceptionError::InterfaceTag def add(exception); end end module RSpec::Core::MultipleExceptionError::InterfaceTag def self.for(ex); end end class RSpec::Core::MultipleExceptionError end module RSpec::Core::Notifications end class RSpec::Core::Notifications::CustomNotification end class RSpec::Core::Notifications::CustomNotification def self.for(options=T.unsafe(nil)); end end class RSpec::Core::Notifications::DeprecationNotification def call_site(); end def call_site=(_); end def deprecated(); end def deprecated=(_); end def message(); end def message=(_); end def replacement(); end def replacement=(_); end end class RSpec::Core::Notifications::DeprecationNotification def self.[](*_); end def self.from_hash(data); end def self.members(); end end class RSpec::Core::Notifications::ExampleNotification def example(); end def example=(_); end end class RSpec::Core::Notifications::ExampleNotification def self.[](*_); end def self.for(example); end def self.members(); end end class RSpec::Core::Notifications::ExamplesNotification def examples(); end def failed_examples(); end def failure_notifications(); end def fully_formatted_failed_examples(colorizer=T.unsafe(nil)); end def fully_formatted_pending_examples(colorizer=T.unsafe(nil)); end def initialize(reporter); end def notifications(); end def pending_examples(); end def pending_notifications(); end end class RSpec::Core::Notifications::ExamplesNotification end class RSpec::Core::Notifications::FailedExampleNotification def colorized_formatted_backtrace(colorizer=T.unsafe(nil)); end def colorized_message_lines(colorizer=T.unsafe(nil)); end def description(); end def exception(); end def formatted_backtrace(); end def fully_formatted(failure_number, colorizer=T.unsafe(nil)); end def fully_formatted_lines(failure_number, colorizer=T.unsafe(nil)); end def initialize(example, exception_presenter=T.unsafe(nil)); end def message_lines(); end end class RSpec::Core::Notifications::FailedExampleNotification end class RSpec::Core::Notifications::GroupNotification def group(); end def group=(_); end end class RSpec::Core::Notifications::GroupNotification def self.[](*_); end def self.members(); end end class RSpec::Core::Notifications::MessageNotification def message(); end def message=(_); end end class RSpec::Core::Notifications::MessageNotification def self.[](*_); end def self.members(); end end module RSpec::Core::Notifications::NullColorizer end module RSpec::Core::Notifications::NullColorizer def self.wrap(line, _code_or_symbol); end end class RSpec::Core::Notifications::NullNotification end class RSpec::Core::Notifications::NullNotification end class RSpec::Core::Notifications::PendingExampleFailedAsExpectedNotification end class RSpec::Core::Notifications::PendingExampleFailedAsExpectedNotification end class RSpec::Core::Notifications::PendingExampleFixedNotification end class RSpec::Core::Notifications::PendingExampleFixedNotification end class RSpec::Core::Notifications::ProfileNotification def duration(); end def examples(); end def initialize(duration, examples, number_of_examples, example_groups); end def number_of_examples(); end def percentage(); end def slow_duration(); end def slowest_examples(); end def slowest_groups(); end end class RSpec::Core::Notifications::ProfileNotification end class RSpec::Core::Notifications::SeedNotification def fully_formatted(); end def seed(); end def seed=(_); end def seed_used?(); end def used=(_); end end class RSpec::Core::Notifications::SeedNotification def self.[](*_); end def self.members(); end end class RSpec::Core::Notifications::SkippedExampleNotification def fully_formatted(pending_number, colorizer=T.unsafe(nil)); end end class RSpec::Core::Notifications::SkippedExampleNotification end class RSpec::Core::Notifications::StartNotification def count(); end def count=(_); end def load_time(); end def load_time=(_); end end class RSpec::Core::Notifications::StartNotification def self.[](*_); end def self.members(); end end class RSpec::Core::Notifications::SummaryNotification include ::RSpec::Core::ShellEscape def colorized_rerun_commands(colorizer=T.unsafe(nil)); end def colorized_totals_line(colorizer=T.unsafe(nil)); end def duration(); end def duration=(_); end def errors_outside_of_examples_count(); end def errors_outside_of_examples_count=(_); end def example_count(); end def examples(); end def examples=(_); end def failed_examples(); end def failed_examples=(_); end def failure_count(); end def formatted_duration(); end def formatted_load_time(); end def fully_formatted(colorizer=T.unsafe(nil)); end def load_time(); end def load_time=(_); end def pending_count(); end def pending_examples(); end def pending_examples=(_); end def totals_line(); end end class RSpec::Core::Notifications::SummaryNotification def self.[](*_); end def self.members(); end end module RSpec::Core::Notifications end class RSpec::Core::NullReporter end class RSpec::Core::NullReporter end module RSpec::Core::Ordering end class RSpec::Core::Ordering::ConfigurationManager def force(hash); end def order=(type); end def ordering_registry(); end def register_ordering(name, strategy=T.unsafe(nil)); end def seed(); end def seed=(seed); end def seed_used?(); end end class RSpec::Core::Ordering::ConfigurationManager end class RSpec::Core::Ordering::Custom def initialize(callable); end def order(list); end end class RSpec::Core::Ordering::Custom end class RSpec::Core::Ordering::Identity def order(items); end end class RSpec::Core::Ordering::Identity end class RSpec::Core::Ordering::Random def initialize(configuration); end def order(items); end def used?(); end MAX_32_BIT = ::T.let(nil, ::T.untyped) end class RSpec::Core::Ordering::Random end class RSpec::Core::Ordering::Registry def fetch(name, &fallback); end def initialize(configuration); end def register(sym, strategy); end def used_random_seed?(); end end class RSpec::Core::Ordering::Registry end module RSpec::Core::Ordering end class RSpec::Core::OutputWrapper def <<(*args, &block); end def advise(*args, &block); end def autoclose=(*args, &block); end def autoclose?(*args, &block); end def beep(*args, &block); end def binmode(*args, &block); end def binmode?(*args, &block); end def bytes(*args, &block); end def chars(*args, &block); end def close(*args, &block); end def close_on_exec=(*args, &block); end def close_on_exec?(*args, &block); end def close_read(*args, &block); end def close_write(*args, &block); end def closed?(*args, &block); end def codepoints(*args, &block); end def cooked(*args, &block); end def cooked!(*args, &block); end def cursor(*args, &block); end def cursor=(*args, &block); end def each(*args, &block); end def each_byte(*args, &block); end def each_char(*args, &block); end def each_codepoint(*args, &block); end def each_line(*args, &block); end def echo=(*args, &block); end def echo?(*args, &block); end def eof(*args, &block); end def eof?(*args, &block); end def external_encoding(*args, &block); end def fcntl(*args, &block); end def fdatasync(*args, &block); end def fileno(*args, &block); end def flush(*args, &block); end def fsync(*args, &block); end def getbyte(*args, &block); end def getc(*args, &block); end def getch(*args, &block); end def getpass(*args, &block); end def gets(*args, &block); end def goto(*args, &block); end def iflush(*args, &block); end def initialize(output); end def inspect(*args, &block); end def internal_encoding(*args, &block); end def ioctl(*args, &block); end def ioflush(*args, &block); end def isatty(*args, &block); end def lineno(*args, &block); end def lineno=(*args, &block); end def lines(*args, &block); end def method_missing(name, *args, &block); end def noecho(*args, &block); end def nonblock(*args, &block); end def nonblock=(*args, &block); end def nonblock?(*args, &block); end def nread(*args, &block); end def oflush(*args, &block); end def output(); end def output=(output); end def pathconf(*args, &block); end def pid(*args, &block); end def pos(*args, &block); end def pos=(*args, &block); end def pressed?(*args, &block); end def print(*args, &block); end def printf(*args, &block); end def putc(*args, &block); end def puts(*args, &block); end def raw(*args, &block); end def raw!(*args, &block); end def read(*args, &block); end def read_nonblock(*args, &block); end def readbyte(*args, &block); end def readchar(*args, &block); end def readline(*args, &block); end def readlines(*args, &block); end def readpartial(*args, &block); end def ready?(*args, &block); end def reopen(*args, &block); end def respond_to?(name, priv=T.unsafe(nil)); end def rewind(*args, &block); end def seek(*args, &block); end def set_encoding(*args, &block); end def stat(*args, &block); end def sync(*args, &block); end def sync=(*args, &block); end def sysread(*args, &block); end def sysseek(*args, &block); end def syswrite(*args, &block); end def tell(*args, &block); end def to_i(*args, &block); end def to_io(*args, &block); end def tty?(*args, &block); end def ungetbyte(*args, &block); end def ungetc(*args, &block); end def wait(*args, &block); end def wait_readable(*args, &block); end def wait_writable(*args, &block); end def winsize(*args, &block); end def winsize=(*args, &block); end def write(*args, &block); end def write_nonblock(*args, &block); end end class RSpec::Core::OutputWrapper end class RSpec::Core::Parser def initialize(original_args); end def original_args(); end def parse(source=T.unsafe(nil)); end end class RSpec::Core::Parser def self.parse(args, source=T.unsafe(nil)); end end module RSpec::Core::Pending def pending(message=T.unsafe(nil)); end def skip(message=T.unsafe(nil)); end NOT_YET_IMPLEMENTED = ::T.let(nil, ::T.untyped) NO_REASON_GIVEN = ::T.let(nil, ::T.untyped) end class RSpec::Core::Pending::PendingExampleFixedError end class RSpec::Core::Pending::PendingExampleFixedError end class RSpec::Core::Pending::SkipDeclaredInExample def argument(); end def initialize(argument); end end class RSpec::Core::Pending::SkipDeclaredInExample end module RSpec::Core::Pending def self.mark_fixed!(example); end def self.mark_pending!(example, message_or_bool); end def self.mark_skipped!(example, message_or_bool); end end class RSpec::Core::Profiler NOTIFICATIONS = ::T.let(nil, ::T.untyped) end class RSpec::Core::Reporter def abort_with(msg, exit_status); end def close_after(); end def deprecation(hash); end def example_failed(example); end def example_finished(example); end def example_group_finished(group); end def example_group_started(group); end def example_passed(example); end def example_pending(example); end def example_started(example); end def examples(); end def exit_early(exit_code); end def fail_fast_limit_met?(); end def failed_examples(); end def finish(); end def initialize(configuration); end def message(message); end def notify(event, notification); end def notify_non_example_exception(exception, context_description); end def pending_examples(); end def prepare_default(loader, output_stream, deprecation_stream); end def publish(event, options=T.unsafe(nil)); end def register_listener(listener, *notifications); end def registered_listeners(notification); end def report(expected_example_count); end def start(expected_example_count, time=T.unsafe(nil)); end def stop(); end RSPEC_NOTIFICATIONS = ::T.let(nil, ::T.untyped) end class RSpec::Core::Reporter end module RSpec::Core::RubyProject end module RSpec::Core::RubyProject def self.add_dir_to_load_path(dir); end def self.add_to_load_path(*dirs); end def self.ascend_until(); end def self.determine_root(); end def self.find_first_parent_containing(dir); end def self.root(); end end class RSpec::Core::Runner def configuration(); end def configure(err, out); end def initialize(options, configuration=T.unsafe(nil), world=T.unsafe(nil)); end def options(); end def run(err, out); end def run_specs(example_groups); end def setup(err, out); end def world(); end end class RSpec::Core::Runner def self.autorun(); end def self.autorun_disabled?(); end def self.disable_autorun!(); end def self.handle_interrupt(); end def self.installed_at_exit?(); end def self.invoke(); end def self.perform_at_exit(); end def self.run(args, err=T.unsafe(nil), out=T.unsafe(nil)); end def self.running_in_drb?(); end def self.trap_interrupt(); end end class RSpec::Core::Set include ::Enumerable def <<(key); end def clear(); end def delete(key); end def each(&block); end def empty?(); end def include?(key); end def initialize(array=T.unsafe(nil)); end def merge(values); end end class RSpec::Core::Set end module RSpec::Core::SharedExampleGroup def shared_context(name, *args, &block); end def shared_examples(name, *args, &block); end def shared_examples_for(name, *args, &block); end end class RSpec::Core::SharedExampleGroup::Registry def add(context, name, *metadata_args, &block); end def find(lookup_contexts, name); end end class RSpec::Core::SharedExampleGroup::Registry end module RSpec::Core::SharedExampleGroup::TopLevelDSL end module RSpec::Core::SharedExampleGroup::TopLevelDSL def self.definitions(); end def self.expose_globally!(); end def self.exposed_globally?(); end def self.remove_globally!(); end end module RSpec::Core::SharedExampleGroup end class RSpec::Core::SharedExampleGroupInclusionStackFrame def description(); end def formatted_inclusion_location(); end def inclusion_location(); end def initialize(shared_group_name, inclusion_location); end def shared_group_name(); end end class RSpec::Core::SharedExampleGroupInclusionStackFrame def self.current_backtrace(); end def self.shared_example_group_inclusions(); end def self.with_frame(name, location); end end class RSpec::Core::SharedExampleGroupModule def definition(); end def include_in(klass, inclusion_line, args, customization_block); end def included(klass); end def initialize(description, definition, metadata); end end class RSpec::Core::SharedExampleGroupModule end module RSpec::Core::ShellEscape SHELLS_ALLOWING_UNQUOTED_IDS = ::T.let(nil, ::T.untyped) end module RSpec::Core::ShellEscape def self.conditionally_quote(id); end def self.escape(shell_command); end def self.quote(argument); end def self.shell_allows_unquoted_ids?(); end end class RSpec::Core::SuiteHookContext def initialize(hook_description, reporter); end end class RSpec::Core::SuiteHookContext end module RSpec::Core::Version STRING = ::T.let(nil, ::T.untyped) end module RSpec::Core::Version end module RSpec::Core::Warnings def deprecate(deprecated, data=T.unsafe(nil)); end def warn_deprecation(message, opts=T.unsafe(nil)); end def warn_with(message, options=T.unsafe(nil)); end end module RSpec::Core::Warnings end class RSpec::Core::World def all_example_groups(); end def all_examples(); end def announce_exclusion_filter(announcements); end def announce_filters(); end def announce_inclusion_filter(announcements); end def everything_filtered_message(); end def example_count(groups=T.unsafe(nil)); end def example_group_counts_by_spec_file(); end def example_groups(); end def exclusion_filter(); end def filter_manager(); end def filtered_examples(); end def inclusion_filter(); end def initialize(configuration=T.unsafe(nil)); end def non_example_failure(); end def non_example_failure=(non_example_failure); end def num_example_groups_defined_in(file); end def ordered_example_groups(); end def preceding_declaration_line(absolute_file_name, filter_line); end def prepare_example_filtering(); end def record(example_group); end def registered_example_group_files(); end def report_filter_message(message); end def reporter(); end def reset(); end def shared_example_group_registry(); end def source_from_file(path); end def syntax_highlighter(); end def traverse_example_group_trees_until(&block); end def wants_to_quit(); end def wants_to_quit=(wants_to_quit); end end module RSpec::Core::World::Null end module RSpec::Core::World::Null def self.all_example_groups(); end def self.example_groups(); end def self.non_example_failure(); end def self.non_example_failure=(_); end def self.registered_example_group_files(); end def self.traverse_example_group_trees_until(); end end class RSpec::Core::World end module RSpec::ExampleGroups end module RSpec::ExampleGroups extend ::RSpec::Support::RecursiveConstMethods def self.assign_const(group); end def self.base_name_for(group); end def self.constant_scope_for(group); end def self.disambiguate(name, const_scope); end def self.remove_all_constants(); end end class RSpec::Expectations::BlockExpectationTarget def not_to(matcher, message=T.unsafe(nil), &block); end def to(matcher, message=T.unsafe(nil), &block); end def to_not(matcher, message=T.unsafe(nil), &block); end end class RSpec::Expectations::BlockExpectationTarget end class RSpec::Expectations::Configuration def add_should_and_should_not_to(*modules); end def backtrace_formatter(); end def backtrace_formatter=(backtrace_formatter); end def color?(); end def false_positives_handler(); end def include_chain_clauses_in_custom_matcher_descriptions=(include_chain_clauses_in_custom_matcher_descriptions); end def include_chain_clauses_in_custom_matcher_descriptions?(); end def max_formatted_output_length=(length); end def on_potential_false_positives(); end def on_potential_false_positives=(behavior); end def reset_syntaxes_to_default(); end def syntax(); end def syntax=(values); end def warn_about_potential_false_positives=(boolean); end def warn_about_potential_false_positives?(); end FALSE_POSITIVE_BEHAVIOURS = ::T.let(nil, ::T.untyped) end module RSpec::Expectations::Configuration::NullBacktraceFormatter end module RSpec::Expectations::Configuration::NullBacktraceFormatter def self.format_backtrace(backtrace); end end class RSpec::Expectations::Configuration end module RSpec::Expectations::ExpectationHelper end module RSpec::Expectations::ExpectationHelper def self.check_message(msg); end def self.handle_failure(matcher, message, failure_message_method); end def self.modern_matcher_from(matcher); end def self.with_matcher(handler, matcher, message); end end class RSpec::Expectations::ExpectationTarget include ::RSpec::Expectations::ExpectationTarget::InstanceMethods def initialize(value); end def target(); end end module RSpec::Expectations::ExpectationTarget::InstanceMethods def not_to(matcher=T.unsafe(nil), message=T.unsafe(nil), &block); end def to(matcher=T.unsafe(nil), message=T.unsafe(nil), &block); end def to_not(matcher=T.unsafe(nil), message=T.unsafe(nil), &block); end end module RSpec::Expectations::ExpectationTarget::InstanceMethods end module RSpec::Expectations::ExpectationTarget::UndefinedValue end module RSpec::Expectations::ExpectationTarget::UndefinedValue end class RSpec::Expectations::ExpectationTarget def self.for(value, block); end end RSpec::Expectations::LegacyMacherAdapter = RSpec::Expectations::LegacyMatcherAdapter class RSpec::Expectations::LegacyMatcherAdapter def initialize(matcher); end end class RSpec::Expectations::LegacyMatcherAdapter::RSpec1 def failure_message(); end def failure_message_when_negated(); end end class RSpec::Expectations::LegacyMatcherAdapter::RSpec1 def self.interface_matches?(matcher); end end class RSpec::Expectations::LegacyMatcherAdapter::RSpec2 def failure_message(); end def failure_message_when_negated(); end end class RSpec::Expectations::LegacyMatcherAdapter::RSpec2 def self.interface_matches?(matcher); end end class RSpec::Expectations::LegacyMatcherAdapter def self.wrap(matcher); end end class RSpec::Expectations::MultipleExpectationsNotMetError include ::RSpec::Core::MultipleExceptionError::InterfaceTag end class RSpec::Expectations::NegativeExpectationHandler end class RSpec::Expectations::NegativeExpectationHandler def self.does_not_match?(matcher, actual, &block); end def self.handle_matcher(actual, initial_matcher, message=T.unsafe(nil), &block); end def self.opposite_should_method(); end def self.should_method(); end def self.verb(); end end class RSpec::Expectations::PositiveExpectationHandler end class RSpec::Expectations::PositiveExpectationHandler def self.handle_matcher(actual, initial_matcher, message=T.unsafe(nil), &block); end def self.opposite_should_method(); end def self.should_method(); end def self.verb(); end end module RSpec::Expectations::Syntax end module RSpec::Expectations::Syntax def self.default_should_host(); end def self.disable_expect(syntax_host=T.unsafe(nil)); end def self.disable_should(syntax_host=T.unsafe(nil)); end def self.enable_expect(syntax_host=T.unsafe(nil)); end def self.enable_should(syntax_host=T.unsafe(nil)); end def self.expect_enabled?(syntax_host=T.unsafe(nil)); end def self.should_enabled?(syntax_host=T.unsafe(nil)); end def self.warn_about_should!(); end def self.warn_about_should_unless_configured(method_name); end end module RSpec::Expectations::Version STRING = ::T.let(nil, ::T.untyped) end module RSpec::Expectations::Version end module RSpec::Expectations def self.configuration(); end def self.differ(); end def self.fail_with(message, expected=T.unsafe(nil), actual=T.unsafe(nil)); end end module RSpec::Matchers def expect(value=T.unsafe(nil), &block); end BE_PREDICATE_REGEX = ::T.let(nil, ::T.untyped) DYNAMIC_MATCHER_REGEX = ::T.let(nil, ::T.untyped) HAS_REGEX = ::T.let(nil, ::T.untyped) end class RSpec::Matchers::AliasedMatcher def description(); end def failure_message(); end def failure_message_when_negated(); end def initialize(base_matcher, description_block); end def method_missing(*_); end end class RSpec::Matchers::AliasedMatcher end class RSpec::Matchers::AliasedMatcherWithOperatorSupport end class RSpec::Matchers::AliasedMatcherWithOperatorSupport end class RSpec::Matchers::AliasedNegatedMatcher def does_not_match?(*args, &block); end def matches?(*args, &block); end end RSpec::Matchers::AliasedNegatedMatcher::DefaultFailureMessages = RSpec::Matchers::BuiltIn::BaseMatcher::DefaultFailureMessages class RSpec::Matchers::AliasedNegatedMatcher end class RSpec::Matchers::BuiltIn::All end class RSpec::Matchers::BuiltIn::BaseMatcher include ::RSpec::Matchers::Composable include ::RSpec::Matchers::BuiltIn::BaseMatcher::HashFormatting include ::RSpec::Matchers::BuiltIn::BaseMatcher::DefaultFailureMessages def actual(); end def actual_formatted(); end def description(); end def diffable?(); end def expected(); end def expected_formatted(); end def expects_call_stack_jump?(); end def initialize(expected=T.unsafe(nil)); end def match_unless_raises(*exceptions); end def matcher_name(); end def matcher_name=(matcher_name); end def matches?(actual); end def present_ivars(); end def rescued_exception(); end def supports_block_expectations?(); end UNDEFINED = ::T.let(nil, ::T.untyped) end module RSpec::Matchers::BuiltIn::BaseMatcher::DefaultFailureMessages def failure_message(); end def failure_message_when_negated(); end end module RSpec::Matchers::BuiltIn::BaseMatcher::DefaultFailureMessages def self.has_default_failure_messages?(matcher); end end module RSpec::Matchers::BuiltIn::BaseMatcher::HashFormatting end module RSpec::Matchers::BuiltIn::BaseMatcher::HashFormatting def self.improve_hash_formatting(inspect_string); end end class RSpec::Matchers::BuiltIn::BaseMatcher def self.matcher_name(); end end class RSpec::Matchers::BuiltIn::Be end class RSpec::Matchers::BuiltIn::BeAKindOf end class RSpec::Matchers::BuiltIn::BeAnInstanceOf end class RSpec::Matchers::BuiltIn::BeBetween end class RSpec::Matchers::BuiltIn::BeComparedTo end class RSpec::Matchers::BuiltIn::BeFalsey end class RSpec::Matchers::BuiltIn::BeNil end class RSpec::Matchers::BuiltIn::BePredicate end class RSpec::Matchers::BuiltIn::BeTruthy end class RSpec::Matchers::BuiltIn::BeWithin end class RSpec::Matchers::BuiltIn::Change end class RSpec::Matchers::BuiltIn::ChangeRelatively end class RSpec::Matchers::BuiltIn::Compound end class RSpec::Matchers::BuiltIn::ContainExactly end class RSpec::Matchers::BuiltIn::Cover end class RSpec::Matchers::BuiltIn::Eq end class RSpec::Matchers::BuiltIn::Eql end class RSpec::Matchers::BuiltIn::Equal LITERAL_SINGLETONS = ::T.let(nil, ::T.untyped) end class RSpec::Matchers::BuiltIn::Exist end class RSpec::Matchers::BuiltIn::Has end class RSpec::Matchers::BuiltIn::HaveAttributes end class RSpec::Matchers::BuiltIn::Include end class RSpec::Matchers::BuiltIn::Match end class RSpec::Matchers::BuiltIn::Output end class RSpec::Matchers::BuiltIn::RaiseError include ::RSpec::Matchers::Composable end class RSpec::Matchers::BuiltIn::RespondTo end class RSpec::Matchers::BuiltIn::Satisfy end class RSpec::Matchers::BuiltIn::SpecificValuesChange end RSpec::Matchers::BuiltIn::SpecificValuesChange::MATCH_ANYTHING = BasicObject RSpec::Matchers::BuiltIn::StartAndEndWith = RSpec::Matchers::BuiltIn::StartOrEndWith class RSpec::Matchers::BuiltIn::StartOrEndWith end class RSpec::Matchers::BuiltIn::ThrowSymbol include ::RSpec::Matchers::Composable end class RSpec::Matchers::BuiltIn::YieldControl end class RSpec::Matchers::BuiltIn::YieldSuccessiveArgs end class RSpec::Matchers::BuiltIn::YieldWithArgs end class RSpec::Matchers::BuiltIn::YieldWithNoArgs end module RSpec::Matchers::Composable def &(matcher); end def ===(value); end def and(matcher); end def or(matcher); end def |(matcher); end end module RSpec::Matchers::Composable def self.should_enumerate?(item); end def self.surface_descriptions_in(item); end def self.unreadable_io?(object); end end module RSpec::Matchers::DSL def alias_matcher(new_name, old_name, options=T.unsafe(nil), &description_override); end def define(name, &declarations); end def define_negated_matcher(negated_name, base_name, &description_override); end def matcher(name, &declarations); end end module RSpec::Matchers::DSL::DefaultImplementations include ::RSpec::Matchers::BuiltIn::BaseMatcher::DefaultFailureMessages def description(); end def diffable?(); end def expects_call_stack_jump?(); end def supports_block_expectations?(); end end module RSpec::Matchers::DSL::DefaultImplementations end module RSpec::Matchers::DSL::Macros def chain(method_name, *attr_names, &definition); end def description(&definition); end def diffable(); end def failure_message(&definition); end def failure_message_when_negated(&definition); end def match(options=T.unsafe(nil), &match_block); end def match_unless_raises(expected_exception=T.unsafe(nil), &match_block); end def match_when_negated(options=T.unsafe(nil), &match_block); end def supports_block_expectations(); end RAISE_NOTIFIER = ::T.let(nil, ::T.untyped) end module RSpec::Matchers::DSL::Macros::Deprecated def failure_message_for_should(&definition); end def failure_message_for_should_not(&definition); end def match_for_should(&definition); end def match_for_should_not(&definition); end end module RSpec::Matchers::DSL::Macros::Deprecated end module RSpec::Matchers::DSL::Macros end class RSpec::Matchers::DSL::Matcher include ::RSpec::Matchers::DSL::DefaultImplementations include ::RSpec::Matchers::BuiltIn::BaseMatcher::DefaultFailureMessages include ::RSpec::Matchers include ::RSpec::Matchers::Composable def actual(); end def block_arg(); end def expected(); end def expected_as_array(); end def initialize(name, declarations, matcher_execution_context, *expected, &block_arg); end def name(); end def rescued_exception(); end end class RSpec::Matchers::DSL::Matcher extend ::RSpec::Matchers::DSL::Macros extend ::RSpec::Matchers::DSL::Macros::Deprecated end module RSpec::Matchers::DSL end module RSpec::Matchers::EnglishPhrasing end module RSpec::Matchers::EnglishPhrasing def self.list(obj); end def self.split_words(sym); end end class RSpec::Matchers::ExpectedsForMultipleDiffs def initialize(expected_list); end def message_with_diff(message, differ, actual); end DEFAULT_DIFF_LABEL = ::T.let(nil, ::T.untyped) DESCRIPTION_MAX_LENGTH = ::T.let(nil, ::T.untyped) end class RSpec::Matchers::ExpectedsForMultipleDiffs def self.for_many_matchers(matchers); end def self.from(expected); end end class RSpec::Matchers::MatcherDelegator include ::RSpec::Matchers::Composable def base_matcher(); end def initialize(base_matcher); end def method_missing(*args, &block); end end class RSpec::Matchers::MatcherDelegator end module RSpec::Matchers extend ::RSpec::Matchers::DSL def self.clear_generated_description(); end def self.generated_description(); end def self.last_description(); end def self.last_expectation_handler(); end def self.last_expectation_handler=(last_expectation_handler); end def self.last_matcher(); end def self.last_matcher=(last_matcher); end end module RSpec::Mocks DEFAULT_CALLBACK_INVOCATION_STRATEGY = ::T.let(nil, ::T.untyped) IGNORED_BACKTRACE_LINE = ::T.let(nil, ::T.untyped) end class RSpec::Mocks::AllowanceTarget def expression(); end def not_to(matcher, *_args); end def to(matcher, &block); end def to_not(matcher, *_args); end end class RSpec::Mocks::AllowanceTarget end class RSpec::Mocks::AndReturnImplementation def call(*_args_to_ignore, &_block); end def initialize(values_to_return); end end class RSpec::Mocks::AndReturnImplementation end class RSpec::Mocks::AndWrapOriginalImplementation def call(*args, &block); end def initial_action=(_value); end def initialize(method, block); end def inner_action(); end def inner_action=(_value); end def present?(); end def terminal_action=(_value); end end class RSpec::Mocks::AndWrapOriginalImplementation::CannotModifyFurtherError end class RSpec::Mocks::AndWrapOriginalImplementation::CannotModifyFurtherError end class RSpec::Mocks::AndWrapOriginalImplementation end class RSpec::Mocks::AndYieldImplementation def call(*_args_to_ignore, &block); end def initialize(args_to_yield, eval_context, error_generator); end end class RSpec::Mocks::AndYieldImplementation end module RSpec::Mocks::AnyInstance end class RSpec::Mocks::AnyInstance::Chain include ::RSpec::Mocks::AnyInstance::Chain::Customizations def constrained_to_any_of?(*constraints); end def expectation_fulfilled!(); end def initialize(recorder, *args, &block); end def matches_args?(*args); end def never(); end def playback!(instance); end end module RSpec::Mocks::AnyInstance::Chain::Customizations def and_call_original(*args, &block); end def and_raise(*args, &block); end def and_return(*args, &block); end def and_throw(*args, &block); end def and_wrap_original(*args, &block); end def and_yield(*args, &block); end def at_least(*args, &block); end def at_most(*args, &block); end def exactly(*args, &block); end def never(*args, &block); end def once(*args, &block); end def thrice(*args, &block); end def time(*args, &block); end def times(*args, &block); end def twice(*args, &block); end def with(*args, &block); end end module RSpec::Mocks::AnyInstance::Chain::Customizations def self.record(method_name); end end class RSpec::Mocks::AnyInstance::Chain end class RSpec::Mocks::AnyInstance::ErrorGenerator def raise_does_not_implement_error(klass, method_name); end def raise_message_already_received_by_other_instance_error(method_name, object_inspect, invoked_instance); end def raise_not_supported_with_prepend_error(method_name, problem_mod); end def raise_second_instance_received_message_error(unfulfilled_expectations); end end class RSpec::Mocks::AnyInstance::ErrorGenerator end class RSpec::Mocks::AnyInstance::ExpectChainChain def initialize(*args); end end class RSpec::Mocks::AnyInstance::ExpectChainChain end class RSpec::Mocks::AnyInstance::ExpectationChain def expectation_fulfilled?(); end def initialize(*args, &block); end end class RSpec::Mocks::AnyInstance::ExpectationChain end class RSpec::Mocks::AnyInstance::FluentInterfaceProxy def initialize(targets); end def method_missing(*args, &block); end end class RSpec::Mocks::AnyInstance::FluentInterfaceProxy end class RSpec::Mocks::AnyInstance::MessageChains def [](method_name); end def add(method_name, chain); end def all_expectations_fulfilled?(); end def each_unfulfilled_expectation_matching(method_name, *args); end def has_expectation?(method_name); end def playback!(instance, method_name); end def received_expected_message!(method_name); end def remove_stub_chains_for!(method_name); end def unfulfilled_expectations(); end end class RSpec::Mocks::AnyInstance::MessageChains end class RSpec::Mocks::AnyInstance::PositiveExpectationChain ExpectationInvocationOrder = ::T.let(nil, ::T.untyped) end class RSpec::Mocks::AnyInstance::PositiveExpectationChain end class RSpec::Mocks::AnyInstance::Proxy def expect_chain(*chain, &block); end def initialize(recorder, target_proxies); end def klass(); end def should_not_receive(method_name, &block); end def should_receive(method_name, &block); end def stub(method_name_or_method_map, &block); end def stub_chain(*chain, &block); end def unstub(method_name); end end class RSpec::Mocks::AnyInstance::Proxy end class RSpec::Mocks::AnyInstance::Recorder def already_observing?(method_name); end def build_alias_method_name(method_name); end def expect_chain(*method_names_and_optional_return_values, &block); end def initialize(klass); end def instance_that_received(method_name); end def klass(); end def message_chains(); end def notify_received_message(_object, message, args, _blk); end def playback!(instance, method_name); end def should_not_receive(method_name, &block); end def should_receive(method_name, &block); end def stop_all_observation!(); end def stop_observing!(method_name); end def stub(method_name, &block); end def stub_chain(*method_names_and_optional_return_values, &block); end def stubs(); end def unstub(method_name); end def verify(); end end class RSpec::Mocks::AnyInstance::Recorder end class RSpec::Mocks::AnyInstance::StubChain def expectation_fulfilled?(); end EmptyInvocationOrder = ::T.let(nil, ::T.untyped) InvocationOrder = ::T.let(nil, ::T.untyped) end class RSpec::Mocks::AnyInstance::StubChain end class RSpec::Mocks::AnyInstance::StubChainChain def initialize(*args); end end class RSpec::Mocks::AnyInstance::StubChainChain end module RSpec::Mocks::AnyInstance def self.error_generator(); end end class RSpec::Mocks::AnyInstanceAllowanceTarget def expression(); end def not_to(matcher, *_args); end def to(matcher, &block); end def to_not(matcher, *_args); end end class RSpec::Mocks::AnyInstanceAllowanceTarget end class RSpec::Mocks::AnyInstanceExpectationTarget def expression(); end def not_to(matcher, &block); end def to(matcher, &block); end def to_not(matcher, &block); end end class RSpec::Mocks::AnyInstanceExpectationTarget end class RSpec::Mocks::ArgumentListMatcher def args_match?(*args); end def expected_args(); end def initialize(*expected_args); end def resolve_expected_args_based_on(actual_args); end MATCH_ALL = ::T.let(nil, ::T.untyped) end class RSpec::Mocks::ArgumentListMatcher end module RSpec::Mocks::ArgumentMatchers def a_kind_of(klass); end def an_instance_of(klass); end def any_args(); end def anything(); end def array_including(*args); end def boolean(); end def duck_type(*args); end def hash_excluding(*args); end def hash_including(*args); end def hash_not_including(*args); end def instance_of(klass); end def kind_of(klass); end def no_args(); end end module RSpec::Mocks::ArgumentMatchers def self.anythingize_lonely_keys(*args); end end class RSpec::Mocks::CallbackInvocationStrategy def call(doubled_module); end end class RSpec::Mocks::CallbackInvocationStrategy end class RSpec::Mocks::CannotSupportArgMutationsError end class RSpec::Mocks::CannotSupportArgMutationsError end class RSpec::Mocks::ClassNewMethodReference end class RSpec::Mocks::ClassNewMethodReference def self.applies_to?(method_name); end end class RSpec::Mocks::ClassVerifyingDouble include ::RSpec::Mocks::ObjectVerifyingDoubleMethods include ::RSpec::Mocks::TestDouble include ::RSpec::Mocks::VerifyingDouble end class RSpec::Mocks::ClassVerifyingDouble end class RSpec::Mocks::Configuration def add_stub_and_should_receive_to(*modules); end def allow_message_expectations_on_nil(); end def allow_message_expectations_on_nil=(allow_message_expectations_on_nil); end def before_verifying_doubles(&block); end def color?(); end def patch_marshal_to_support_partial_doubles=(val); end def reset_syntaxes_to_default(); end def syntax(); end def syntax=(*values); end def temporarily_suppress_partial_double_verification(); end def temporarily_suppress_partial_double_verification=(temporarily_suppress_partial_double_verification); end def transfer_nested_constants=(transfer_nested_constants); end def transfer_nested_constants?(); end def verify_doubled_constant_names=(verify_doubled_constant_names); end def verify_doubled_constant_names?(); end def verify_partial_doubles=(val); end def verify_partial_doubles?(); end def verifying_double_callbacks(); end def when_declaring_verifying_double(&block); end def yield_receiver_to_any_instance_implementation_blocks=(yield_receiver_to_any_instance_implementation_blocks); end def yield_receiver_to_any_instance_implementation_blocks?(); end end class RSpec::Mocks::Configuration end class RSpec::Mocks::Constant def hidden=(hidden); end def hidden?(); end def initialize(name); end def mutated?(); end def name(); end def original_value(); end def original_value=(original_value); end def previously_defined=(previously_defined); end def previously_defined?(); end def stubbed=(stubbed); end def stubbed?(); end def valid_name=(valid_name); end def valid_name?(); end end class RSpec::Mocks::Constant extend ::RSpec::Support::RecursiveConstMethods def self.original(name); end def self.unmutated(name); end end class RSpec::Mocks::ConstantMutator end class RSpec::Mocks::ConstantMutator::BaseMutator include ::RSpec::Support::RecursiveConstMethods def full_constant_name(); end def idempotently_reset(); end def initialize(full_constant_name, mutated_value, transfer_nested_constants); end def original_value(); end def to_constant(); end end class RSpec::Mocks::ConstantMutator::BaseMutator end class RSpec::Mocks::ConstantMutator::ConstantHider def mutate(); end def reset(); end end class RSpec::Mocks::ConstantMutator::ConstantHider end class RSpec::Mocks::ConstantMutator::DefinedConstantReplacer def initialize(*args); end def mutate(); end def reset(); end def should_transfer_nested_constants?(); end def transfer_nested_constants(); end def verify_constants_to_transfer!(); end end class RSpec::Mocks::ConstantMutator::DefinedConstantReplacer end class RSpec::Mocks::ConstantMutator::UndefinedConstantSetter def mutate(); end def reset(); end end class RSpec::Mocks::ConstantMutator::UndefinedConstantSetter end class RSpec::Mocks::ConstantMutator extend ::RSpec::Support::RecursiveConstMethods def self.hide(constant_name); end def self.mutate(mutator); end def self.raise_on_invalid_const(); end def self.stub(constant_name, value, options=T.unsafe(nil)); end end class RSpec::Mocks::DirectObjectReference def const_to_replace(); end def defined?(); end def description(); end def initialize(object); end def target(); end def when_loaded(); end end class RSpec::Mocks::DirectObjectReference end class RSpec::Mocks::Double include ::RSpec::Mocks::TestDouble end class RSpec::Mocks::Double end class RSpec::Mocks::ErrorGenerator def default_error_message(expectation, expected_args, actual_args); end def describe_expectation(verb, message, expected_received_count, _actual_received_count, args); end def expectation_on_nil_message(method_name); end def initialize(target=T.unsafe(nil)); end def intro(unwrapped=T.unsafe(nil)); end def method_call_args_description(args, generic_prefix=T.unsafe(nil), matcher_prefix=T.unsafe(nil)); end def opts(); end def opts=(opts); end def raise_already_invoked_error(message, calling_customization); end def raise_cant_constrain_count_for_negated_have_received_error(count_constraint); end def raise_double_negation_error(wrapped_expression); end def raise_expectation_error(message, expected_received_count, argument_list_matcher, actual_received_count, expectation_count_type, args, backtrace_line=T.unsafe(nil), source_id=T.unsafe(nil)); end def raise_expectation_on_mocked_method(method); end def raise_expectation_on_nil_error(method_name); end def raise_expectation_on_unstubbed_method(method); end def raise_expired_test_double_error(); end def raise_have_received_disallowed(type, reason); end def raise_invalid_arguments_error(verifier); end def raise_method_not_stubbed_error(method_name); end def raise_missing_block_error(args_to_yield); end def raise_missing_default_stub_error(expectation, args_for_multiple_calls); end def raise_non_public_error(method_name, visibility); end def raise_only_valid_on_a_partial_double(method); end def raise_out_of_order_error(message); end def raise_similar_message_args_error(expectation, args_for_multiple_calls, backtrace_line=T.unsafe(nil)); end def raise_unexpected_message_args_error(expectation, args_for_multiple_calls, source_id=T.unsafe(nil)); end def raise_unexpected_message_error(message, args); end def raise_unimplemented_error(doubled_module, method_name, object); end def raise_verifying_double_not_defined_error(ref); end def raise_wrong_arity_error(args_to_yield, signature); end end class RSpec::Mocks::ErrorGenerator end module RSpec::Mocks::ExampleMethods include ::RSpec::Mocks::ArgumentMatchers def allow(target); end def allow_any_instance_of(klass); end def allow_message_expectations_on_nil(); end def class_double(doubled_class, *args); end def class_spy(*args); end def double(*args); end def expect_any_instance_of(klass); end def have_received(method_name, &block); end def hide_const(constant_name); end def instance_double(doubled_class, *args); end def instance_spy(*args); end def object_double(object_or_name, *args); end def object_spy(*args); end def receive(method_name, &block); end def receive_message_chain(*messages, &block); end def receive_messages(message_return_value_hash); end def spy(*args); end def stub_const(constant_name, value, options=T.unsafe(nil)); end def without_partial_double_verification(); end end module RSpec::Mocks::ExampleMethods::ExpectHost def expect(target); end end module RSpec::Mocks::ExampleMethods::ExpectHost end module RSpec::Mocks::ExampleMethods def self.declare_double(type, *args); end def self.declare_verifying_double(type, ref, *args); end def self.extended(object); end def self.included(klass); end end class RSpec::Mocks::ExpectationTarget include ::RSpec::Mocks::ExpectationTargetMethods end class RSpec::Mocks::ExpectationTarget end module RSpec::Mocks::ExpectationTargetMethods include ::RSpec::Mocks::TargetDelegationInstanceMethods def expression(); end def not_to(matcher, &block); end def to(matcher, &block); end def to_not(matcher, &block); end end module RSpec::Mocks::ExpectationTargetMethods extend ::RSpec::Mocks::TargetDelegationClassMethods end class RSpec::Mocks::ExpiredTestDoubleError end class RSpec::Mocks::ExpiredTestDoubleError end class RSpec::Mocks::Implementation def call(*args, &block); end def initial_action(); end def initial_action=(initial_action); end def inner_action(); end def inner_action=(inner_action); end def present?(); end def terminal_action(); end def terminal_action=(terminal_action); end end class RSpec::Mocks::Implementation end class RSpec::Mocks::InstanceMethodReference end class RSpec::Mocks::InstanceMethodReference end class RSpec::Mocks::InstanceMethodStasher def handle_restoration_failures(); end def initialize(object, method); end def method_is_stashed?(); end def original_method(); end def restore(); end def stash(); end end class RSpec::Mocks::InstanceMethodStasher end class RSpec::Mocks::InstanceVerifyingDouble include ::RSpec::Mocks::TestDouble include ::RSpec::Mocks::VerifyingDouble end class RSpec::Mocks::InstanceVerifyingDouble end class RSpec::Mocks::Matchers::ExpectationCustomization def block(); end def block=(block); end def initialize(method_name, args, block); end def playback_onto(expectation); end end class RSpec::Mocks::Matchers::ExpectationCustomization end class RSpec::Mocks::Matchers::HaveReceived ARGS_CONSTRAINTS = ::T.let(nil, ::T.untyped) CONSTRAINTS = ::T.let(nil, ::T.untyped) COUNT_CONSTRAINTS = ::T.let(nil, ::T.untyped) end class RSpec::Mocks::MessageExpectation include ::RSpec::Mocks::MessageExpectation::ImplementationDetails def and_call_original(); end def and_raise(*args); end def and_return(first_value, *values); end def and_throw(*args); end def and_wrap_original(&block); end def and_yield(*args, &block); end def at_least(n, &block); end def at_most(n, &block); end def exactly(n, &block); end def never(); end def once(&block); end def ordered(&block); end def thrice(&block); end def time(&block); end def times(&block); end def twice(&block); end def with(*args, &block); end end module RSpec::Mocks::MessageExpectation::ImplementationDetails def actual_received_count_matters?(); end def additional_expected_calls(); end def advise(*args); end def and_yield_receiver_to_implementation(); end def argument_list_matcher=(argument_list_matcher); end def called_max_times?(); end def description_for(verb); end def ensure_expected_ordering_received!(); end def error_generator(); end def error_generator=(error_generator); end def expectation_count_type(); end def expected_args(); end def expected_from=(expected_from); end def expected_messages_received?(); end def expected_received_count=(expected_received_count); end def generate_error(); end def ignoring_args?(); end def implementation(); end def implementation=(implementation); end def increase_actual_received_count!(); end def initialize(error_generator, expectation_ordering, expected_from, method_double, type=T.unsafe(nil), opts=T.unsafe(nil), &implementation_block); end def invoke(parent_stub, *args, &block); end def invoke_without_incrementing_received_count(parent_stub, *args, &block); end def matches?(message, *args); end def matches_at_least_count?(); end def matches_at_most_count?(); end def matches_exact_count?(); end def matches_name_but_not_args(message, *args); end def message(); end def negative?(); end def negative_expectation_for?(message); end def ordered?(); end def orig_object(); end def raise_out_of_order_error(); end def raise_unexpected_message_args_error(args_for_multiple_calls); end def safe_invoke(parent_stub, *args, &block); end def similar_messages(); end def type(); end def unadvise(args); end def verify_messages_received(); end def yield_receiver_to_implementation_block?(); end end module RSpec::Mocks::MessageExpectation::ImplementationDetails end class RSpec::Mocks::MessageExpectation end class RSpec::Mocks::MethodDouble def add_default_stub(*args, &implementation); end def add_expectation(error_generator, expectation_ordering, expected_from, opts, &implementation); end def add_simple_expectation(method_name, response, error_generator, backtrace_line); end def add_simple_stub(method_name, response); end def add_stub(error_generator, expectation_ordering, expected_from, opts=T.unsafe(nil), &implementation); end def build_expectation(error_generator, expectation_ordering); end def clear(); end def configure_method(); end def define_proxy_method(); end def expectations(); end def initialize(object, method_name, proxy); end def message_expectation_class(); end def method_name(); end def method_stasher(); end def object(); end def object_singleton_class(); end def original_implementation_callable(); end def original_method(); end def proxy_method_invoked(_obj, *args, &block); end def raise_method_not_stubbed_error(); end def remove_stub(); end def remove_stub_if_present(); end def reset(); end def restore_original_method(); end def restore_original_visibility(); end def save_original_implementation_callable!(); end def setup_simple_method_double(method_name, response, collection, error_generator=T.unsafe(nil), backtrace_line=T.unsafe(nil)); end def show_frozen_warning(); end def stubs(); end def verify(); end def visibility(); end end class RSpec::Mocks::MethodDouble::RSpecPrependedModule end class RSpec::Mocks::MethodDouble::RSpecPrependedModule end class RSpec::Mocks::MethodDouble end class RSpec::Mocks::MethodReference def defined?(); end def implemented?(); end def initialize(object_reference, method_name); end def unimplemented?(); end def visibility(); end def with_signature(); end end class RSpec::Mocks::MethodReference def self.for(object_reference, method_name); end def self.instance_method_visibility_for(klass, method_name); end def self.method_defined_at_any_visibility?(klass, method_name); end def self.method_visibility_for(object, method_name); end end class RSpec::Mocks::MockExpectationAlreadyInvokedError end class RSpec::Mocks::MockExpectationAlreadyInvokedError end class RSpec::Mocks::MockExpectationError end class RSpec::Mocks::MockExpectationError end class RSpec::Mocks::NamedObjectReference def const_to_replace(); end def defined?(); end def description(); end def initialize(const_name); end def target(); end def when_loaded(); end end class RSpec::Mocks::NamedObjectReference end class RSpec::Mocks::NegationUnsupportedError end class RSpec::Mocks::NegationUnsupportedError end class RSpec::Mocks::NestedSpace def initialize(parent); end end class RSpec::Mocks::NestedSpace end class RSpec::Mocks::NoCallbackInvocationStrategy def call(_doubled_module); end end class RSpec::Mocks::NoCallbackInvocationStrategy end class RSpec::Mocks::ObjectMethodReference end class RSpec::Mocks::ObjectMethodReference end class RSpec::Mocks::ObjectReference MODULE_NAME_METHOD = ::T.let(nil, ::T.untyped) end class RSpec::Mocks::ObjectReference def self.for(object_module_or_name, allow_direct_object_refs=T.unsafe(nil)); end end class RSpec::Mocks::ObjectVerifyingDouble include ::RSpec::Mocks::ObjectVerifyingDoubleMethods include ::RSpec::Mocks::TestDouble include ::RSpec::Mocks::VerifyingDouble end class RSpec::Mocks::ObjectVerifyingDouble end module RSpec::Mocks::ObjectVerifyingDoubleMethods include ::RSpec::Mocks::TestDouble include ::RSpec::Mocks::VerifyingDouble def as_stubbed_const(options=T.unsafe(nil)); end end module RSpec::Mocks::ObjectVerifyingDoubleMethods end class RSpec::Mocks::OrderGroup def clear(); end def consume(); end def empty?(); end def handle_order_constraint(expectation); end def invoked(message); end def ready_for?(expectation); end def register(expectation); end def verify_invocation_order(expectation); end end class RSpec::Mocks::OrderGroup end class RSpec::Mocks::OutsideOfExampleError end class RSpec::Mocks::OutsideOfExampleError end class RSpec::Mocks::PartialClassDoubleProxy include ::RSpec::Mocks::PartialClassDoubleProxyMethods end class RSpec::Mocks::PartialClassDoubleProxy end module RSpec::Mocks::PartialClassDoubleProxyMethods def initialize(source_space, *args); end def method_double_from_ancestor_for(message); end def original_method_handle_for(message); end def original_unbound_method_handle_from_ancestor_for(message); end def superclass_proxy(); end end module RSpec::Mocks::PartialClassDoubleProxyMethods end class RSpec::Mocks::PartialDoubleProxy def original_method_handle_for(message); end def visibility_for(method_name); end end class RSpec::Mocks::PartialDoubleProxy end class RSpec::Mocks::Proxy def add_message_expectation(method_name, opts=T.unsafe(nil), &block); end def add_simple_expectation(method_name, response, location); end def add_simple_stub(method_name, response); end def add_stub(method_name, opts=T.unsafe(nil), &implementation); end def as_null_object(); end def build_expectation(method_name); end def check_for_unexpected_arguments(expectation); end def ensure_implemented(*_args); end def has_negative_expectation?(message); end def initialize(object, order_group, options=T.unsafe(nil)); end def message_received(message, *args, &block); end def messages_arg_list(); end def method_double_if_exists_for_message(message); end def null_object?(); end def object(); end def original_method_handle_for(_message); end def prepended_modules_of_singleton_class(); end def raise_missing_default_stub_error(expectation, args_for_multiple_calls); end def raise_unexpected_message_error(method_name, args); end def received_message?(method_name, *args, &block); end def record_message_received(message, *args, &block); end def remove_stub(method_name); end def remove_stub_if_present(method_name); end def replay_received_message_on(expectation, &block); end def reset(); end def verify(); end def visibility_for(_method_name); end DEFAULT_MESSAGE_EXPECTATION_OPTS = ::T.let(nil, ::T.untyped) end class RSpec::Mocks::Proxy::SpecificMessage def ==(expectation); end def args(); end def args=(_); end def message(); end def message=(_); end def object(); end def object=(_); end end class RSpec::Mocks::Proxy::SpecificMessage def self.[](*_); end def self.members(); end end class RSpec::Mocks::Proxy def self.prepended_modules_of(klass); end end class RSpec::Mocks::ProxyForNil def disallow_expectations(); end def disallow_expectations=(disallow_expectations); end def initialize(order_group); end def warn_about_expectations(); end def warn_about_expectations=(warn_about_expectations); end end class RSpec::Mocks::ProxyForNil end class RSpec::Mocks::RootSpace def any_instance_proxy_for(*_args); end def any_instance_recorder_for(*_args); end def any_instance_recorders_from_ancestry_of(_object); end def new_scope(); end def proxy_for(*_args); end def register_constant_mutator(_mutator); end def registered?(_object); end def reset_all(); end def superclass_proxy_for(*_args); end def verify_all(); end end class RSpec::Mocks::RootSpace end class RSpec::Mocks::SimpleMessageExpectation def called_max_times?(); end def initialize(message, response, error_generator, backtrace_line=T.unsafe(nil)); end def invoke(*_); end def matches?(message, *_); end def unadvise(_); end def verify_messages_received(); end end class RSpec::Mocks::SimpleMessageExpectation end class RSpec::Mocks::Space def any_instance_mutex(); end def any_instance_proxy_for(klass); end def any_instance_recorder_for(klass, only_return_existing=T.unsafe(nil)); end def any_instance_recorders(); end def any_instance_recorders_from_ancestry_of(object); end def constant_mutator_for(name); end def ensure_registered(object); end def new_scope(); end def proxies(); end def proxies_of(klass); end def proxy_for(object); end def proxy_mutex(); end def register_constant_mutator(mutator); end def registered?(object); end def reset_all(); end def superclass_proxy_for(klass); end def verify_all(); end end class RSpec::Mocks::Space end module RSpec::Mocks::Syntax end module RSpec::Mocks::Syntax def self.default_should_syntax_host(); end def self.disable_expect(syntax_host=T.unsafe(nil)); end def self.disable_should(syntax_host=T.unsafe(nil)); end def self.enable_expect(syntax_host=T.unsafe(nil)); end def self.enable_should(syntax_host=T.unsafe(nil)); end def self.expect_enabled?(syntax_host=T.unsafe(nil)); end def self.should_enabled?(syntax_host=T.unsafe(nil)); end def self.warn_about_should!(); end def self.warn_unless_should_configured(method_name, replacement=T.unsafe(nil)); end end class RSpec::Mocks::TargetBase include ::RSpec::Mocks::TargetDelegationInstanceMethods def initialize(target); end end class RSpec::Mocks::TargetBase extend ::RSpec::Mocks::TargetDelegationClassMethods end module RSpec::Mocks::TargetDelegationClassMethods def delegate_not_to(matcher_method, options=T.unsafe(nil)); end def delegate_to(matcher_method); end def disallow_negation(method_name); end end module RSpec::Mocks::TargetDelegationClassMethods end module RSpec::Mocks::TargetDelegationInstanceMethods def target(); end end module RSpec::Mocks::TargetDelegationInstanceMethods end module RSpec::Mocks::TestDouble def ==(other); end def __build_mock_proxy_unless_expired(order_group); end def __disallow_further_usage!(); end def as_null_object(); end def freeze(); end def initialize(name=T.unsafe(nil), stubs=T.unsafe(nil)); end def inspect(); end def null_object?(); end def respond_to?(message, incl_private=T.unsafe(nil)); end def to_s(); end end module RSpec::Mocks::TestDouble end module RSpec::Mocks::TestDoubleFormatter end module RSpec::Mocks::TestDoubleFormatter def self.format(dbl, unwrap=T.unsafe(nil)); end end class RSpec::Mocks::TestDoubleProxy end class RSpec::Mocks::TestDoubleProxy end class RSpec::Mocks::UnsupportedMatcherError end class RSpec::Mocks::UnsupportedMatcherError end module RSpec::Mocks::VerifyingDouble def __send__(name, *args, &block); end def initialize(doubled_module, *args); end def method_missing(message, *args, &block); end def respond_to?(message, include_private=T.unsafe(nil)); end def send(name, *args, &block); end end module RSpec::Mocks::VerifyingDouble::SilentIO end module RSpec::Mocks::VerifyingDouble::SilentIO end module RSpec::Mocks::VerifyingDouble end class RSpec::Mocks::VerifyingDoubleNotDefinedError end class RSpec::Mocks::VerifyingDoubleNotDefinedError end class RSpec::Mocks::VerifyingExistingClassNewMethodDouble end class RSpec::Mocks::VerifyingExistingClassNewMethodDouble end class RSpec::Mocks::VerifyingExistingMethodDouble def initialize(object, method_name, proxy); end def unimplemented?(); end def with_signature(); end end class RSpec::Mocks::VerifyingExistingMethodDouble def self.for(object, method_name, proxy); end end class RSpec::Mocks::VerifyingMessageExpectation def initialize(*args); end def method_reference(); end def method_reference=(method_reference); end end class RSpec::Mocks::VerifyingMessageExpectation end class RSpec::Mocks::VerifyingMethodDouble def add_expectation(*args, &block); end def add_stub(*args, &block); end def initialize(object, method_name, proxy, method_reference); end def proxy_method_invoked(obj, *args, &block); end def validate_arguments!(actual_args); end end class RSpec::Mocks::VerifyingMethodDouble end class RSpec::Mocks::VerifyingPartialClassDoubleProxy include ::RSpec::Mocks::PartialClassDoubleProxyMethods end class RSpec::Mocks::VerifyingPartialClassDoubleProxy end class RSpec::Mocks::VerifyingPartialDoubleProxy include ::RSpec::Mocks::VerifyingProxyMethods def ensure_implemented(_method_name); end def initialize(object, expectation_ordering, optional_callback_invocation_strategy=T.unsafe(nil)); end def method_reference(); end end class RSpec::Mocks::VerifyingPartialDoubleProxy end class RSpec::Mocks::VerifyingProxy include ::RSpec::Mocks::VerifyingProxyMethods def initialize(object, order_group, doubled_module, method_reference_class); end def method_reference(); end def validate_arguments!(method_name, args); end def visibility_for(method_name); end end class RSpec::Mocks::VerifyingProxy end module RSpec::Mocks::VerifyingProxyMethods def add_message_expectation(method_name, opts=T.unsafe(nil), &block); end def add_simple_stub(method_name, *args); end def add_stub(method_name, opts=T.unsafe(nil), &implementation); end def ensure_implemented(method_name); end def ensure_publicly_implemented(method_name, _object); end end module RSpec::Mocks::VerifyingProxyMethods end module RSpec::Mocks::Version STRING = ::T.let(nil, ::T.untyped) end module RSpec::Mocks::Version end module RSpec::Mocks def self.configuration(); end def self.error_generator(); end end RSpec::SharedContext = RSpec::Core::SharedContext module RSpec::Support DEFAULT_FAILURE_NOTIFIER = ::T.let(nil, ::T.untyped) DEFAULT_WARNING_NOTIFIER = ::T.let(nil, ::T.untyped) KERNEL_METHOD_METHOD = ::T.let(nil, ::T.untyped) end module RSpec::Support::AllExceptionsExceptOnesWeMustNotRescue AVOID_RESCUING = ::T.let(nil, ::T.untyped) end class RSpec::Support::BlockSignature end class RSpec::Support::BlockSignature end class RSpec::Support::ComparableVersion include ::Comparable def initialize(string); end def segments(); end def string(); end end class RSpec::Support::ComparableVersion end class RSpec::Support::Differ def color?(); end def diff(actual, expected); end def diff_as_object(actual, expected); end def diff_as_string(actual, expected); end def initialize(opts=T.unsafe(nil)); end end class RSpec::Support::Differ end class RSpec::Support::DirectoryMaker end class RSpec::Support::DirectoryMaker def self.mkdir_p(path); end end class RSpec::Support::EncodedString def <<(string); end def ==(*args, &block); end def empty?(*args, &block); end def encoding(*args, &block); end def eql?(*args, &block); end def initialize(string, encoding=T.unsafe(nil)); end def lines(*args, &block); end def source_encoding(); end def split(regex_or_string); end def to_str(); end REPLACE = ::T.let(nil, ::T.untyped) US_ASCII = ::T.let(nil, ::T.untyped) UTF_8 = ::T.let(nil, ::T.untyped) end class RSpec::Support::EncodedString def self.pick_encoding(source_a, source_b); end end module RSpec::Support::FuzzyMatcher def self.values_match?(expected, actual); end end class RSpec::Support::LooseSignatureVerifier end class RSpec::Support::LooseSignatureVerifier::SignatureWithKeywordArgumentsMatcher def has_kw_args_in?(args); end def initialize(signature); end def invalid_kw_args_from(_kw_args); end def missing_kw_args_from(_kw_args); end def non_kw_args_arity_description(); end def valid_non_kw_args?(*args); end end class RSpec::Support::LooseSignatureVerifier::SignatureWithKeywordArgumentsMatcher end class RSpec::Support::LooseSignatureVerifier end class RSpec::Support::MethodSignature def arbitrary_kw_args?(); end def classify_arity(arity=T.unsafe(nil)); end def classify_parameters(); end def could_contain_kw_args?(args); end def description(); end def has_kw_args_in?(args); end def initialize(method); end def invalid_kw_args_from(given_kw_args); end def max_non_kw_args(); end def min_non_kw_args(); end def missing_kw_args_from(given_kw_args); end def non_kw_args_arity_description(); end def optional_kw_args(); end def required_kw_args(); end def unlimited_args?(); end def valid_non_kw_args?(positional_arg_count, optional_max_arg_count=T.unsafe(nil)); end INFINITY = ::T.let(nil, ::T.untyped) end class RSpec::Support::MethodSignature end class RSpec::Support::MethodSignatureExpectation def empty?(); end def expect_arbitrary_keywords(); end def expect_arbitrary_keywords=(expect_arbitrary_keywords); end def expect_unlimited_arguments(); end def expect_unlimited_arguments=(expect_unlimited_arguments); end def keywords(); end def keywords=(values); end def max_count(); end def max_count=(number); end def min_count(); end def min_count=(number); end end class RSpec::Support::MethodSignatureExpectation end class RSpec::Support::MethodSignatureVerifier def error_message(); end def initialize(signature, args=T.unsafe(nil)); end def kw_args(); end def max_non_kw_args(); end def min_non_kw_args(); end def non_kw_args(); end def valid?(); end def with_expectation(expectation); end end class RSpec::Support::MethodSignatureVerifier end class RSpec::Support::Mutex NEW_MUTEX_METHOD = ::T.let(nil, ::T.untyped) end class RSpec::Support::Mutex def self.new(); end end module RSpec::Support::OS end module RSpec::Support::OS def self.windows?(); end def self.windows_file_path?(); end end class RSpec::Support::ObjectFormatter def format(object); end def initialize(max_formatted_output_length=T.unsafe(nil)); end def max_formatted_output_length(); end def max_formatted_output_length=(max_formatted_output_length); end def prepare_array(array); end def prepare_element(element); end def prepare_for_inspection(object); end def prepare_hash(input_hash); end def recursive_structure?(object); end def sort_hash_keys(input_hash); end def with_entering_structure(structure); end ELLIPSIS = ::T.let(nil, ::T.untyped) INSPECTOR_CLASSES = ::T.let(nil, ::T.untyped) end class RSpec::Support::ObjectFormatter::BaseInspector def formatter(); end def formatter=(_); end def object(); end def object=(_); end def pretty_print(pp); end end class RSpec::Support::ObjectFormatter::BaseInspector def self.[](*_); end def self.can_inspect?(_object); end def self.members(); end end class RSpec::Support::ObjectFormatter::BigDecimalInspector end class RSpec::Support::ObjectFormatter::BigDecimalInspector def self.can_inspect?(object); end end class RSpec::Support::ObjectFormatter::DateTimeInspector FORMAT = ::T.let(nil, ::T.untyped) end class RSpec::Support::ObjectFormatter::DateTimeInspector def self.can_inspect?(object); end end class RSpec::Support::ObjectFormatter::DelegatorInspector end class RSpec::Support::ObjectFormatter::DelegatorInspector def self.can_inspect?(object); end end class RSpec::Support::ObjectFormatter::DescribableMatcherInspector end class RSpec::Support::ObjectFormatter::DescribableMatcherInspector def self.can_inspect?(object); end end class RSpec::Support::ObjectFormatter::InspectableItem def pretty_print(pp); end def text(); end def text=(_); end end class RSpec::Support::ObjectFormatter::InspectableItem def self.[](*_); end def self.members(); end end class RSpec::Support::ObjectFormatter::InspectableObjectInspector end class RSpec::Support::ObjectFormatter::InspectableObjectInspector def self.can_inspect?(object); end end class RSpec::Support::ObjectFormatter::TimeInspector FORMAT = ::T.let(nil, ::T.untyped) end class RSpec::Support::ObjectFormatter::TimeInspector def self.can_inspect?(object); end end class RSpec::Support::ObjectFormatter::UninspectableObjectInspector def klass(); end def native_object_id(); end OBJECT_ID_FORMAT = ::T.let(nil, ::T.untyped) end class RSpec::Support::ObjectFormatter::UninspectableObjectInspector def self.can_inspect?(object); end end class RSpec::Support::ObjectFormatter def self.default_instance(); end def self.format(object); end def self.prepare_for_inspection(object); end end module RSpec::Support::RecursiveConstMethods def const_defined_on?(mod, const_name); end def constants_defined_on(mod); end def get_const_defined_on(mod, const_name); end def normalize_const_name(const_name); end def recursive_const_defined?(const_name); end def recursive_const_get(const_name); end end module RSpec::Support::RecursiveConstMethods end class RSpec::Support::ReentrantMutex def synchronize(); end end class RSpec::Support::ReentrantMutex end module RSpec::Support::Ruby end module RSpec::Support::Ruby def self.jruby?(); end def self.jruby_9000?(); end def self.jruby_version(); end def self.mri?(); end def self.non_mri?(); end def self.rbx?(); end def self.truffleruby?(); end end module RSpec::Support::RubyFeatures end module RSpec::Support::RubyFeatures def self.caller_locations_supported?(); end def self.fork_supported?(); end def self.kw_args_supported?(); end def self.module_prepends_supported?(); end def self.module_refinement_supported?(); end def self.optional_and_splat_args_supported?(); end def self.required_kw_args_supported?(); end def self.ripper_supported?(); end def self.supports_exception_cause?(); end def self.supports_rebinding_module_methods?(); end def self.supports_taint?(); end end RSpec::Support::StrictSignatureVerifier = RSpec::Support::MethodSignatureVerifier module RSpec::Support::Version STRING = ::T.let(nil, ::T.untyped) end module RSpec::Support::Version end module RSpec::Support::WithKeywordsWhenNeeded end module RSpec::Support::WithKeywordsWhenNeeded def self.class_exec(klass, *args, &block); end end module RSpec::Support def self.deregister_matcher_definition(&block); end def self.is_a_matcher?(object); end def self.matcher_definitions(); end def self.register_matcher_definition(&block); end def self.rspec_description_for_object(object); end end module RSpec::Version STRING = ::T.let(nil, ::T.untyped) end module RSpec extend ::RSpec::Core::Warnings def self.context(*args, &example_group_block); end def self.describe(*args, &example_group_block); end def self.example_group(*args, &example_group_block); end def self.fcontext(*args, &example_group_block); end def self.fdescribe(*args, &example_group_block); end def self.shared_context(name, *args, &block); end def self.shared_examples(name, *args, &block); end def self.shared_examples_for(name, *args, &block); end def self.xcontext(*args, &example_group_block); end def self.xdescribe(*args, &example_group_block); end end module Racc Racc_No_Extensions = ::T.let(nil, ::T.untyped) end class Racc::CparseParams end class Racc::CparseParams end class Racc::Parser Racc_Main_Parsing_Routine = ::T.let(nil, ::T.untyped) Racc_Runtime_Core_Id_C = ::T.let(nil, ::T.untyped) Racc_Runtime_Core_Revision = ::T.let(nil, ::T.untyped) Racc_Runtime_Core_Revision_C = ::T.let(nil, ::T.untyped) Racc_Runtime_Core_Revision_R = ::T.let(nil, ::T.untyped) Racc_Runtime_Core_Version = ::T.let(nil, ::T.untyped) Racc_Runtime_Core_Version_C = ::T.let(nil, ::T.untyped) Racc_Runtime_Core_Version_R = ::T.let(nil, ::T.untyped) Racc_Runtime_Revision = ::T.let(nil, ::T.untyped) Racc_Runtime_Type = ::T.let(nil, ::T.untyped) Racc_Runtime_Version = ::T.let(nil, ::T.untyped) Racc_YY_Parse_Method = ::T.let(nil, ::T.untyped) end module Rake EARLY = ::T.let(nil, ::T.untyped) EMPTY_TASK_ARGS = ::T.let(nil, ::T.untyped) LATE = ::T.let(nil, ::T.untyped) VERSION = ::T.let(nil, ::T.untyped) end module Rake::AltSystem WINDOWS = ::T.let(nil, ::T.untyped) end class Rake::Application DEFAULT_RAKEFILES = ::T.let(nil, ::T.untyped) FIXNUM_MAX = ::T.let(nil, ::T.untyped) end module Rake::Backtrace SUPPRESSED_PATHS = ::T.let(nil, ::T.untyped) SUPPRESSED_PATHS_RE = ::T.let(nil, ::T.untyped) SUPPRESS_PATTERN = ::T.let(nil, ::T.untyped) SYS_KEYS = ::T.let(nil, ::T.untyped) SYS_PATHS = ::T.let(nil, ::T.untyped) end module Rake::DSL include ::FileUtils::StreamUtils_ end class Rake::FileList ARRAY_METHODS = ::T.let(nil, ::T.untyped) DEFAULT_IGNORE_PATTERNS = ::T.let(nil, ::T.untyped) DEFAULT_IGNORE_PROCS = ::T.let(nil, ::T.untyped) DELEGATING_METHODS = ::T.let(nil, ::T.untyped) MUST_DEFINE = ::T.let(nil, ::T.untyped) MUST_NOT_DEFINE = ::T.let(nil, ::T.untyped) SPECIAL_RETURN = ::T.let(nil, ::T.untyped) end module Rake::FileUtilsExt include ::FileUtils::StreamUtils_ DEFAULT = ::T.let(nil, ::T.untyped) end module Rake::FileUtilsExt extend ::FileUtils::StreamUtils_ end class Rake::InvocationChain EMPTY = ::T.let(nil, ::T.untyped) end class Rake::LinkedList EMPTY = ::T.let(nil, ::T.untyped) end class Rake::Promise NOT_SET = ::T.let(nil, ::T.untyped) end class Rake::Scope EMPTY = ::T.let(nil, ::T.untyped) end module Rake::Version BUILD = ::T.let(nil, ::T.untyped) MAJOR = ::T.let(nil, ::T.untyped) MINOR = ::T.let(nil, ::T.untyped) NUMBERS = ::T.let(nil, ::T.untyped) OTHER = ::T.let(nil, ::T.untyped) end module Rake extend ::FileUtils::StreamUtils_ end RakeFileUtils = Rake::FileUtilsExt class Random def self.raw_seed(_); end end module RbConfig def self.expand(val, config=T.unsafe(nil)); end def self.ruby(); end end module Representable As = ::T.let(nil, ::T.untyped) AssignAs = ::T.let(nil, ::T.untyped) AssignFragment = ::T.let(nil, ::T.untyped) AssignName = ::T.let(nil, ::T.untyped) Decorate = ::T.let(nil, ::T.untyped) Default = ::T.let(nil, ::T.untyped) Deserialize = ::T.let(nil, ::T.untyped) Deserializer = ::T.let(nil, ::T.untyped) FindOrInstantiate = ::T.let(nil, ::T.untyped) GetValue = ::T.let(nil, ::T.untyped) Getter = ::T.let(nil, ::T.untyped) If = ::T.let(nil, ::T.untyped) OptionsForNested = ::T.let(nil, ::T.untyped) OverwriteOnNil = ::T.let(nil, ::T.untyped) ParseFilter = ::T.let(nil, ::T.untyped) Prepare = ::T.let(nil, ::T.untyped) ReadFragment = ::T.let(nil, ::T.untyped) Reader = ::T.let(nil, ::T.untyped) RenderDefault = ::T.let(nil, ::T.untyped) RenderFilter = ::T.let(nil, ::T.untyped) Serialize = ::T.let(nil, ::T.untyped) Serializer = ::T.let(nil, ::T.untyped) SetValue = ::T.let(nil, ::T.untyped) Setter = ::T.let(nil, ::T.untyped) SkipParse = ::T.let(nil, ::T.untyped) SkipRender = ::T.let(nil, ::T.untyped) Stop = ::T.let(nil, ::T.untyped) StopOnExcluded = ::T.let(nil, ::T.untyped) StopOnNil = ::T.let(nil, ::T.untyped) StopOnNotFound = ::T.let(nil, ::T.untyped) StopOnSkipable = ::T.let(nil, ::T.untyped) WriteFragment = ::T.let(nil, ::T.untyped) Writer = ::T.let(nil, ::T.untyped) end module Representable::CreateObject Class = ::T.let(nil, ::T.untyped) Instance = ::T.let(nil, ::T.untyped) Populator = ::T.let(nil, ::T.untyped) end module Representable::Declarative NestedBuilder = ::T.let(nil, ::T.untyped) end class Representable::Decorator extend ::Declarative::Heritage::Included extend ::Declarative::Heritage::Inherited end module Representable::JSON extend ::Declarative::Heritage::Included extend ::Declarative::Heritage::Inherited end module Representable::Object def from_object(data, options=T.unsafe(nil), binding_builder=T.unsafe(nil)); end def to_object(options=T.unsafe(nil), binding_builder=T.unsafe(nil)); end end class Representable::Object::Binding def deserialize_method(); end def read(hash, as); end def serialize_method(); end def write(hash, fragment, as); end end class Representable::Object::Binding::Collection include ::Representable::Binding::Collection end class Representable::Object::Binding::Collection end class Representable::Object::Binding def self.build_for(definition); end end module Representable::Object::ClassMethods def collection_representer_class(); end end module Representable::Object::ClassMethods end module Representable::Object def self.included(base); end end class Representable::Pipeline Insert = ::T.let(nil, ::T.untyped) end class Representable::Populator FindOrInstantiate = ::T.let(nil, ::T.untyped) end module Representable::XML def from_node(node, options=T.unsafe(nil)); end def from_xml(doc, *args); end def parse(doc, *args); end def render(*args); end def to_node(options=T.unsafe(nil)); end def to_xml(*args); end end class Representable::XML::Binding def deserialize_from(nodes); end def deserialize_method(); end def read(node, as); end def serialize_for(value, parent, as); end def serialize_method(); end def serialize_node(node, value, as); end def write(parent, fragments, as); end end class Representable::XML::Binding::Attribute def write(parent, value, as); end end class Representable::XML::Binding::Attribute end class Representable::XML::Binding::AttributeHash def deserialize_from(node); end def write(parent, value, as); end end class Representable::XML::Binding::AttributeHash end class Representable::XML::Binding::Collection include ::Representable::Binding::Collection end class Representable::XML::Binding::Collection end class Representable::XML::Binding::Content def serialize_for(value, parent); end def write(parent, value, as); end end class Representable::XML::Binding::Content end class Representable::XML::Binding::Hash end class Representable::XML::Binding::Hash end class Representable::XML::Binding def self.build_for(definition); end end module Representable::XML::ClassMethods def collection_representer_class(); end def format_engine(); end def remove_namespaces!(); end end module Representable::XML::ClassMethods end module Representable::XML::Collection end module Representable::XML::Collection::Methods def create_representation_with(doc, options, format); end def update_properties_from(doc, *args); end end module Representable::XML::Collection::Methods end module Representable::XML::Collection def self.included(base); end end module Representable::XML::Namespace def add_namespace_definitions!(node, namespaces); end def from_node(node, options=T.unsafe(nil)); end def representable_map(options, format); end def to_node(options=T.unsafe(nil)); end end module Representable::XML::Namespace::AsWithNamespace def read(node, as); end def write(doc, fragment, as); end end module Representable::XML::Namespace::AsWithNamespace end module Representable::XML::Namespace::DSL def namespace(namespace); end def namespace_def(mapping); end def namespace_defs(); end def property(name, options=T.unsafe(nil)); end def update_namespace_defs!(namespace_defs); end end module Representable::XML::Namespace::DSL end module Representable::XML::Namespace def self.Namespaced(prefix, name); end def self.included(includer); end end module Representable::XML def self.Node(document, name, attributes=T.unsafe(nil)); end def self.included(base); end end module Representable::YAML include ::Representable::Hash include ::Representable def from_yaml(doc, options=T.unsafe(nil)); end def parse(doc, options=T.unsafe(nil)); end def render(*args); end def to_ast(options=T.unsafe(nil)); end def to_yaml(*args); end end class Representable::YAML::Binding def node_for(fragment); end def write(map, fragment, as); end def write_scalar(value); end end class Representable::YAML::Binding::Collection include ::Representable::Binding::Collection def node_for(fragments); end end class Representable::YAML::Binding::Collection end class Representable::YAML::Binding end module Representable::YAML::ClassMethods def format_engine(); end end module Representable::YAML::ClassMethods end module Representable::YAML extend ::Representable::Declarative extend ::Declarative::Schema::DSL extend ::Declarative::Schema::Feature extend ::Declarative::Heritage::DSL extend ::Declarative::Heritage::Included extend ::Declarative::Heritage::Inherited extend ::Representable::ModuleExtensions extend ::Representable::ClassMethods extend ::Representable::ForCollection extend ::Representable::Represent def self.included(base); end end module Retriable VERSION = ::T.let(nil, ::T.untyped) end class Retriable::Config def base_interval(); end def base_interval=(base_interval); end def contexts(); end def contexts=(contexts); end def initialize(opts=T.unsafe(nil)); end def intervals(); end def intervals=(intervals); end def max_elapsed_time(); end def max_elapsed_time=(max_elapsed_time); end def max_interval(); end def max_interval=(max_interval); end def multiplier(); end def multiplier=(multiplier); end def on(); end def on=(on); end def on_retry(); end def on_retry=(on_retry); end def rand_factor(); end def rand_factor=(rand_factor); end def sleep_disabled(); end def sleep_disabled=(sleep_disabled); end def timeout(); end def timeout=(timeout); end def to_h(); end def tries(); end def tries=(tries); end ATTRIBUTES = ::T.let(nil, ::T.untyped) end class Retriable::Config end class Retriable::ExponentialBackoff def base_interval(); end def base_interval=(base_interval); end def initialize(opts=T.unsafe(nil)); end def intervals(); end def max_interval(); end def max_interval=(max_interval); end def multiplier(); end def multiplier=(multiplier); end def rand_factor(); end def rand_factor=(rand_factor); end def tries(); end def tries=(tries); end ATTRIBUTES = ::T.let(nil, ::T.untyped) end class Retriable::ExponentialBackoff end class RubyVM::InstructionSequence def absolute_path(); end def base_label(); end def disasm(); end def disassemble(); end def eval(); end def first_lineno(); end def label(); end def path(); end def to_a(); end def to_binary(*_); end end class RubyVM::InstructionSequence def self.compile(*_); end def self.compile_file(*_); end def self.compile_option(); end def self.compile_option=(compile_option); end def self.disasm(_); end def self.disassemble(_); end def self.load_from_binary(_); end def self.load_from_binary_extra_data(_); end def self.of(_); end end class RubyVM def self.stat(*_); end end ScanError = StringScanner::Error module SecureRandom def self.bytes(n); end end class Set def ==(other); end def compare_by_identity(); end def compare_by_identity?(); end def divide(&func); end def eql?(o); end def flatten_merge(set, seen=T.unsafe(nil)); end def pretty_print(pp); end def pretty_print_cycle(pp); end InspectKey = ::T.let(nil, ::T.untyped) end module Shellwords end module Shellwords def self.escape(str); end def self.join(array); end def self.shellescape(str); end def self.shelljoin(array); end def self.shellsplit(line); end def self.shellwords(line); end def self.split(line); end end class SignalException def signm(); end def signo(); end end module Signet VERSION = ::T.let(nil, ::T.untyped) end module Signet::OAuth2 AUTH_METADATA_KEY = ::T.let(nil, ::T.untyped) end class Signet::OAuth2::Client OOB_MODES = ::T.let(nil, ::T.untyped) end class SimpleDelegator RUBYGEMS_ACTIVATION_MONITOR = ::T.let(nil, ::T.untyped) end module Singleton def _dump(depth=T.unsafe(nil)); end def clone(); end def dup(); end end module Singleton::SingletonClassMethods def _load(str); end def clone(); end end module Singleton def self.__init__(klass); end end class Socket AF_CCITT = ::T.let(nil, ::T.untyped) AF_CHAOS = ::T.let(nil, ::T.untyped) AF_CNT = ::T.let(nil, ::T.untyped) AF_COIP = ::T.let(nil, ::T.untyped) AF_DATAKIT = ::T.let(nil, ::T.untyped) AF_DLI = ::T.let(nil, ::T.untyped) AF_E164 = ::T.let(nil, ::T.untyped) AF_ECMA = ::T.let(nil, ::T.untyped) AF_HYLINK = ::T.let(nil, ::T.untyped) AF_IMPLINK = ::T.let(nil, ::T.untyped) AF_ISO = ::T.let(nil, ::T.untyped) AF_LAT = ::T.let(nil, ::T.untyped) AF_LINK = ::T.let(nil, ::T.untyped) AF_NATM = ::T.let(nil, ::T.untyped) AF_NDRV = ::T.let(nil, ::T.untyped) AF_NETBIOS = ::T.let(nil, ::T.untyped) AF_NS = ::T.let(nil, ::T.untyped) AF_OSI = ::T.let(nil, ::T.untyped) AF_PPP = ::T.let(nil, ::T.untyped) AF_PUP = ::T.let(nil, ::T.untyped) AF_SIP = ::T.let(nil, ::T.untyped) AF_SYSTEM = ::T.let(nil, ::T.untyped) AI_DEFAULT = ::T.let(nil, ::T.untyped) AI_MASK = ::T.let(nil, ::T.untyped) AI_V4MAPPED_CFG = ::T.let(nil, ::T.untyped) EAI_BADHINTS = ::T.let(nil, ::T.untyped) EAI_MAX = ::T.let(nil, ::T.untyped) EAI_PROTOCOL = ::T.let(nil, ::T.untyped) IFF_ALTPHYS = ::T.let(nil, ::T.untyped) IFF_LINK0 = ::T.let(nil, ::T.untyped) IFF_LINK1 = ::T.let(nil, ::T.untyped) IFF_LINK2 = ::T.let(nil, ::T.untyped) IFF_OACTIVE = ::T.let(nil, ::T.untyped) IFF_SIMPLEX = ::T.let(nil, ::T.untyped) IPPROTO_EON = ::T.let(nil, ::T.untyped) IPPROTO_GGP = ::T.let(nil, ::T.untyped) IPPROTO_HELLO = ::T.let(nil, ::T.untyped) IPPROTO_MAX = ::T.let(nil, ::T.untyped) IPPROTO_ND = ::T.let(nil, ::T.untyped) IPPROTO_XTP = ::T.let(nil, ::T.untyped) IPV6_DONTFRAG = ::T.let(nil, ::T.untyped) IPV6_PATHMTU = ::T.let(nil, ::T.untyped) IPV6_RECVPATHMTU = ::T.let(nil, ::T.untyped) IPV6_USE_MIN_MTU = ::T.let(nil, ::T.untyped) IP_PORTRANGE = ::T.let(nil, ::T.untyped) IP_RECVDSTADDR = ::T.let(nil, ::T.untyped) IP_RECVIF = ::T.let(nil, ::T.untyped) LOCAL_PEERCRED = ::T.let(nil, ::T.untyped) MSG_EOF = ::T.let(nil, ::T.untyped) MSG_FLUSH = ::T.let(nil, ::T.untyped) MSG_HAVEMORE = ::T.let(nil, ::T.untyped) MSG_HOLD = ::T.let(nil, ::T.untyped) MSG_RCVMORE = ::T.let(nil, ::T.untyped) MSG_SEND = ::T.let(nil, ::T.untyped) PF_CCITT = ::T.let(nil, ::T.untyped) PF_CHAOS = ::T.let(nil, ::T.untyped) PF_CNT = ::T.let(nil, ::T.untyped) PF_COIP = ::T.let(nil, ::T.untyped) PF_DATAKIT = ::T.let(nil, ::T.untyped) PF_DLI = ::T.let(nil, ::T.untyped) PF_ECMA = ::T.let(nil, ::T.untyped) PF_HYLINK = ::T.let(nil, ::T.untyped) PF_IMPLINK = ::T.let(nil, ::T.untyped) PF_ISO = ::T.let(nil, ::T.untyped) PF_LAT = ::T.let(nil, ::T.untyped) PF_LINK = ::T.let(nil, ::T.untyped) PF_NATM = ::T.let(nil, ::T.untyped) PF_NDRV = ::T.let(nil, ::T.untyped) PF_NETBIOS = ::T.let(nil, ::T.untyped) PF_NS = ::T.let(nil, ::T.untyped) PF_OSI = ::T.let(nil, ::T.untyped) PF_PIP = ::T.let(nil, ::T.untyped) PF_PPP = ::T.let(nil, ::T.untyped) PF_PUP = ::T.let(nil, ::T.untyped) PF_RTIP = ::T.let(nil, ::T.untyped) PF_SIP = ::T.let(nil, ::T.untyped) PF_SYSTEM = ::T.let(nil, ::T.untyped) PF_XTP = ::T.let(nil, ::T.untyped) SCM_CREDS = ::T.let(nil, ::T.untyped) SO_DONTTRUNC = ::T.let(nil, ::T.untyped) SO_NKE = ::T.let(nil, ::T.untyped) SO_NOSIGPIPE = ::T.let(nil, ::T.untyped) SO_NREAD = ::T.let(nil, ::T.untyped) SO_USELOOPBACK = ::T.let(nil, ::T.untyped) SO_WANTMORE = ::T.let(nil, ::T.untyped) SO_WANTOOBFLAG = ::T.let(nil, ::T.untyped) TCP_NOOPT = ::T.let(nil, ::T.untyped) TCP_NOPUSH = ::T.let(nil, ::T.untyped) end module Socket::Constants AF_CCITT = ::T.let(nil, ::T.untyped) AF_CHAOS = ::T.let(nil, ::T.untyped) AF_CNT = ::T.let(nil, ::T.untyped) AF_COIP = ::T.let(nil, ::T.untyped) AF_DATAKIT = ::T.let(nil, ::T.untyped) AF_DLI = ::T.let(nil, ::T.untyped) AF_E164 = ::T.let(nil, ::T.untyped) AF_ECMA = ::T.let(nil, ::T.untyped) AF_HYLINK = ::T.let(nil, ::T.untyped) AF_IMPLINK = ::T.let(nil, ::T.untyped) AF_ISO = ::T.let(nil, ::T.untyped) AF_LAT = ::T.let(nil, ::T.untyped) AF_LINK = ::T.let(nil, ::T.untyped) AF_NATM = ::T.let(nil, ::T.untyped) AF_NDRV = ::T.let(nil, ::T.untyped) AF_NETBIOS = ::T.let(nil, ::T.untyped) AF_NS = ::T.let(nil, ::T.untyped) AF_OSI = ::T.let(nil, ::T.untyped) AF_PPP = ::T.let(nil, ::T.untyped) AF_PUP = ::T.let(nil, ::T.untyped) AF_SIP = ::T.let(nil, ::T.untyped) AF_SYSTEM = ::T.let(nil, ::T.untyped) AI_DEFAULT = ::T.let(nil, ::T.untyped) AI_MASK = ::T.let(nil, ::T.untyped) AI_V4MAPPED_CFG = ::T.let(nil, ::T.untyped) EAI_BADHINTS = ::T.let(nil, ::T.untyped) EAI_MAX = ::T.let(nil, ::T.untyped) EAI_PROTOCOL = ::T.let(nil, ::T.untyped) IFF_ALTPHYS = ::T.let(nil, ::T.untyped) IFF_LINK0 = ::T.let(nil, ::T.untyped) IFF_LINK1 = ::T.let(nil, ::T.untyped) IFF_LINK2 = ::T.let(nil, ::T.untyped) IFF_OACTIVE = ::T.let(nil, ::T.untyped) IFF_SIMPLEX = ::T.let(nil, ::T.untyped) IPPROTO_EON = ::T.let(nil, ::T.untyped) IPPROTO_GGP = ::T.let(nil, ::T.untyped) IPPROTO_HELLO = ::T.let(nil, ::T.untyped) IPPROTO_MAX = ::T.let(nil, ::T.untyped) IPPROTO_ND = ::T.let(nil, ::T.untyped) IPPROTO_XTP = ::T.let(nil, ::T.untyped) IPV6_DONTFRAG = ::T.let(nil, ::T.untyped) IPV6_PATHMTU = ::T.let(nil, ::T.untyped) IPV6_RECVPATHMTU = ::T.let(nil, ::T.untyped) IPV6_USE_MIN_MTU = ::T.let(nil, ::T.untyped) IP_PORTRANGE = ::T.let(nil, ::T.untyped) IP_RECVDSTADDR = ::T.let(nil, ::T.untyped) IP_RECVIF = ::T.let(nil, ::T.untyped) LOCAL_PEERCRED = ::T.let(nil, ::T.untyped) MSG_EOF = ::T.let(nil, ::T.untyped) MSG_FLUSH = ::T.let(nil, ::T.untyped) MSG_HAVEMORE = ::T.let(nil, ::T.untyped) MSG_HOLD = ::T.let(nil, ::T.untyped) MSG_RCVMORE = ::T.let(nil, ::T.untyped) MSG_SEND = ::T.let(nil, ::T.untyped) PF_CCITT = ::T.let(nil, ::T.untyped) PF_CHAOS = ::T.let(nil, ::T.untyped) PF_CNT = ::T.let(nil, ::T.untyped) PF_COIP = ::T.let(nil, ::T.untyped) PF_DATAKIT = ::T.let(nil, ::T.untyped) PF_DLI = ::T.let(nil, ::T.untyped) PF_ECMA = ::T.let(nil, ::T.untyped) PF_HYLINK = ::T.let(nil, ::T.untyped) PF_IMPLINK = ::T.let(nil, ::T.untyped) PF_ISO = ::T.let(nil, ::T.untyped) PF_LAT = ::T.let(nil, ::T.untyped) PF_LINK = ::T.let(nil, ::T.untyped) PF_NATM = ::T.let(nil, ::T.untyped) PF_NDRV = ::T.let(nil, ::T.untyped) PF_NETBIOS = ::T.let(nil, ::T.untyped) PF_NS = ::T.let(nil, ::T.untyped) PF_OSI = ::T.let(nil, ::T.untyped) PF_PIP = ::T.let(nil, ::T.untyped) PF_PPP = ::T.let(nil, ::T.untyped) PF_PUP = ::T.let(nil, ::T.untyped) PF_RTIP = ::T.let(nil, ::T.untyped) PF_SIP = ::T.let(nil, ::T.untyped) PF_SYSTEM = ::T.let(nil, ::T.untyped) PF_XTP = ::T.let(nil, ::T.untyped) SCM_CREDS = ::T.let(nil, ::T.untyped) SO_DONTTRUNC = ::T.let(nil, ::T.untyped) SO_NKE = ::T.let(nil, ::T.untyped) SO_NOSIGPIPE = ::T.let(nil, ::T.untyped) SO_NREAD = ::T.let(nil, ::T.untyped) SO_USELOOPBACK = ::T.let(nil, ::T.untyped) SO_WANTMORE = ::T.let(nil, ::T.untyped) SO_WANTOOBFLAG = ::T.let(nil, ::T.untyped) TCP_NOOPT = ::T.let(nil, ::T.untyped) TCP_NOPUSH = ::T.let(nil, ::T.untyped) end class SortedSet def initialize(*args, &block); end end class SortedSet def self.setup(); end end class StopIteration def result(); end end class String include ::JSON::Ext::Generator::GeneratorMethods::String def []=(*_); end def casecmp?(_); end def encode!(*_); end def parse_csv(options=T.unsafe(nil)); end def reverse!(); end def shellescape(); end def shellsplit(); end def succ!(); end def unicode_normalize(form=T.unsafe(nil)); end def unicode_normalize!(form=T.unsafe(nil)); end def unicode_normalized?(form=T.unsafe(nil)); end def unpack1(_); end end class String extend ::JSON::Ext::Generator::GeneratorMethods::String::Extend end class StringIO def length(); end def truncate(_); end end class StringScanner def bol?(); end def initialize(*_); end Id = ::T.let(nil, ::T.untyped) Version = ::T.let(nil, ::T.untyped) end class Struct def [](_); end def []=(_, _1); end def dig(*_); end def each_pair(); end def length(); end def members(); end def select(*_); end def size(); end def to_a(); end def to_h(); end def values(); end def values_at(*_); end end Struct::Group = Etc::Group Struct::Passwd = Etc::Passwd Struct::Tms = Process::Tms class SystemCallError def errno(); end end class SystemExit def status(); end def success?(); end end class Tempfile def _close(); end def inspect(); end RUBYGEMS_ACTIVATION_MONITOR = ::T.let(nil, ::T.untyped) end class Tempfile::Remover def call(*args); end def initialize(tmpfile); end end class Tempfile::Remover end class TracePoint def event(); end end class TrueClass include ::JSON::Ext::Generator::GeneratorMethods::TrueClass end module URI include ::URI::RFC2396_REGEXP end module URI::Escape def decode(*arg); end def encode(*arg); end def escape(*arg); end def unescape(*arg); end end class URI::FTP include ::OpenURI::OpenRead def buffer_open(buf, proxy, options); end def set_typecode(v); end def typecode(); end def typecode=(typecode); end end class URI::FTP def self.new2(user, password, host, port, path, typecode=T.unsafe(nil), arg_check=T.unsafe(nil)); end end class URI::HTTP include ::OpenURI::OpenRead def buffer_open(buf, proxy, options); end end class URI::LDAP def attributes(); end def attributes=(val); end def dn(); end def dn=(val); end def extensions(); end def extensions=(val); end def filter(); end def filter=(val); end def initialize(*arg); end def scope(); end def scope=(val); end def set_attributes(val); end def set_dn(val); end def set_extensions(val); end def set_filter(val); end def set_scope(val); end end class URI::MailTo def headers(); end def headers=(v); end def initialize(*arg); end def set_headers(v); end def set_to(v); end def to(); end def to=(v); end def to_mailtext(); end def to_rfc822text(); end end URI::Parser = URI::RFC2396_Parser URI::REGEXP = URI::RFC2396_REGEXP class URI::RFC2396_Parser def escape(str, unsafe=T.unsafe(nil)); end def extract(str, schemes=T.unsafe(nil)); end def initialize(opts=T.unsafe(nil)); end def join(*uris); end def make_regexp(schemes=T.unsafe(nil)); end def parse(uri); end def pattern(); end def regexp(); end def split(uri); end def unescape(str, escaped=T.unsafe(nil)); end end class URI::RFC3986_Parser def join(*uris); end def parse(uri); end def regexp(); end def split(uri); end RFC3986_relative_ref = ::T.let(nil, ::T.untyped) end module URI::Util def self.make_components_hash(klass, array_hash); end end module URI extend ::URI::Escape def self.get_encoding(label); end end Uber::InheritableAttribute = Uber::InheritableAttr class UnboundMethod def clone(); end def original_name(); end end class UncaughtThrowError def tag(); end def value(); end end module Warning def warn(_); end end module Warning extend ::Warning end class WebAgent::Cookie DISCARD = ::T.let(nil, ::T.untyped) DOMAIN = ::T.let(nil, ::T.untyped) HTTP_ONLY = ::T.let(nil, ::T.untyped) OVERRIDE = ::T.let(nil, ::T.untyped) OVERRIDE_OK = ::T.let(nil, ::T.untyped) PATH = ::T.let(nil, ::T.untyped) SECURE = ::T.let(nil, ::T.untyped) USE = ::T.let(nil, ::T.untyped) end class WebAgent::CookieManager SPECIAL_DOMAIN = ::T.let(nil, ::T.untyped) end YAML = Psych class Zlib::Deflate def initialize(*_); end end class Zlib::GzipReader def initialize(*_); end end class Zlib::GzipWriter def initialize(*_); end end class Zlib::Inflate def initialize(*_); end end