# This file is autogenerated. Do not edit it by hand. Regenerate it with: # srb rbi hidden-definitions # typed: autogenerated class AbstractController::DoubleRenderError DEFAULT_MESSAGE = ::T.let(nil, ::T.untyped) end module AbstractController::Rendering DEFAULT_PROTECTED_INSTANCE_VARIABLES = ::T.let(nil, ::T.untyped) end module ActionCable INTERNAL = ::T.let(nil, ::T.untyped) end class ActionCable::Connection::ClientSocket CLOSED = ::T.let(nil, ::T.untyped) CLOSING = ::T.let(nil, ::T.untyped) CONNECTING = ::T.let(nil, ::T.untyped) OPEN = ::T.let(nil, ::T.untyped) end class ActionCable::Connection::WebSocket def alive?(); end def close(); end def initialize(env, event_target, event_loop, protocols: T.unsafe(nil)); end def possible?(); end def protocol(); end def rack_response(); end def transmit(data); end def websocket(); end end class ActionCable::Connection::WebSocket end class ActionCable::RemoteConnections def initialize(server); end def server(); end def where(identifier); end end class ActionCable::RemoteConnections::RemoteConnection include ::ActionCable::Connection::InternalChannel include ::ActionCable::Connection::Identification def disconnect(); end def identifiers(); end def identifiers=(val); end def identifiers?(); end def initialize(server, ids); end def server(); end end class ActionCable::RemoteConnections::RemoteConnection::InvalidIdentifiersError end class ActionCable::RemoteConnections::RemoteConnection::InvalidIdentifiersError end class ActionCable::RemoteConnections::RemoteConnection extend ::ActionCable::Connection::Identification::ClassMethods def self.identifiers(); end def self.identifiers=(val); end def self.identifiers?(); end end class ActionCable::RemoteConnections end module ActionCable::Server::Connections BEAT_INTERVAL = ::T.let(nil, ::T.untyped) end module ActionCable::SubscriptionAdapter end class ActionCable::SubscriptionAdapter::Base def broadcast(channel, payload); end def initialize(server); end def logger(); end def server(); end def shutdown(); end def subscribe(channel, message_callback, success_callback=T.unsafe(nil)); end def unsubscribe(channel, message_callback); end end class ActionCable::SubscriptionAdapter::Base end module ActionCable::SubscriptionAdapter::ChannelPrefix def broadcast(channel, payload); end def subscribe(channel, callback, success_callback=T.unsafe(nil)); end def unsubscribe(channel, callback); end end module ActionCable::SubscriptionAdapter::ChannelPrefix end class ActionCable::SubscriptionAdapter::SubscriberMap def add_channel(channel, on_success); end def add_subscriber(channel, subscriber, on_success); end def broadcast(channel, message); end def invoke_callback(callback, message); end def remove_channel(channel); end def remove_subscriber(channel, subscriber); end end class ActionCable::SubscriptionAdapter::SubscriberMap end module ActionCable::SubscriptionAdapter extend ::ActiveSupport::Autoload end module ActionCable::VERSION MAJOR = ::T.let(nil, ::T.untyped) MINOR = ::T.let(nil, ::T.untyped) PRE = ::T.let(nil, ::T.untyped) STRING = ::T.let(nil, ::T.untyped) TINY = ::T.let(nil, ::T.untyped) end class ActionController::API include ::ActionDispatch::Routing::RouteSet::MountedHelpers include ::ActiveRecord::Railties::ControllerRuntime MODULES = ::T.let(nil, ::T.untyped) end class ActionController::API extend ::ActionController::Railties::Helpers end class ActionController::Base include ::ActionDispatch::Routing::RouteSet::MountedHelpers include ::ActiveRecord::Railties::ControllerRuntime MODULES = ::T.let(nil, ::T.untyped) PROTECTED_IVARS = ::T.let(nil, ::T.untyped) end class ActionController::Base extend ::ActionController::Railties::Helpers end module ActionController::DataStreaming DEFAULT_SEND_FILE_DISPOSITION = ::T.let(nil, ::T.untyped) DEFAULT_SEND_FILE_TYPE = ::T.let(nil, ::T.untyped) end module ActionController::ForceSSL ACTION_OPTIONS = ::T.let(nil, ::T.untyped) REDIRECT_OPTIONS = ::T.let(nil, ::T.untyped) URL_OPTIONS = ::T.let(nil, ::T.untyped) end module ActionController::HttpAuthentication::Token AUTHN_PAIR_DELIMITERS = ::T.let(nil, ::T.untyped) TOKEN_KEY = ::T.let(nil, ::T.untyped) TOKEN_REGEX = ::T.let(nil, ::T.untyped) end class ActionController::Live::SSE WHITELISTED_OPTIONS = ::T.let(nil, ::T.untyped) end class ActionController::LogSubscriber def exist_fragment?(event); end def expire_fragment(event); end def expire_page(event); end def halted_callback(event); end def process_action(event); end def read_fragment(event); end def redirect_to(event); end def send_data(event); end def send_file(event); end def start_processing(event); end def unpermitted_parameters(event); end def write_fragment(event); end def write_page(event); end INTERNAL_PARAMS = ::T.let(nil, ::T.untyped) end class ActionController::MiddlewareStack EXCLUDE = ::T.let(nil, ::T.untyped) INCLUDE = ::T.let(nil, ::T.untyped) NULL = ::T.let(nil, ::T.untyped) end class ActionController::Parameters EMPTY_ARRAY = ::T.let(nil, ::T.untyped) EMPTY_HASH = ::T.let(nil, ::T.untyped) PERMITTED_SCALAR_TYPES = ::T.let(nil, ::T.untyped) end module ActionController::ParamsWrapper EXCLUDE_PARAMETERS = ::T.let(nil, ::T.untyped) end class ActionController::Renderer DEFAULTS = ::T.let(nil, ::T.untyped) IDENTITY = ::T.let(nil, ::T.untyped) RACK_KEY_TRANSLATION = ::T.let(nil, ::T.untyped) RACK_VALUE_TRANSLATION = ::T.let(nil, ::T.untyped) end module ActionController::Renderers RENDERERS = ::T.let(nil, ::T.untyped) end module ActionController::Rendering RENDER_FORMATS_IN_PRIORITY = ::T.let(nil, ::T.untyped) end module ActionController::RequestForgeryProtection AUTHENTICITY_TOKEN_LENGTH = ::T.let(nil, ::T.untyped) NULL_ORIGIN_MESSAGE = ::T.let(nil, ::T.untyped) end class ActionController::SessionOverflowError DEFAULT_MESSAGE = ::T.let(nil, ::T.untyped) end class ActionController::TestRequest DEFAULT_ENV = ::T.let(nil, ::T.untyped) ENCODER = ::T.let(nil, ::T.untyped) end class ActionController::TestSession DEFAULT_OPTIONS = ::T.let(nil, ::T.untyped) end class ActionDispatch::AssertionResponse def code(); end def code_and_name(); end def initialize(code_or_name); end def name(); end GENERIC_RESPONSE_CODES = ::T.let(nil, ::T.untyped) end class ActionDispatch::AssertionResponse end module ActionDispatch::Assertions::ResponseAssertions RESPONSE_PREDICATES = ::T.let(nil, ::T.untyped) end class ActionDispatch::ContentSecurityPolicy::Middleware CONTENT_TYPE = ::T.let(nil, ::T.untyped) POLICY = ::T.let(nil, ::T.untyped) POLICY_REPORT_ONLY = ::T.let(nil, ::T.untyped) end module ActionDispatch::ContentSecurityPolicy::Request NONCE = ::T.let(nil, ::T.untyped) NONCE_GENERATOR = ::T.let(nil, ::T.untyped) POLICY = ::T.let(nil, ::T.untyped) POLICY_REPORT_ONLY = ::T.let(nil, ::T.untyped) end class ActionDispatch::Cookies AUTHENTICATED_ENCRYPTED_COOKIE_SALT = ::T.let(nil, ::T.untyped) COOKIES_DIGEST = ::T.let(nil, ::T.untyped) COOKIES_ROTATIONS = ::T.let(nil, ::T.untyped) COOKIES_SERIALIZER = ::T.let(nil, ::T.untyped) ENCRYPTED_COOKIE_CIPHER = ::T.let(nil, ::T.untyped) ENCRYPTED_COOKIE_SALT = ::T.let(nil, ::T.untyped) ENCRYPTED_SIGNED_COOKIE_SALT = ::T.let(nil, ::T.untyped) GENERATOR_KEY = ::T.let(nil, ::T.untyped) HTTP_HEADER = ::T.let(nil, ::T.untyped) MAX_COOKIE_SIZE = ::T.let(nil, ::T.untyped) SECRET_KEY_BASE = ::T.let(nil, ::T.untyped) SECRET_TOKEN = ::T.let(nil, ::T.untyped) SIGNED_COOKIE_DIGEST = ::T.let(nil, ::T.untyped) SIGNED_COOKIE_SALT = ::T.let(nil, ::T.untyped) USE_AUTHENTICATED_COOKIE_ENCRYPTION = ::T.let(nil, ::T.untyped) end class ActionDispatch::Cookies::CookieJar include ::ActionDispatch::Cookies::ChainedCookieJars DOMAIN_REGEXP = ::T.let(nil, ::T.untyped) end module ActionDispatch::Cookies::SerializedCookieJars MARSHAL_SIGNATURE = ::T.let(nil, ::T.untyped) end ActionDispatch::Cookies::SerializedCookieJars::SERIALIZER = ActiveSupport::MessageEncryptor::NullSerializer class ActionDispatch::DebugExceptions RESCUES_TEMPLATE_PATH = ::T.let(nil, ::T.untyped) end class ActionDispatch::DebugLocks def call(env); end def initialize(app, path=T.unsafe(nil)); end end class ActionDispatch::DebugLocks end class ActionDispatch::Flash KEY = ::T.let(nil, ::T.untyped) end module ActionDispatch::Http::Cache::Request HTTP_IF_MODIFIED_SINCE = ::T.let(nil, ::T.untyped) HTTP_IF_NONE_MATCH = ::T.let(nil, ::T.untyped) end module ActionDispatch::Http::Cache::Response DATE = ::T.let(nil, ::T.untyped) DEFAULT_CACHE_CONTROL = ::T.let(nil, ::T.untyped) LAST_MODIFIED = ::T.let(nil, ::T.untyped) MUST_REVALIDATE = ::T.let(nil, ::T.untyped) NO_CACHE = ::T.let(nil, ::T.untyped) PRIVATE = ::T.let(nil, ::T.untyped) PUBLIC = ::T.let(nil, ::T.untyped) SPECIAL_KEYS = ::T.let(nil, ::T.untyped) end module ActionDispatch::Http::FilterParameters ENV_MATCH = ::T.let(nil, ::T.untyped) KV_RE = ::T.let(nil, ::T.untyped) NULL_ENV_FILTER = ::T.let(nil, ::T.untyped) NULL_PARAM_FILTER = ::T.let(nil, ::T.untyped) PAIR_RE = ::T.let(nil, ::T.untyped) end module ActionDispatch::Http::FilterRedirect FILTERED = ::T.let(nil, ::T.untyped) end class ActionDispatch::Http::Headers CGI_VARIABLES = ::T.let(nil, ::T.untyped) DEFAULT = ::T.let(nil, ::T.untyped) HTTP_HEADER = ::T.let(nil, ::T.untyped) end module ActionDispatch::Http::MimeNegotiation BROWSER_LIKE_ACCEPTS = ::T.let(nil, ::T.untyped) end class ActionDispatch::Http::ParameterFilter FILTERED = ::T.let(nil, ::T.untyped) end module ActionDispatch::Http::Parameters DEFAULT_PARSERS = ::T.let(nil, ::T.untyped) PARAMETERS_KEY = ::T.let(nil, ::T.untyped) end module ActionDispatch::Http::URL HOST_REGEXP = ::T.let(nil, ::T.untyped) IP_HOST_REGEXP = ::T.let(nil, ::T.untyped) PROTOCOL_REGEXP = ::T.let(nil, ::T.untyped) end module ActionDispatch::Integration::Runner APP_SESSIONS = ::T.let(nil, ::T.untyped) end class ActionDispatch::Integration::Session include ::ActionDispatch::Assertions include ::ActionDispatch::Assertions::ResponseAssertions include ::ActionDispatch::Assertions::RoutingAssertions include ::ActionDispatch::Integration::RequestHelpers DEFAULT_HOST = ::T.let(nil, ::T.untyped) end class ActionDispatch::Journey::Format ESCAPE_PATH = ::T.let(nil, ::T.untyped) ESCAPE_SEGMENT = ::T.let(nil, ::T.untyped) end module ActionDispatch::Journey::Formatter::RegexCaseComparator DEFAULT_INPUT = ::T.let(nil, ::T.untyped) DEFAULT_REGEX = ::T.let(nil, ::T.untyped) end class ActionDispatch::Journey::GTG::Builder DUMMY = ::T.let(nil, ::T.untyped) end class ActionDispatch::Journey::Nodes::Symbol DEFAULT_EXP = ::T.let(nil, ::T.untyped) end class ActionDispatch::Journey::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 ActionDispatch::Journey::Route::VerbMatchers VERBS = ::T.let(nil, ::T.untyped) VERB_TO_CLASS = ::T.let(nil, ::T.untyped) end class ActionDispatch::Journey::Router::Utils ENCODER = ::T.let(nil, ::T.untyped) end class ActionDispatch::Journey::Router::Utils::UriEncoder ALPHA = ::T.let(nil, ::T.untyped) DEC2HEX = ::T.let(nil, ::T.untyped) DIGIT = ::T.let(nil, ::T.untyped) EMPTY = ::T.let(nil, ::T.untyped) ENCODE = ::T.let(nil, ::T.untyped) ESCAPED = ::T.let(nil, ::T.untyped) FRAGMENT = ::T.let(nil, ::T.untyped) PATH = ::T.let(nil, ::T.untyped) SEGMENT = ::T.let(nil, ::T.untyped) SUB_DELIMS = ::T.let(nil, ::T.untyped) UNRESERVED = ::T.let(nil, ::T.untyped) US_ASCII = ::T.let(nil, ::T.untyped) UTF_8 = ::T.let(nil, ::T.untyped) end class ActionDispatch::Journey::Visitors::Dot INSTANCE = ::T.let(nil, ::T.untyped) end class ActionDispatch::Journey::Visitors::Each INSTANCE = ::T.let(nil, ::T.untyped) end class ActionDispatch::Journey::Visitors::FunctionalVisitor DISPATCH_CACHE = ::T.let(nil, ::T.untyped) end class ActionDispatch::Journey::Visitors::String INSTANCE = ::T.let(nil, ::T.untyped) end class ActionDispatch::Journey::Visitors::Visitor DISPATCH_CACHE = ::T.let(nil, ::T.untyped) end class ActionDispatch::RemoteIp TRUSTED_PROXIES = ::T.let(nil, ::T.untyped) end class ActionDispatch::Request include ::ActionDispatch::Flash::RequestMethods ACTION_DISPATCH_REQUEST_ID = ::T.let(nil, ::T.untyped) ENV_METHODS = ::T.let(nil, ::T.untyped) HTTP_METHODS = ::T.let(nil, ::T.untyped) HTTP_METHOD_LOOKUP = ::T.let(nil, ::T.untyped) LOCALHOST = ::T.let(nil, ::T.untyped) RFC2518 = ::T.let(nil, ::T.untyped) RFC2616 = ::T.let(nil, ::T.untyped) RFC3253 = ::T.let(nil, ::T.untyped) RFC3648 = ::T.let(nil, ::T.untyped) RFC3744 = ::T.let(nil, ::T.untyped) RFC4791 = ::T.let(nil, ::T.untyped) RFC5323 = ::T.let(nil, ::T.untyped) RFC5789 = ::T.let(nil, ::T.untyped) end class ActionDispatch::RequestId X_REQUEST_ID = ::T.let(nil, ::T.untyped) end class ActionDispatch::Response CONTENT_TYPE = ::T.let(nil, ::T.untyped) LOCATION = ::T.let(nil, ::T.untyped) NO_CONTENT_CODES = ::T.let(nil, ::T.untyped) NullContentTypeHeader = ::T.let(nil, ::T.untyped) SET_COOKIE = ::T.let(nil, ::T.untyped) end module ActionDispatch::Routing HTTP_METHODS = ::T.let(nil, ::T.untyped) SEPARATORS = ::T.let(nil, ::T.untyped) end class ActionDispatch::Routing::Mapper URL_OPTIONS = ::T.let(nil, ::T.untyped) end class ActionDispatch::Routing::Mapper::Constraints CALL = ::T.let(nil, ::T.untyped) SERVE = ::T.let(nil, ::T.untyped) end class ActionDispatch::Routing::Mapper::Mapping ANCHOR_CHARACTERS_REGEX = ::T.let(nil, ::T.untyped) JOINED_SEPARATORS = ::T.let(nil, ::T.untyped) OPTIONAL_FORMAT_REGEX = ::T.let(nil, ::T.untyped) end module ActionDispatch::Routing::Mapper::Resources CANONICAL_ACTIONS = ::T.let(nil, ::T.untyped) RESOURCE_OPTIONS = ::T.let(nil, ::T.untyped) VALID_ON_OPTIONS = ::T.let(nil, ::T.untyped) end class ActionDispatch::Routing::Mapper::Scope NULL = ::T.let(nil, ::T.untyped) OPTIONS = ::T.let(nil, ::T.untyped) RESOURCE_METHOD_SCOPES = ::T.let(nil, ::T.untyped) RESOURCE_SCOPES = ::T.let(nil, ::T.untyped) end module ActionDispatch::Routing::Mapper::Scoping POISON = ::T.let(nil, ::T.untyped) end class ActionDispatch::Routing::PathRedirect URL_PARTS = ::T.let(nil, ::T.untyped) end class ActionDispatch::Routing::RouteSet DEFAULT_CONFIG = ::T.let(nil, ::T.untyped) PATH = ::T.let(nil, ::T.untyped) RESERVED_OPTIONS = ::T.let(nil, ::T.untyped) UNKNOWN = ::T.let(nil, ::T.untyped) end class ActionDispatch::Routing::RouteSet::Generator PARAMETERIZE = ::T.let(nil, ::T.untyped) end module ActionDispatch::Routing::RouteSet::MountedHelpers def _main_app(); end def main_app(); end end class ActionDispatch::Routing::RouteWrapper include ::Sprockets::Rails::RouteWrapper def assets_prefix(); end def assets_prefix=(val); end def assets_prefix?(); end end class ActionDispatch::Routing::RouteWrapper def self.assets_prefix(); end def self.assets_prefix=(val); end def self.assets_prefix?(); end end class ActionDispatch::Routing::RoutesProxy include ::ActionDispatch::Routing::UrlFor include ::ActionDispatch::Routing::PolymorphicRoutes def _routes(); end def default_url_options(); end def default_url_options=(val); end def default_url_options?(); end def initialize(routes, scope, helpers, script_namer=T.unsafe(nil)); end def routes(); end def routes=(routes); end def scope(); end def scope=(scope); end end class ActionDispatch::Routing::RoutesProxy def self.default_url_options(); end def self.default_url_options=(val); end def self.default_url_options?(); end end class ActionDispatch::SSL def call(env); end def initialize(app, redirect: T.unsafe(nil), hsts: T.unsafe(nil), secure_cookies: T.unsafe(nil)); end HSTS_EXPIRES_IN = ::T.let(nil, ::T.untyped) end class ActionDispatch::SSL def self.default_hsts_options(); end end class ActionDispatch::Session::AbstractSecureStore include ::ActionDispatch::Session::Compatibility include ::ActionDispatch::Session::StaleSessionCheck include ::ActionDispatch::Session::SessionObject end class ActionDispatch::Session::AbstractSecureStore end class ActionDispatch::Session::AbstractStore include ::ActionDispatch::Session::Compatibility include ::ActionDispatch::Session::StaleSessionCheck include ::ActionDispatch::Session::SessionObject end class ActionDispatch::Session::AbstractStore end class ActionDispatch::Session::CacheStore def delete_session(env, sid, options); end def write_session(env, sid, session, options); end end class ActionDispatch::Session::CacheStore end module ActionDispatch::Session::Compatibility def generate_sid(); end def initialize(app, options=T.unsafe(nil)); end end module ActionDispatch::Session::Compatibility end class ActionDispatch::Session::CookieStore def delete_session(req, session_id, options); end def load_session(req); end end class ActionDispatch::Session::CookieStore::SessionId def cookie_value(); end def initialize(session_id, cookie_value=T.unsafe(nil)); end end class ActionDispatch::Session::CookieStore::SessionId end class ActionDispatch::Session::CookieStore end module ActionDispatch::Session::SessionObject def loaded_session?(session); end def prepare_session(req); end end module ActionDispatch::Session::SessionObject end module ActionDispatch::Session::StaleSessionCheck def extract_session_id(env); end def load_session(env); end def stale_session_check!(); end end module ActionDispatch::Session::StaleSessionCheck end class ActionDispatch::ShowExceptions FAILSAFE_RESPONSE = ::T.let(nil, ::T.untyped) end class ActionDispatch::TestRequest DEFAULT_ENV = ::T.let(nil, ::T.untyped) end class ActionDispatch::TestResponse def error?(); end def initialize(*_); end def missing?(); end def parsed_body(); end def success?(); end end class ActionDispatch::TestResponse def self.from_response(response); end end class ActionMailer::Base include ::ActionDispatch::Routing::UrlFor include ::ActionDispatch::Routing::PolymorphicRoutes include ::AbstractController::UrlFor include ::ActionDispatch::Routing::RouteSet::MountedHelpers def default_url_options(); end def default_url_options=(val); end def default_url_options?(); end PROTECTED_IVARS = ::T.let(nil, ::T.untyped) end class ActionMailer::Base extend ::AbstractController::UrlFor::ClassMethods def self.default_url_options(); end def self.default_url_options=(val); end def self.default_url_options?(); end end class ActionMailer::InlinePreviewInterceptor PATTERN = ::T.let(nil, ::T.untyped) end class ActionMailer::LogSubscriber def deliver(event); end def process(event); end def receive(event); end end module ActionMailer::VERSION MAJOR = ::T.let(nil, ::T.untyped) MINOR = ::T.let(nil, ::T.untyped) PRE = ::T.let(nil, ::T.untyped) STRING = ::T.let(nil, ::T.untyped) TINY = ::T.let(nil, ::T.untyped) end module ActionPack::VERSION MAJOR = ::T.let(nil, ::T.untyped) MINOR = ::T.let(nil, ::T.untyped) PRE = ::T.let(nil, ::T.untyped) STRING = ::T.let(nil, ::T.untyped) TINY = ::T.let(nil, ::T.untyped) end module ActionView ENCODING_FLAG = ::T.let(nil, ::T.untyped) end class ActionView::Base include ::ActionView::Context include ::ActionView::CompiledTemplates include ::ERB::Util include ::ActionCable::Helpers::ActionCableHelper include ::Sprockets::Rails::Helper include ::Sprockets::Rails::Utils def assets_environment(); end def assets_environment=(val); end def assets_environment?(); end def assets_manifest(); end def assets_manifest=(val); end def assets_manifest?(); end def assets_precompile(); end def assets_precompile=(val); end def assets_precompile?(); end def assets_prefix(); end def assets_prefix=(val); end def assets_prefix?(); end def check_precompiled_asset(); end def check_precompiled_asset=(val); end def check_precompiled_asset?(); end def debug_assets(); end def debug_assets=(val); end def debug_assets?(); end def digest_assets(); end def digest_assets=(val); end def digest_assets?(); end def precompiled_asset_checker(); end def precompiled_asset_checker=(val); end def precompiled_asset_checker?(); end def resolve_assets_with(); end def resolve_assets_with=(val); end def resolve_assets_with?(); end def unknown_asset_fallback(); end def unknown_asset_fallback=(val); end def unknown_asset_fallback?(); end end class ActionView::Base def self.assets_environment(); end def self.assets_environment=(val); end def self.assets_environment?(); end def self.assets_manifest(); end def self.assets_manifest=(val); end def self.assets_manifest?(); end def self.assets_precompile(); end def self.assets_precompile=(val); end def self.assets_precompile?(); end def self.assets_prefix(); end def self.assets_prefix=(val); end def self.assets_prefix?(); end def self.check_precompiled_asset(); end def self.check_precompiled_asset=(val); end def self.check_precompiled_asset?(); end def self.debug_assets(); end def self.debug_assets=(val); end def self.debug_assets?(); end def self.digest_assets(); end def self.digest_assets=(val); end def self.digest_assets?(); end def self.precompiled_asset_checker(); end def self.precompiled_asset_checker=(val); end def self.precompiled_asset_checker?(); end def self.resolve_assets_with(); end def self.resolve_assets_with=(val); end def self.resolve_assets_with?(); end def self.unknown_asset_fallback(); end def self.unknown_asset_fallback=(val); end def self.unknown_asset_fallback?(); end end class ActionView::DependencyTracker::ERBTracker EXPLICIT_DEPENDENCY = ::T.let(nil, ::T.untyped) IDENTIFIER = ::T.let(nil, ::T.untyped) LAYOUT_DEPENDENCY = ::T.let(nil, ::T.untyped) LAYOUT_HASH_KEY = ::T.let(nil, ::T.untyped) PARTIAL_HASH_KEY = ::T.let(nil, ::T.untyped) RENDER_ARGUMENTS = ::T.let(nil, ::T.untyped) STRING = ::T.let(nil, ::T.untyped) VARIABLE_OR_METHOD_CHAIN = ::T.let(nil, ::T.untyped) end module ActionView::Helpers::AssetUrlHelper ASSET_EXTENSIONS = ::T.let(nil, ::T.untyped) ASSET_PUBLIC_DIRECTORIES = ::T.let(nil, ::T.untyped) URI_REGEXP = ::T.let(nil, ::T.untyped) end module ActionView::Helpers::ControllerHelper CONTROLLER_DELEGATES = ::T.let(nil, ::T.untyped) end module ActionView::Helpers::DateHelper MINUTES_IN_QUARTER_YEAR = ::T.let(nil, ::T.untyped) MINUTES_IN_THREE_QUARTERS_YEAR = ::T.let(nil, ::T.untyped) MINUTES_IN_YEAR = ::T.let(nil, ::T.untyped) end module ActionView::Helpers::JavaScriptHelper JS_ESCAPE_MAP = ::T.let(nil, ::T.untyped) end module ActionView::Helpers::TagHelper BOOLEAN_ATTRIBUTES = ::T.let(nil, ::T.untyped) PRE_CONTENT_STRINGS = ::T.let(nil, ::T.untyped) TAG_PREFIXES = ::T.let(nil, ::T.untyped) end module ActionView::Helpers::UrlHelper BUTTON_TAG_METHOD_VERBS = ::T.let(nil, ::T.untyped) STRINGIFIED_COMMON_METHODS = ::T.let(nil, ::T.untyped) end class ActionView::LogSubscriber def render_collection(event); end def render_partial(event); end def render_template(event); end EMPTY = ::T.let(nil, ::T.untyped) VIEWS_PATTERN = ::T.let(nil, ::T.untyped) end module ActionView::LookupContext::Accessors DEFAULT_PROCS = ::T.let(nil, ::T.untyped) end class ActionView::OutputBuffer def append=(value); end def initialize(*_); end def safe_append=(value); end def safe_expr_append=(val); end end class ActionView::OutputBuffer end class ActionView::OutputFlow def append(key, value); end def append!(key, value); end def content(); end def get(key); end def set(key, value); end end class ActionView::OutputFlow end class ActionView::PartialRenderer IDENTIFIER_ERROR_MESSAGE = ::T.let(nil, ::T.untyped) OPTION_AS_ERROR_MESSAGE = ::T.let(nil, ::T.untyped) PREFIXED_PARTIAL_NAMES = ::T.let(nil, ::T.untyped) end class ActionView::PathResolver DEFAULT_PATTERN = ::T.let(nil, ::T.untyped) EXTENSIONS = ::T.let(nil, ::T.untyped) end module ActionView::RecordIdentifier JOIN = ::T.let(nil, ::T.untyped) NEW = ::T.let(nil, ::T.untyped) end class ActionView::Renderer def cache_hits(); end def initialize(lookup_context); end def lookup_context(); end def lookup_context=(lookup_context); end def render(context, options); end def render_body(context, options); end def render_partial(context, options, &block); end def render_template(context, options); end end class ActionView::Renderer end class ActionView::Resolver::Cache KEY_BLOCK = ::T.let(nil, ::T.untyped) NAME_BLOCK = ::T.let(nil, ::T.untyped) NO_TEMPLATES = ::T.let(nil, ::T.untyped) PARTIAL_BLOCK = ::T.let(nil, ::T.untyped) PREFIX_BLOCK = ::T.let(nil, ::T.untyped) end module ActionView::RoutingUrlFor include ::ActionDispatch::Routing::UrlFor include ::ActionDispatch::Routing::PolymorphicRoutes def default_url_options=(obj); end end module ActionView::RoutingUrlFor def self.default_url_options=(obj); end end class ActionView::StreamingBuffer def <<(value); end def append=(value); end def concat(value); end def html_safe(); end def initialize(block); end def safe_append=(value); end def safe_concat(value); end end class ActionView::StreamingBuffer end class ActionView::StreamingFlow def initialize(view, fiber); end end class ActionView::StreamingFlow end class ActionView::StreamingTemplateRenderer end class ActionView::StreamingTemplateRenderer::Body def each(&block); end def initialize(&start); end end class ActionView::StreamingTemplateRenderer::Body end class ActionView::StreamingTemplateRenderer end class ActionView::Template Finalizer = ::T.let(nil, ::T.untyped) end class ActionView::Template::Error SOURCE_CODE_RADIUS = ::T.let(nil, ::T.untyped) end class ActionView::Template::HTML def formats(); end def identifier(); end def initialize(string, type=T.unsafe(nil)); end def render(*args); end def to_str(); end def type(); end def type=(type); end end class ActionView::Template::HTML end class ActionView::Template::Handlers::ERB ENCODING_TAG = ::T.let(nil, ::T.untyped) end class ActionView::Template::Handlers::ERB::Erubi BLOCK_EXPR = ::T.let(nil, ::T.untyped) end class ActionView::Template::Text def formats(); end def identifier(); end def initialize(string); end def render(*args); end def to_str(); end def type(); end def type=(type); end end class ActionView::Template::Text end class ActionView::Template::Types::Type SET = ::T.let(nil, ::T.untyped) end class ActionView::TemplateRenderer def render(context, options); end end class ActionView::TemplateRenderer end class ActionView::TestCase include ::Rails::Dom::Testing::Assertions include ::Rails::Dom::Testing::Assertions::DomAssertions include ::Rails::Dom::Testing::Assertions::SelectorAssertions include ::Rails::Dom::Testing::Assertions::SelectorAssertions::CountDescribable include ::ActionDispatch::Assertions include ::ActionDispatch::Assertions::ResponseAssertions include ::ActionDispatch::Assertions::RoutingAssertions include ::AbstractController::Helpers include ::ActionView::Helpers::AssetTagHelper include ::ActionView::Helpers::UrlHelper include ::ActionView::Helpers::FormTagHelper include ::ActionView::Helpers::FormHelper include ::ActionView::Helpers::TranslationHelper include ::ActionView::Helpers include ::ActiveSupport::Benchmarkable include ::ActionView::Helpers::ActiveModelHelper include ::ActionView::Helpers::AssetUrlHelper include ::ActionView::Helpers::AtomFeedHelper include ::ActionView::Helpers::CacheHelper include ::ActionView::Helpers::ControllerHelper include ::ActionView::Helpers::CspHelper include ::ActionView::Helpers::CsrfHelper include ::ActionView::Helpers::DateHelper include ::ActionView::Helpers::DebugHelper include ::ActionView::Helpers::FormOptionsHelper include ::ActionView::Helpers::SanitizeHelper include ::ActionView::Helpers::TagHelper include ::ActionView::Helpers::CaptureHelper include ::ActionView::Helpers::TextHelper include ::ActionView::Helpers::OutputSafetyHelper include ::ActionView::Helpers::JavaScriptHelper include ::ActionView::Helpers::NumberHelper include ::ActionView::Helpers::RecordTagHelper include ::ActionView::Helpers::RenderingHelper include ::ActiveSupport::Testing::ConstantLookup include ::ActionView::TestCase::Behavior include ::ActionDispatch::TestProcess include ::ActionDispatch::TestProcess::FixtureFile include ::ActionController::TemplateAssertions include ::ActionView::Context include ::ActionView::CompiledTemplates include ::ActionView::RecordIdentifier include ::ActionView::ModelNaming include ::ActionView::RoutingUrlFor include ::ActionDispatch::Routing::UrlFor include ::ActionDispatch::Routing::PolymorphicRoutes def _helper_methods(); end def _helper_methods=(val); end def _helper_methods?(); end def _helpers(); end def _helpers=(val); end def _helpers?(); end def debug_missing_translation(); end def debug_missing_translation=(obj); end end module ActionView::TestCase::Behavior include ::ActionDispatch::TestProcess include ::ActionDispatch::TestProcess::FixtureFile include ::ActionController::TemplateAssertions include ::ActionView::Context include ::ActionView::CompiledTemplates include ::ActionView::RecordIdentifier include ::ActionView::ModelNaming include ::ActionView::RoutingUrlFor include ::ActionDispatch::Routing::UrlFor include ::ActionDispatch::Routing::PolymorphicRoutes def _routes(); end def config(); end def controller(); end def controller=(controller); end def lookup_context(*args, &block); end def output_buffer(); end def output_buffer=(output_buffer); end def render(options=T.unsafe(nil), local_assigns=T.unsafe(nil), &block); end def rendered(); end def rendered=(rendered); end def rendered_views(); end def setup_with_controller(); end INTERNAL_IVARS = ::T.let(nil, ::T.untyped) end module ActionView::TestCase::Behavior::ClassMethods def determine_default_helper_class(name); end def helper_class(); end def helper_class=(helper_class); end def helper_method(*methods); end def new(*_); end def tests(helper_class); end end module ActionView::TestCase::Behavior::ClassMethods end module ActionView::TestCase::Behavior::Locals def render(options=T.unsafe(nil), local_assigns=T.unsafe(nil)); end def rendered_views(); end def rendered_views=(rendered_views); end end module ActionView::TestCase::Behavior::Locals end class ActionView::TestCase::Behavior::RenderedViewsCollection def add(view, locals); end def locals_for(view); end def rendered_views(); end def view_rendered?(view, expected_locals); end end class ActionView::TestCase::Behavior::RenderedViewsCollection end module ActionView::TestCase::Behavior extend ::ActiveSupport::Concern end class ActionView::TestCase::TestController include ::ActionDispatch::TestProcess include ::ActionDispatch::TestProcess::FixtureFile def controller_path=(path); end def initialize(); end def params=(params); end end class ActionView::TestCase::TestController def self.controller_path=(controller_path); end end class ActionView::TestCase extend ::AbstractController::Helpers::ClassMethods extend ::ActionView::TestCase::Behavior::ClassMethods def self._helper_methods(); end def self._helper_methods=(val); end def self._helper_methods?(); end def self._helpers(); end def self._helpers=(val); end def self._helpers?(); end def self.debug_missing_translation(); end def self.debug_missing_translation=(obj); end end module ActionView::VERSION MAJOR = ::T.let(nil, ::T.untyped) MINOR = ::T.let(nil, ::T.untyped) PRE = ::T.let(nil, ::T.untyped) STRING = ::T.let(nil, ::T.untyped) TINY = ::T.let(nil, ::T.untyped) end module ActiveJob::Arguments TYPE_WHITELIST = ::T.let(nil, ::T.untyped) end module ActiveJob::Callbacks extend ::ActiveSupport::Callbacks end class ActiveJob::ConfiguredJob def initialize(job_class, options=T.unsafe(nil)); end def perform_later(*args); end def perform_now(*args); end end class ActiveJob::ConfiguredJob end class ActiveJob::QueueAdapters::AsyncAdapter::Scheduler DEFAULT_EXECUTOR_OPTIONS = ::T.let(nil, ::T.untyped) end class ActiveJob::QueueAdapters::InlineAdapter def enqueue(job); end def enqueue_at(*_); end end class ActiveJob::QueueAdapters::InlineAdapter end class ActiveJob::QueueAdapters::TestAdapter def enqueue(job); end def enqueue_at(job, timestamp); end def enqueued_jobs(); end def enqueued_jobs=(enqueued_jobs); end def filter(); end def filter=(filter); end def perform_enqueued_at_jobs(); end def perform_enqueued_at_jobs=(perform_enqueued_at_jobs); end def perform_enqueued_jobs(); end def perform_enqueued_jobs=(perform_enqueued_jobs); end def performed_jobs(); end def performed_jobs=(performed_jobs); end def reject(); end def reject=(reject); end end class ActiveJob::QueueAdapters::TestAdapter end class ActiveJob::TestCase include ::ActiveJob::TestHelper end class ActiveJob::TestCase end module ActiveJob::VERSION MAJOR = ::T.let(nil, ::T.untyped) MINOR = ::T.let(nil, ::T.untyped) PRE = ::T.let(nil, ::T.untyped) STRING = ::T.let(nil, ::T.untyped) TINY = ::T.let(nil, ::T.untyped) end module ActiveModel::AttributeMethods CALL_COMPILABLE_REGEXP = ::T.let(nil, ::T.untyped) NAME_COMPILABLE_REGEXP = ::T.let(nil, ::T.untyped) end module ActiveModel::AttributeMethods::AttrNames end module ActiveModel::AttributeMethods::AttrNames def self.set_name_cache(name, value); end end class ActiveModel::AttributeMutationTracker OPTION_NOT_GIVEN = ::T.let(nil, ::T.untyped) end module ActiveModel::Attributes def attributes(); end def initialize(*_); end end module ActiveModel::Attributes::ClassMethods def attribute(name, type=T.unsafe(nil), **options); end end module ActiveModel::Attributes::ClassMethods end module ActiveModel::Attributes extend ::ActiveSupport::Concern end class ActiveModel::Errors CALLBACKS_OPTIONS = ::T.let(nil, ::T.untyped) MESSAGE_OPTIONS = ::T.let(nil, ::T.untyped) end module ActiveModel::Lint end module ActiveModel::Lint::Tests def test_errors_aref(); end def test_model_naming(); end def test_persisted?(); end def test_to_key(); end def test_to_param(); end def test_to_partial_path(); end end module ActiveModel::Lint::Tests end module ActiveModel::Lint end module ActiveModel::Model include ::ActiveModel::AttributeAssignment include ::ActiveModel::ForbiddenAttributesProtection def initialize(attributes=T.unsafe(nil)); end def persisted?(); end end module ActiveModel::Model extend ::ActiveSupport::Concern end module ActiveModel::SecurePassword MAX_PASSWORD_LENGTH_ALLOWED = ::T.let(nil, ::T.untyped) end class ActiveModel::Type::Boolean FALSE_VALUES = ::T.let(nil, ::T.untyped) end class ActiveModel::Type::Date ISO_DATE = ::T.let(nil, ::T.untyped) end class ActiveModel::Type::Decimal BIGDECIMAL_PRECISION = ::T.let(nil, ::T.untyped) end module ActiveModel::Type::Helpers::TimeValue ISO_DATETIME = ::T.let(nil, ::T.untyped) end class ActiveModel::Type::Integer DEFAULT_LIMIT = ::T.let(nil, ::T.untyped) end module ActiveModel::VERSION MAJOR = ::T.let(nil, ::T.untyped) MINOR = ::T.let(nil, ::T.untyped) PRE = ::T.let(nil, ::T.untyped) STRING = ::T.let(nil, ::T.untyped) TINY = ::T.let(nil, ::T.untyped) end module ActiveModel::Validations::ClassMethods VALID_OPTIONS_FOR_VALIDATE = ::T.let(nil, ::T.untyped) end module ActiveModel::Validations::Clusivity ERROR_MESSAGE = ::T.let(nil, ::T.untyped) end class ActiveModel::Validations::LengthValidator CHECKS = ::T.let(nil, ::T.untyped) MESSAGES = ::T.let(nil, ::T.untyped) RESERVED_OPTIONS = ::T.let(nil, ::T.untyped) end class ActiveModel::Validations::NumericalityValidator CHECKS = ::T.let(nil, ::T.untyped) INTEGER_REGEX = ::T.let(nil, ::T.untyped) RESERVED_OPTIONS = ::T.let(nil, ::T.untyped) end class ActiveRecord::Associations::AliasTracker def aliased_table_for(table_name, aliased_name, type_caster); end def aliases(); end def initialize(connection, aliases); end end class ActiveRecord::Associations::AliasTracker def self.create(connection, initial_table, joins); end def self.initial_count_for(connection, name, table_joins); end end class ActiveRecord::Associations::Association def association_scope(); end def create(attributes=T.unsafe(nil), &block); end def create!(attributes=T.unsafe(nil), &block); end def extensions(); end def initialize(owner, reflection); end def initialize_attributes(record, except_from_scope_attributes=T.unsafe(nil)); end def inversed_from(record); end def inversed_from_queries(record); end def klass(); end def load_target(); end def loaded!(); end def loaded?(); end def marshal_dump(); end def marshal_load(data); end def options(*args, &block); end def owner(); end def reflection(); end def reload(); end def remove_inverse_instance(record); end def reset(); end def reset_scope(); end def scope(); end def set_inverse_instance(record); end def set_inverse_instance_from_queries(record); end def stale_target?(); end def target(); end def target=(target); end def target_scope(); end end class ActiveRecord::Associations::Association end class ActiveRecord::Associations::AssociationScope def initialize(value_transformation); end def scope(association); end def value_transformation(); end INSTANCE = ::T.let(nil, ::T.untyped) end class ActiveRecord::Associations::AssociationScope::ReflectionProxy def aliased_table(); end def all_includes(); end def initialize(reflection, aliased_table); end end class ActiveRecord::Associations::AssociationScope::ReflectionProxy end class ActiveRecord::Associations::AssociationScope def self.create(&block); end def self.get_bind_values(owner, chain); end def self.scope(association); end end class ActiveRecord::Associations::BelongsToAssociation def decrement_counters(); end def default(&block); end def handle_dependency(); end def increment_counters(); end def target_changed?(); end def updated?(); end end class ActiveRecord::Associations::BelongsToAssociation end class ActiveRecord::Associations::BelongsToPolymorphicAssociation end class ActiveRecord::Associations::BelongsToPolymorphicAssociation end class ActiveRecord::Associations::Builder::Association VALID_OPTIONS = ::T.let(nil, ::T.untyped) end class ActiveRecord::Associations::Builder::BelongsTo end class ActiveRecord::Associations::Builder::BelongsTo def self.add_counter_cache_callbacks(model, reflection); end def self.add_counter_cache_methods(mixin); end def self.add_default_callbacks(model, reflection); end def self.add_touch_callbacks(model, reflection); end def self.define_accessors(mixin, reflection); end def self.touch_record(o, changes, foreign_key, name, touch, touch_method); end end class ActiveRecord::Associations::Builder::CollectionAssociation CALLBACKS = ::T.let(nil, ::T.untyped) end class ActiveRecord::Associations::Builder::CollectionAssociation def self.define_callback(model, callback_name, name, options); end def self.define_extensions(model, name, &block); end def self.wrap_scope(scope, mod); end end class ActiveRecord::Associations::Builder::HasAndBelongsToMany def association_name(); end def initialize(association_name, lhs_model, options); end def lhs_model(); end def middle_reflection(join_model); end def options(); end def through_model(); end end class ActiveRecord::Associations::Builder::HasAndBelongsToMany::JoinTableResolver end class ActiveRecord::Associations::Builder::HasAndBelongsToMany::JoinTableResolver::KnownClass def initialize(lhs_class, rhs_class_name); end def join_table(); end end class ActiveRecord::Associations::Builder::HasAndBelongsToMany::JoinTableResolver::KnownClass end class ActiveRecord::Associations::Builder::HasAndBelongsToMany::JoinTableResolver::KnownTable def join_table(); end def join_table=(_); end end class ActiveRecord::Associations::Builder::HasAndBelongsToMany::JoinTableResolver::KnownTable def self.[](*_); end def self.members(); end end class ActiveRecord::Associations::Builder::HasAndBelongsToMany::JoinTableResolver def self.build(lhs_class, name, options); end end class ActiveRecord::Associations::Builder::HasAndBelongsToMany end class ActiveRecord::Associations::Builder::HasMany end class ActiveRecord::Associations::Builder::HasMany end class ActiveRecord::Associations::Builder::HasOne end class ActiveRecord::Associations::Builder::HasOne end class ActiveRecord::Associations::Builder::SingularAssociation end class ActiveRecord::Associations::Builder::SingularAssociation def self.define_constructors(mixin, name); end end class ActiveRecord::Associations::CollectionAssociation def add_to_target(record, skip_callbacks=T.unsafe(nil), &block); end def build(attributes=T.unsafe(nil), &block); end def concat(*records); end def delete(*records); end def delete_all(dependent=T.unsafe(nil)); end def destroy(*records); end def destroy_all(); end def empty?(); end def find(*args); end def find_from_target?(); end def ids_reader(); end def ids_writer(ids); end def include?(record); end def null_scope?(); end def reader(); end def replace(other_array); end def size(); end def transaction(*args); end def writer(records); end end class ActiveRecord::Associations::CollectionAssociation end module ActiveRecord::Associations::ForeignAssociation def foreign_key_present?(); end end module ActiveRecord::Associations::ForeignAssociation end class ActiveRecord::Associations::HasManyAssociation include ::ActiveRecord::Associations::ForeignAssociation def handle_dependency(); end def insert_record(record, validate=T.unsafe(nil), raise=T.unsafe(nil)); end end class ActiveRecord::Associations::HasManyAssociation end class ActiveRecord::Associations::HasManyThroughAssociation include ::ActiveRecord::Associations::ThroughAssociation def concat_records(records); end end class ActiveRecord::Associations::HasManyThroughAssociation end class ActiveRecord::Associations::HasOneAssociation include ::ActiveRecord::Associations::ForeignAssociation def delete(method=T.unsafe(nil)); end def handle_dependency(); end def replace(record, save=T.unsafe(nil)); end end class ActiveRecord::Associations::HasOneAssociation end class ActiveRecord::Associations::HasOneThroughAssociation include ::ActiveRecord::Associations::ThroughAssociation end class ActiveRecord::Associations::HasOneThroughAssociation end class ActiveRecord::Associations::JoinDependency def alias_tracker(); end def apply_column_aliases(relation); end def initialize(base, table, associations); end def instantiate(result_set, &block); end def join_constraints(joins_to_add, join_type, alias_tracker); end def join_root(); end def reflections(); end end class ActiveRecord::Associations::JoinDependency::Aliases def column_alias(node, column); end def column_aliases(node); end def columns(); end def initialize(tables); end end class ActiveRecord::Associations::JoinDependency::Aliases::Column def alias(); end def alias=(_); end def name(); end def name=(_); end end class ActiveRecord::Associations::JoinDependency::Aliases::Column def self.[](*_); end def self.members(); end end class ActiveRecord::Associations::JoinDependency::Aliases::Table def column_aliases(); end def columns(); end def columns=(_); end def node(); end def node=(_); end end class ActiveRecord::Associations::JoinDependency::Aliases::Table def self.[](*_); end def self.members(); end end class ActiveRecord::Associations::JoinDependency::Aliases end class ActiveRecord::Associations::JoinDependency::JoinAssociation def initialize(reflection, children); end def join_constraints(foreign_table, foreign_klass, join_type, alias_tracker); end def reflection(); end def table=(table); end def tables(); end def tables=(tables); end end class ActiveRecord::Associations::JoinDependency::JoinAssociation end class ActiveRecord::Associations::JoinDependency::JoinBase def initialize(base_klass, table, children); end end class ActiveRecord::Associations::JoinDependency::JoinBase end class ActiveRecord::Associations::JoinDependency::JoinPart include ::Enumerable def base_klass(); end def children(); end def column_names(*args, &block); end def each(&block); end def each_children(&block); end def extract_record(row, column_names_with_alias); end def initialize(base_klass, children); end def instantiate(row, aliases, &block); end def match?(other); end def primary_key(*args, &block); end def table(); end def table_name(*args, &block); end end class ActiveRecord::Associations::JoinDependency::JoinPart end class ActiveRecord::Associations::JoinDependency def self.make_tree(associations); end def self.walk_tree(associations, hash); end end class ActiveRecord::Associations::Preloader def preload(records, associations, preload_scope=T.unsafe(nil)); end end class ActiveRecord::Associations::Preloader::AlreadyLoaded def initialize(klass, owners, reflection, preload_scope); end def owners(); end def preloaded_records(); end def reflection(); end def run(preloader); end end class ActiveRecord::Associations::Preloader::AlreadyLoaded end class ActiveRecord::Associations::Preloader::Association def initialize(klass, owners, reflection, preload_scope); end def klass(); end def model(); end def owners(); end def preload_scope(); end def preloaded_records(); end def reflection(); end def run(preloader); end end class ActiveRecord::Associations::Preloader::Association end class ActiveRecord::Associations::Preloader::ThroughAssociation end class ActiveRecord::Associations::Preloader::ThroughAssociation end class ActiveRecord::Associations::Preloader extend ::ActiveSupport::Autoload end class ActiveRecord::Associations::SingularAssociation def build(attributes=T.unsafe(nil), &block); end def force_reload_reader(); end def reader(); end def writer(record); end end class ActiveRecord::Associations::SingularAssociation end module ActiveRecord::Associations::ThroughAssociation def source_reflection(*args, &block); end end module ActiveRecord::Associations::ThroughAssociation end module ActiveRecord::AttributeMethods BLACKLISTED_CLASS_METHODS = ::T.let(nil, ::T.untyped) end module ActiveRecord::AttributeMethods::AttrNames ATTR_36275616475646f51647 = ::T.let(nil, ::T.untyped) ATTR_57074616475646f51647 = ::T.let(nil, ::T.untyped) ATTR_6716c65756 = ::T.let(nil, ::T.untyped) ATTR_b65697 = ::T.let(nil, ::T.untyped) end module ActiveRecord::AttributeMethods::ClassMethods COLUMN_NAME_ORDER_WHITELIST = ::T.let(nil, ::T.untyped) COLUMN_NAME_WHITELIST = ::T.let(nil, ::T.untyped) end module ActiveRecord::AttributeMethods::PrimaryKey::ClassMethods ID_ATTRIBUTE_METHODS = ::T.let(nil, ::T.untyped) end class ActiveRecord::Base include ::GlobalID::Identification end class ActiveRecord::Base extend ::ActiveStorage::Attached::Macros end module ActiveRecord::Batches ORDER_IGNORE_MESSAGE = ::T.let(nil, ::T.untyped) end module ActiveRecord::Callbacks CALLBACKS = ::T.let(nil, ::T.untyped) end class ActiveRecord::Coders::JSON end class ActiveRecord::Coders::JSON def self.dump(obj); end def self.load(json); end end class ActiveRecord::Coders::YAMLColumn def assert_valid_value(obj, action:); end def dump(obj); end def initialize(attr_name, object_class=T.unsafe(nil)); end def load(yaml); end def object_class(); end def object_class=(object_class); end end class ActiveRecord::Coders::YAMLColumn end class ActiveRecord::ConcurrentMigrationError DEFAULT_MESSAGE = ::T.let(nil, ::T.untyped) RELEASE_LOCK_FAILED_MESSAGE = ::T.let(nil, ::T.untyped) end class ActiveRecord::ConnectionAdapters::AbstractAdapter include ::ActiveRecord::ConnectionAdapters::SchemaStatements include ::ActiveRecord::Migration::JoinTable include ::ActiveRecord::ConnectionAdapters::DatabaseStatements ADAPTER_NAME = ::T.let(nil, ::T.untyped) SIMPLE_INT = ::T.let(nil, ::T.untyped) end class ActiveRecord::ConnectionAdapters::SQLite3Adapter ADAPTER_NAME = ::T.let(nil, ::T.untyped) COLLATE_REGEX = ::T.let(nil, ::T.untyped) NATIVE_DATABASE_TYPES = ::T.let(nil, ::T.untyped) end ActiveRecord::ConnectionAdapters::SchemaCreation = ActiveRecord::ConnectionAdapters::AbstractAdapter::SchemaCreation class ActiveRecord::ConnectionAdapters::StatementPool DEFAULT_STATEMENT_LIMIT = ::T.let(nil, ::T.untyped) end class ActiveRecord::ConnectionAdapters::TransactionManager NULL_TRANSACTION = ::T.let(nil, ::T.untyped) end module ActiveRecord::ConnectionHandling DEFAULT_ENV = ::T.let(nil, ::T.untyped) RAILS_ENV = ::T.let(nil, ::T.untyped) end module ActiveRecord::Enum ENUM_CONFLICT_MESSAGE = ::T.let(nil, ::T.untyped) end class ActiveRecord::ExplainSubscriber EXPLAINED_SQLS = ::T.let(nil, ::T.untyped) IGNORED_PAYLOADS = ::T.let(nil, ::T.untyped) end module ActiveRecord::FinderMethods ONE_AS_ONE = ::T.let(nil, ::T.untyped) end class ActiveRecord::FixtureSet MAX_ID = ::T.let(nil, ::T.untyped) end class ActiveRecord::LogSubscriber def sql(event); end IGNORE_PAYLOAD_NAMES = ::T.let(nil, ::T.untyped) RAILS_GEM_ROOT = ::T.let(nil, ::T.untyped) end class ActiveRecord::Migration MigrationFilenameRegexp = ::T.let(nil, ::T.untyped) end class ActiveRecord::Migration::CommandRecorder include ::ActiveRecord::Migration::JoinTable include ::ActiveRecord::Migration::CommandRecorder::StraightReversions def add_belongs_to(*args, &block); end def add_column(*args, &block); end def add_foreign_key(*args, &block); end def add_index(*args, &block); end def add_reference(*args, &block); end def add_timestamps(*args, &block); end def change_column(*args, &block); end def change_column_default(*args, &block); end def change_column_null(*args, &block); end def change_table(table_name, options=T.unsafe(nil)); end def commands(); end def commands=(commands); end def create_join_table(*args, &block); end def create_table(*args, &block); end def delegate(); end def delegate=(delegate); end def disable_extension(*args, &block); end def drop_join_table(*args, &block); end def drop_table(*args, &block); end def enable_extension(*args, &block); end def execute(*args, &block); end def execute_block(*args, &block); end def initialize(delegate=T.unsafe(nil)); end def inverse_of(command, args, &block); end def invert_add_belongs_to(args, &block); end def invert_remove_belongs_to(args, &block); end def record(*command, &block); end def remove_belongs_to(*args, &block); end def remove_column(*args, &block); end def remove_columns(*args, &block); end def remove_foreign_key(*args, &block); end def remove_index(*args, &block); end def remove_reference(*args, &block); end def remove_timestamps(*args, &block); end def rename_column(*args, &block); end def rename_index(*args, &block); end def rename_table(*args, &block); end def revert(); end def reverting(); end def reverting=(reverting); end def transaction(*args, &block); end ReversibleAndIrreversibleMethods = ::T.let(nil, ::T.untyped) end module ActiveRecord::Migration::CommandRecorder::StraightReversions def invert_add_column(args, &block); end def invert_add_reference(args, &block); end def invert_add_timestamps(args, &block); end def invert_create_join_table(args, &block); end def invert_create_table(args, &block); end def invert_disable_extension(args, &block); end def invert_drop_join_table(args, &block); end def invert_drop_table(args, &block); end def invert_enable_extension(args, &block); end def invert_execute_block(args, &block); end def invert_remove_column(args, &block); end def invert_remove_reference(args, &block); end def invert_remove_timestamps(args, &block); end def invert_transaction(args, &block); end end module ActiveRecord::Migration::CommandRecorder::StraightReversions end class ActiveRecord::Migration::CommandRecorder end class ActiveRecord::Migrator MIGRATOR_SALT = ::T.let(nil, ::T.untyped) end module ActiveRecord::NestedAttributes UNASSIGNABLE_KEYS = ::T.let(nil, ::T.untyped) end module ActiveRecord::NestedAttributes::ClassMethods REJECT_ALL_BLANK_PROC = ::T.let(nil, ::T.untyped) end module ActiveRecord::NullRelation def any?(); end def calculate(operation, _column_name); end def delete(_id_or_array); end def delete_all(); end def empty?(); end def exists?(_conditions=T.unsafe(nil)); end def many?(); end def none?(); end def one?(); end def or(other); end def pluck(*column_names); end def to_sql(); end def update_all(_updates); end end module ActiveRecord::NullRelation end module ActiveRecord::QueryMethods DEFAULT_VALUES = ::T.let(nil, ::T.untyped) FROZEN_EMPTY_ARRAY = ::T.let(nil, ::T.untyped) FROZEN_EMPTY_HASH = ::T.let(nil, ::T.untyped) STRUCTURAL_OR_METHODS = ::T.let(nil, ::T.untyped) VALID_DIRECTIONS = ::T.let(nil, ::T.untyped) VALID_UNSCOPING_VALUES = ::T.let(nil, ::T.untyped) end class ActiveRecord::Reflection::AssociationReflection INVALID_AUTOMATIC_INVERSE_OPTIONS = ::T.let(nil, ::T.untyped) VALID_AUTOMATIC_INVERSE_MACROS = ::T.let(nil, ::T.untyped) end class ActiveRecord::Relation include ::ActiveRecord::Delegation include ::ActiveRecord::Explain include ::ActiveRecord::Batches include ::ActiveRecord::QueryMethods include ::ActiveModel::ForbiddenAttributesProtection include ::ActiveRecord::SpawnMethods include ::ActiveRecord::Calculations CLAUSE_METHODS = ::T.let(nil, ::T.untyped) INVALID_METHODS_FOR_DELETE_ALL = ::T.let(nil, ::T.untyped) MULTI_VALUE_METHODS = ::T.let(nil, ::T.untyped) SINGLE_VALUE_METHODS = ::T.let(nil, ::T.untyped) VALUE_METHODS = ::T.let(nil, ::T.untyped) end class ActiveRecord::Relation::Merger NORMAL_VALUES = ::T.let(nil, ::T.untyped) end class ActiveRecord::Relation::WhereClause ARRAY_WITH_EMPTY_STRING = ::T.let(nil, ::T.untyped) end class ActiveRecord::Scoping::ScopeRegistry VALID_SCOPE_TYPES = ::T.let(nil, ::T.untyped) end class ActiveRecord::SuppressorRegistry def self.suppressed(*args, &block); end end module ActiveRecord::Tasks::DatabaseTasks def charset(*arguments); end def charset_current(environment=T.unsafe(nil)); end def check_protected_environments!(); end def check_schema_file(filename); end def check_target_version(); end def collation(*arguments); end def collation_current(environment=T.unsafe(nil)); end def create(*arguments); end def create_all(); end def create_current(environment=T.unsafe(nil)); end def current_config(options=T.unsafe(nil)); end def current_config=(current_config); end def database_configuration(); end def database_configuration=(database_configuration); end def db_dir(); end def db_dir=(db_dir); end def drop(*arguments); end def drop_all(); end def drop_current(environment=T.unsafe(nil)); end def dump_schema_cache(conn, filename); end def env(); end def env=(env); end def fixtures_path(); end def fixtures_path=(fixtures_path); end def load_schema(configuration, format=T.unsafe(nil), file=T.unsafe(nil), environment=T.unsafe(nil)); end def load_schema_current(format=T.unsafe(nil), file=T.unsafe(nil), environment=T.unsafe(nil)); end def load_seed(); end def migrate(); end def migrations_paths(); end def migrations_paths=(migrations_paths); end def purge(configuration); end def purge_all(); end def purge_current(environment=T.unsafe(nil)); end def register_task(pattern, task); end def root(); end def root=(root); end def schema_file(format=T.unsafe(nil)); end def seed_loader(); end def seed_loader=(seed_loader); end def structure_dump(*arguments); end def structure_load(*arguments); end def target_version(); end LOCAL_HOSTS = ::T.let(nil, ::T.untyped) end module ActiveRecord::Tasks::DatabaseTasks extend ::ActiveRecord::Tasks::DatabaseTasks def self.structure_dump_flags(); end def self.structure_dump_flags=(obj); end def self.structure_load_flags(); end def self.structure_load_flags=(obj); end end class ActiveRecord::Tasks::MySQLDatabaseTasks def charset(); end def collation(); end def connection(*args, &block); end def create(); end def drop(); end def establish_connection(*args, &block); end def initialize(configuration); end def purge(); end def structure_dump(filename, extra_flags); end def structure_load(filename, extra_flags); end end class ActiveRecord::Tasks::MySQLDatabaseTasks end class ActiveRecord::Tasks::PostgreSQLDatabaseTasks def charset(); end def clear_active_connections!(*args, &block); end def collation(); end def connection(*args, &block); end def create(master_established=T.unsafe(nil)); end def drop(); end def establish_connection(*args, &block); end def initialize(configuration); end def purge(); end def structure_dump(filename, extra_flags); end def structure_load(filename, extra_flags); end DEFAULT_ENCODING = ::T.let(nil, ::T.untyped) ON_ERROR_STOP_1 = ::T.let(nil, ::T.untyped) SQL_COMMENT_BEGIN = ::T.let(nil, ::T.untyped) end class ActiveRecord::Tasks::PostgreSQLDatabaseTasks end class ActiveRecord::Tasks::SQLiteDatabaseTasks def charset(); end def connection(*args, &block); end def create(); end def drop(); end def establish_connection(*args, &block); end def initialize(configuration, root=T.unsafe(nil)); end def purge(); end def structure_dump(filename, extra_flags); end def structure_load(filename, extra_flags); end end class ActiveRecord::Tasks::SQLiteDatabaseTasks end module ActiveRecord::Transactions ACTIONS = ::T.let(nil, ::T.untyped) end ActiveRecord::Type::BigInteger = ActiveModel::Type::BigInteger ActiveRecord::Type::Binary = ActiveModel::Type::Binary ActiveRecord::Type::Decimal = ActiveModel::Type::Decimal ActiveRecord::Type::Float = ActiveModel::Type::Float ActiveRecord::Type::Helpers = ActiveModel::Type::Helpers ActiveRecord::Type::Integer = ActiveModel::Type::Integer class ActiveRecord::Type::Time::Value end module ActiveRecord::VERSION MAJOR = ::T.let(nil, ::T.untyped) MINOR = ::T.let(nil, ::T.untyped) PRE = ::T.let(nil, ::T.untyped) STRING = ::T.let(nil, ::T.untyped) TINY = ::T.let(nil, ::T.untyped) end class ActiveStorage::Service def delete(key); end def delete_prefixed(prefix); end def download(key); end def download_chunk(key, range); end def exist?(key); end def headers_for_direct_upload(key, filename:, content_type:, content_length:, checksum:); end def update_metadata(key, **metadata); end def upload(key, io, checksum: T.unsafe(nil), **options); end def url(key, expires_in:, disposition:, filename:, content_type:); end def url_expires_in(); end def url_expires_in=(val); end def url_expires_in?(); end def url_for_direct_upload(key, expires_in:, content_type:, content_length:, checksum:); end end class ActiveStorage::Service::Configurator def build(service_name); end def configurations(); end def initialize(configurations); end end class ActiveStorage::Service::Configurator def self.build(service_name, configurations); end end class ActiveStorage::Service extend ::ActiveSupport::Autoload def self.build(configurator:, service: T.unsafe(nil), **service_config); end def self.configure(service_name, configurations); end def self.url_expires_in(); end def self.url_expires_in=(val); end def self.url_expires_in?(); end end module ActiveStorage::VERSION MAJOR = ::T.let(nil, ::T.untyped) MINOR = ::T.let(nil, ::T.untyped) PRE = ::T.let(nil, ::T.untyped) STRING = ::T.let(nil, ::T.untyped) TINY = ::T.let(nil, ::T.untyped) end class ActiveSupport::BacktraceCleaner def add_filter(&block); end def add_silencer(&block); end def clean(backtrace, kind=T.unsafe(nil)); end def filter(backtrace, kind=T.unsafe(nil)); end def remove_filters!(); end def remove_silencers!(); end end class ActiveSupport::BacktraceCleaner end module ActiveSupport::Cache UNIVERSAL_OPTIONS = ::T.let(nil, ::T.untyped) end class ActiveSupport::Cache::Entry DEFAULT_COMPRESS_LIMIT = ::T.let(nil, ::T.untyped) end class ActiveSupport::Cache::FileStore include ::ActiveSupport::Cache::Strategy::LocalCache def cache_path(); end def initialize(cache_path, options=T.unsafe(nil)); end DIR_FORMATTER = ::T.let(nil, ::T.untyped) EXCLUDED_DIRS = ::T.let(nil, ::T.untyped) FILENAME_MAX_SIZE = ::T.let(nil, ::T.untyped) FILEPATH_MAX_SIZE = ::T.let(nil, ::T.untyped) GITKEEP_FILES = ::T.let(nil, ::T.untyped) end class ActiveSupport::Cache::FileStore end class ActiveSupport::Cache::MemoryStore PER_ENTRY_OVERHEAD = ::T.let(nil, ::T.untyped) end class ActiveSupport::Cache::NullStore include ::ActiveSupport::Cache::Strategy::LocalCache end module ActiveSupport::Callbacks CALLBACK_FILTER_TYPES = ::T.let(nil, ::T.untyped) end class ActiveSupport::CurrentAttributes include ::ActiveSupport::Callbacks def __callbacks(); end def __callbacks?(); end def _reset_callbacks(); end def _run_reset_callbacks(&block); end def attributes(); end def attributes=(attributes); end def reset(); end def set(set_attributes); end end class ActiveSupport::CurrentAttributes extend ::ActiveSupport::DescendantsTracker def self.__callbacks(); end def self.__callbacks=(val); end def self.__callbacks?(); end def self._reset_callbacks(); end def self._reset_callbacks=(value); end def self.attribute(*names); end def self.clear_all(); end def self.instance(); end def self.reset(*args, &block); end def self.reset_all(); end def self.resets(&block); end def self.set(*args, &block); end end module ActiveSupport::Dependencies Reference = ::T.let(nil, ::T.untyped) end class ActiveSupport::Deprecation def deprecation_horizon(); end def deprecation_horizon=(deprecation_horizon); end def initialize(deprecation_horizon=T.unsafe(nil), gem_name=T.unsafe(nil)); end DEFAULT_BEHAVIORS = ::T.let(nil, ::T.untyped) end module ActiveSupport::Deprecation::Reporting RAILS_GEM_ROOT = ::T.let(nil, ::T.untyped) end class ActiveSupport::Deprecation extend ::ActiveSupport::Deprecation::InstanceDelegator::OverrideDelegators end class ActiveSupport::Digest end class ActiveSupport::Digest def self.hash_digest_class(); end def self.hash_digest_class=(klass); end def self.hexdigest(arg); end end class ActiveSupport::Duration PARTS = ::T.let(nil, ::T.untyped) PARTS_IN_SECONDS = ::T.let(nil, ::T.untyped) SECONDS_PER_DAY = ::T.let(nil, ::T.untyped) SECONDS_PER_HOUR = ::T.let(nil, ::T.untyped) SECONDS_PER_MINUTE = ::T.let(nil, ::T.untyped) SECONDS_PER_MONTH = ::T.let(nil, ::T.untyped) SECONDS_PER_WEEK = ::T.let(nil, ::T.untyped) SECONDS_PER_YEAR = ::T.let(nil, ::T.untyped) end class ActiveSupport::Duration::ISO8601Parser def initialize(string); end def mode(); end def mode=(mode); end def parse!(); end def parts(); end def scanner(); end def sign(); end def sign=(sign); end COMMA = ::T.let(nil, ::T.untyped) DATE_COMPONENT = ::T.let(nil, ::T.untyped) DATE_COMPONENTS = ::T.let(nil, ::T.untyped) DATE_MARKER = ::T.let(nil, ::T.untyped) DATE_TO_PART = ::T.let(nil, ::T.untyped) PERIOD = ::T.let(nil, ::T.untyped) PERIOD_OR_COMMA = ::T.let(nil, ::T.untyped) SIGN_MARKER = ::T.let(nil, ::T.untyped) TIME_COMPONENT = ::T.let(nil, ::T.untyped) TIME_COMPONENTS = ::T.let(nil, ::T.untyped) TIME_MARKER = ::T.let(nil, ::T.untyped) TIME_TO_PART = ::T.let(nil, ::T.untyped) end class ActiveSupport::Duration::ISO8601Parser::ParsingError end class ActiveSupport::Duration::ISO8601Parser::ParsingError end class ActiveSupport::Duration::ISO8601Parser end class ActiveSupport::Duration::ISO8601Serializer def initialize(duration, precision: T.unsafe(nil)); end def serialize(); end end class ActiveSupport::Duration::ISO8601Serializer end class ActiveSupport::EncryptedFile CIPHER = ::T.let(nil, ::T.untyped) end class ActiveSupport::EventedFileUpdateChecker def execute(); end def execute_if_updated(); end def initialize(files, dirs=T.unsafe(nil), &block); end def updated?(); end end class ActiveSupport::EventedFileUpdateChecker::PathHelper def existing_parent(dir); end def filter_out_descendants(dirs); end def longest_common_subpath(paths); end def normalize_extension(ext); end def xpath(path); end end class ActiveSupport::EventedFileUpdateChecker::PathHelper end class ActiveSupport::EventedFileUpdateChecker end class ActiveSupport::ExecutionWrapper Null = ::T.let(nil, ::T.untyped) end module ActiveSupport::Gzip end class ActiveSupport::Gzip::Stream end class ActiveSupport::Gzip::Stream end module ActiveSupport::Gzip def self.compress(source, level=T.unsafe(nil), strategy=T.unsafe(nil)); end def self.decompress(source); end end module ActiveSupport::JSON DATETIME_REGEX = ::T.let(nil, ::T.untyped) DATE_REGEX = ::T.let(nil, ::T.untyped) end class ActiveSupport::LegacyKeyGenerator SECRET_MIN_LENGTH = ::T.let(nil, ::T.untyped) end class ActiveSupport::LogSubscriber def colorize_logging(); end def colorize_logging=(obj); end def debug(progname=T.unsafe(nil), &block); end def error(progname=T.unsafe(nil), &block); end def fatal(progname=T.unsafe(nil), &block); end def info(progname=T.unsafe(nil), &block); end def logger(); end def unknown(progname=T.unsafe(nil), &block); end def warn(progname=T.unsafe(nil), &block); end BLACK = ::T.let(nil, ::T.untyped) BLUE = ::T.let(nil, ::T.untyped) BOLD = ::T.let(nil, ::T.untyped) CLEAR = ::T.let(nil, ::T.untyped) CYAN = ::T.let(nil, ::T.untyped) GREEN = ::T.let(nil, ::T.untyped) MAGENTA = ::T.let(nil, ::T.untyped) RED = ::T.let(nil, ::T.untyped) WHITE = ::T.let(nil, ::T.untyped) YELLOW = ::T.let(nil, ::T.untyped) end class ActiveSupport::MessageEncryptor include ::ActiveSupport::Messages::Rotator::Encryptor include ::ActiveSupport::Messages::Rotator end ActiveSupport::MessageEncryptor::OpenSSLCipherError = OpenSSL::Cipher::CipherError class ActiveSupport::MessageVerifier include ::ActiveSupport::Messages::Rotator::Verifier include ::ActiveSupport::Messages::Rotator end module ActiveSupport::Multibyte::Unicode 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_SLAST = ::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) NORMALIZATION_FORMS = ::T.let(nil, ::T.untyped) UNICODE_VERSION = ::T.let(nil, ::T.untyped) end class ActiveSupport::Multibyte::Unicode::UnicodeDatabase ATTRIBUTES = ::T.let(nil, ::T.untyped) end class ActiveSupport::NumberHelper::NumberConverter def execute(); end def initialize(number, options); end def namespace(); end def namespace=(val); end def namespace?(); end def number(); end def opts(); end def validate_float(); end def validate_float=(val); end def validate_float?(); end DEFAULTS = ::T.let(nil, ::T.untyped) end class ActiveSupport::NumberHelper::NumberConverter def self.convert(number, options); end def self.namespace(); end def self.namespace=(val); end def self.namespace?(); end def self.validate_float(); end def self.validate_float=(val); end def self.validate_float?(); end end class ActiveSupport::NumberHelper::NumberToCurrencyConverter def convert(); end end class ActiveSupport::NumberHelper::NumberToCurrencyConverter end class ActiveSupport::NumberHelper::NumberToDelimitedConverter def convert(); end DEFAULT_DELIMITER_REGEX = ::T.let(nil, ::T.untyped) end class ActiveSupport::NumberHelper::NumberToDelimitedConverter end class ActiveSupport::NumberHelper::NumberToHumanConverter def convert(); end DECIMAL_UNITS = ::T.let(nil, ::T.untyped) INVERTED_DECIMAL_UNITS = ::T.let(nil, ::T.untyped) end class ActiveSupport::NumberHelper::NumberToHumanConverter end class ActiveSupport::NumberHelper::NumberToHumanSizeConverter def convert(); end STORAGE_UNITS = ::T.let(nil, ::T.untyped) end class ActiveSupport::NumberHelper::NumberToHumanSizeConverter end class ActiveSupport::NumberHelper::NumberToPercentageConverter def convert(); end end class ActiveSupport::NumberHelper::NumberToPercentageConverter end class ActiveSupport::NumberHelper::NumberToPhoneConverter def convert(); end end class ActiveSupport::NumberHelper::NumberToPhoneConverter end class ActiveSupport::NumberHelper::NumberToRoundedConverter def convert(); end end class ActiveSupport::NumberHelper::NumberToRoundedConverter end class ActiveSupport::NumberHelper::RoundingHelper def digit_count(number); end def initialize(options); end def options(); end def round(number); end end class ActiveSupport::NumberHelper::RoundingHelper end class ActiveSupport::OrderedHash def encode_with(coder); end def reject(*args, &block); end def select(*args, &block); end def to_yaml_type(); end end class ActiveSupport::OrderedHash end class ActiveSupport::ProxyObject def raise(*args); end end class ActiveSupport::ProxyObject end module ActiveSupport::RangeWithFormat RANGE_FORMATS = ::T.let(nil, ::T.untyped) end class ActiveSupport::SafeBuffer UNSAFE_STRING_METHODS = ::T.let(nil, ::T.untyped) end class ActiveSupport::Subscriber def finish(name, id, payload); end def patterns(); end def start(name, id, payload); end end class ActiveSupport::TestCase include ::ActiveSupport::Testing::SetupAndTeardown end module ActiveSupport::Testing::Assertions UNTRACKED = ::T.let(nil, ::T.untyped) end module ActiveSupport::Testing::Isolation::Subprocess ORIG_ARGV = ::T.let(nil, ::T.untyped) end class ActiveSupport::TimeWithZone include ::DateAndTime::Compatibility PRECISIONS = ::T.let(nil, ::T.untyped) end class ActiveSupport::TimeZone MAPPING = ::T.let(nil, ::T.untyped) UTC_OFFSET_WITHOUT_COLON = ::T.let(nil, ::T.untyped) UTC_OFFSET_WITH_COLON = ::T.let(nil, ::T.untyped) end module ActiveSupport::VERSION MAJOR = ::T.let(nil, ::T.untyped) MINOR = ::T.let(nil, ::T.untyped) PRE = ::T.let(nil, ::T.untyped) STRING = ::T.let(nil, ::T.untyped) TINY = ::T.let(nil, ::T.untyped) end class ActiveSupport::XMLConverter DISALLOWED_TYPES = ::T.let(nil, ::T.untyped) end module ActiveSupport::XmlMini DEFAULT_ENCODINGS = ::T.let(nil, ::T.untyped) FORMATTING = ::T.let(nil, ::T.untyped) PARSING = ::T.let(nil, ::T.untyped) TYPE_NAMES = ::T.let(nil, ::T.untyped) end module ActiveSupport::XmlMini_REXML CONTENT_KEY = ::T.let(nil, ::T.untyped) end class Addrinfo def connect_internal(local_addrinfo, timeout=T.unsafe(nil)); end end class ApplicationRecord include ::ApplicationRecord::GeneratedAssociationMethods end module ApplicationRecord::GeneratedAssociationMethods end module ApplicationRecord::GeneratedAssociationMethods end module Appraisal VERSION = ::T.let(nil, ::T.untyped) end class Appraisal::Appraisal DEFAULT_INSTALL_OPTIONS = ::T.let(nil, ::T.untyped) end class Appraisal::BundlerDSL PARTS = ::T.let(nil, ::T.untyped) end class Appraisal::Command BUNDLER_ENV_VARS = ::T.let(nil, ::T.untyped) end class Appraisal::Git def initialize(source, options=T.unsafe(nil)); end end class Appraisal::Git end class Appraisal::Group def initialize(group_names); end end class Appraisal::Group end class Appraisal::Path def initialize(source, options=T.unsafe(nil)); end end class Appraisal::Path end class Appraisal::Platform def initialize(platform_names); end end class Appraisal::Platform end class Appraisal::Source def initialize(source); end end class Appraisal::Source end module Arel VERSION = ::T.let(nil, ::T.untyped) end Arel::Attribute = Arel::Attributes::Attribute Arel::Node = Arel::Nodes::Node class Arel::SelectManager STRING_OR_SYMBOL_CLASS = ::T.let(nil, ::T.untyped) end class Arel::Visitors::DepthFirst DISPATCH = ::T.let(nil, ::T.untyped) end class Arel::Visitors::PostgreSQL CUBE = ::T.let(nil, ::T.untyped) GROUPING_SET = ::T.let(nil, ::T.untyped) ROLLUP = ::T.let(nil, ::T.untyped) end class Arel::Visitors::ToSql AND = ::T.let(nil, ::T.untyped) COMMA = ::T.let(nil, ::T.untyped) DISTINCT = ::T.let(nil, ::T.untyped) GROUP_BY = ::T.let(nil, ::T.untyped) ORDER_BY = ::T.let(nil, ::T.untyped) SPACE = ::T.let(nil, ::T.untyped) WHERE = ::T.let(nil, ::T.untyped) WINDOW = ::T.let(nil, ::T.untyped) end class Array include ::JSON::Ext::Generator::GeneratorMethods::Array def shelljoin(); end def to_h(); end end class Array def self.wrap(object); end end BasicObject::BasicObject = BasicObject class Benchmark::Job def initialize(width); end end class Benchmark::Report def initialize(width=T.unsafe(nil), format=T.unsafe(nil)); end end class Benchmark::Tms def to_a(); end end class BigDecimal include ::ActiveSupport::BigDecimalWithDefaultFormat include ::ActiveSupport::NumericWithFormat def clone(); end def to_digits(); end EXCEPTION_NaN = ::T.let(nil, ::T.untyped) VERSION = ::T.let(nil, ::T.untyped) end class BigDecimal def self.new(*args, **kwargs); end end class Binding def clone(); end def irb(); end end class Book include ::Book::GeneratedAssociationMethods end module Book::GeneratedAssociationMethods end module Book::GeneratedAssociationMethods 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::FeatureFlag def github_https?(); end def global_path_appends_ruby_scope?(); end def lockfile_upgrade_warning?(); 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, headers=T.unsafe(nil), counter=T.unsafe(nil)); end def initialize(connection, redirect_limit); end def redirect_limit(); end def request(uri, headers); 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 module Bundler::FileUtils VERSION = ::T.let(nil, ::T.untyped) end class Bundler::FileUtils::Entry_ def link(dest); end end module Bundler::FileUtils def self.cp_lr(src, dest, noop: T.unsafe(nil), verbose: T.unsafe(nil), dereference_root: T.unsafe(nil), remove_destination: T.unsafe(nil)); end def self.link_entry(src, dest, dereference_root=T.unsafe(nil), remove_destination=T.unsafe(nil)); 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_input(cmd); end def sh_with_status(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 prerelease_specified(); end def prerelease_specified=(prerelease_specified); end def sort_versions(dep, spec_groups); end def strict(); end def strict=(strict); end def unlock_gems(); end DEBUG = ::T.let(nil, ::T.untyped) 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(deps, options=T.unsafe(nil)); end def inject(gemfile_path, lockfile_path); end def remove(gemfile_path, lockfile_path); end INJECTED_GEMS = ::T.let(nil, ::T.untyped) end class Bundler::Injector def self.inject(new_deps, options=T.unsafe(nil)); end def self.remove(gems, 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 module Bundler::Plugin::Events GEM_AFTER_INSTALL = ::T.let(nil, ::T.untyped) GEM_AFTER_INSTALL_ALL = ::T.let(nil, ::T.untyped) GEM_BEFORE_INSTALL = ::T.let(nil, ::T.untyped) GEM_BEFORE_INSTALL_ALL = ::T.let(nil, ::T.untyped) 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::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::RubygemsIntegration::MoreFuture def backport_ext_builder_monitor(); end def default_stubs(); end 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 Byebug PORT = ::T.let(nil, ::T.untyped) end class Byebug::AutoirbSetting DEFAULT = ::T.let(nil, ::T.untyped) end class Byebug::AutolistSetting DEFAULT = ::T.let(nil, ::T.untyped) end class Byebug::AutoprySetting DEFAULT = ::T.let(nil, ::T.untyped) end class Byebug::AutosaveSetting DEFAULT = ::T.let(nil, ::T.untyped) end class Byebug::CallstyleSetting DEFAULT = ::T.let(nil, ::T.untyped) end class Byebug::Command extend ::Byebug::Helpers::StringHelper end class Byebug::Context extend ::Byebug::Helpers::PathHelper end class Byebug::FullpathSetting DEFAULT = ::T.let(nil, ::T.untyped) end class Byebug::HistfileSetting DEFAULT = ::T.let(nil, ::T.untyped) end class Byebug::HistsizeSetting DEFAULT = ::T.let(nil, ::T.untyped) end class Byebug::ListsizeSetting DEFAULT = ::T.let(nil, ::T.untyped) end class Byebug::LocalInterface EOF_ALIAS = ::T.let(nil, ::T.untyped) end class Byebug::Printers::Base SEPARATOR = ::T.let(nil, ::T.untyped) end class Byebug::SavefileSetting DEFAULT = ::T.let(nil, ::T.untyped) end class Byebug::Setting DEFAULT = ::T.let(nil, ::T.untyped) end class Byebug::ThreadsTable end class Byebug::ThreadsTable end class Byebug::WidthSetting DEFAULT = ::T.let(nil, ::T.untyped) 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 Class def json_creatable?(); end end module CodeRay CODERAY_PATH = ::T.let(nil, ::T.untyped) TokenKinds = ::T.let(nil, ::T.untyped) VERSION = ::T.let(nil, ::T.untyped) end class CodeRay::Duo def call(code, options=T.unsafe(nil)); end def encode(code, options=T.unsafe(nil)); end def encoder(); end def format(); end def format=(format); end def highlight(code, options=T.unsafe(nil)); end def initialize(lang=T.unsafe(nil), format=T.unsafe(nil), options=T.unsafe(nil)); end def lang(); end def lang=(lang); end def options(); end def options=(options); end def scanner(); end end class CodeRay::Duo def self.[](*_); end end class CodeRay::Encoders::Encoder DEFAULT_OPTIONS = ::T.let(nil, ::T.untyped) end CodeRay::Encoders::Encoder::PLUGIN_HOST = CodeRay::Encoders class CodeRay::Encoders::Terminal TOKEN_COLORS = ::T.let(nil, ::T.untyped) end module CodeRay::FileType TypeFromExt = ::T.let(nil, ::T.untyped) TypeFromName = ::T.let(nil, ::T.untyped) TypeFromShebang = ::T.let(nil, ::T.untyped) end class CodeRay::FileType::UnknownFileType end class CodeRay::FileType::UnknownFileType end module CodeRay::FileType def self.[](filename, read_shebang=T.unsafe(nil)); end def self.fetch(filename, default=T.unsafe(nil), read_shebang=T.unsafe(nil)); end def self.type_from_shebang(filename); end end module CodeRay::PluginHost PLUGIN_HOSTS = ::T.let(nil, ::T.untyped) PLUGIN_HOSTS_BY_ID = ::T.let(nil, ::T.untyped) end module CodeRay::Scanners end class CodeRay::Scanners::Scanner include ::Enumerable def binary_string(); end def column(pos=T.unsafe(nil)); end def each(&block); end def file_extension(); end def initialize(code=T.unsafe(nil), options=T.unsafe(nil)); end def lang(); end def line(pos=T.unsafe(nil)); end def raise_inspect(message, tokens, state=T.unsafe(nil), ambit=T.unsafe(nil), backtrace=T.unsafe(nil)); end def raise_inspect_arguments(message, tokens, state, ambit); end def reset_instance(); end def scan_rest(); end def scan_tokens(tokens, options); end def scanner_state_info(state); end def set_string_from_source(source); end def set_tokens_from_options(options); end def setup(); end def state(); end def state=(state); end def string=(code); end def tokenize(source=T.unsafe(nil), options=T.unsafe(nil)); end def tokens(); end def tokens_last(tokens, n); end def tokens_size(tokens); end DEFAULT_OPTIONS = ::T.let(nil, ::T.untyped) KINDS_NOT_LOC = ::T.let(nil, ::T.untyped) SCANNER_STATE_INFO = ::T.let(nil, ::T.untyped) SCAN_ERROR_MESSAGE = ::T.let(nil, ::T.untyped) end CodeRay::Scanners::Scanner::PLUGIN_HOST = CodeRay::Scanners class CodeRay::Scanners::Scanner::ScanError end class CodeRay::Scanners::Scanner::ScanError end class CodeRay::Scanners::Scanner extend ::CodeRay::Plugin def self.encode_with_encoding(code, target_encoding); end def self.encoding(name=T.unsafe(nil)); end def self.file_extension(extension=T.unsafe(nil)); end def self.guess_encoding(s); end def self.lang(); end def self.normalize(code); end def self.to_unix(code); end end module CodeRay::Scanners extend ::CodeRay::PluginHost end module CodeRay::Styles end class CodeRay::Styles::Style DEFAULT_OPTIONS = ::T.let(nil, ::T.untyped) end CodeRay::Styles::Style::PLUGIN_HOST = CodeRay::Styles class CodeRay::Styles::Style extend ::CodeRay::Plugin end module CodeRay::Styles extend ::CodeRay::PluginHost end class CodeRay::Tokens def begin_group(kind); end def begin_line(kind); end def count(); end def encode(encoder, options=T.unsafe(nil)); end def end_group(kind); end def end_line(kind); end def method_missing(meth, options=T.unsafe(nil)); end def scanner(); end def scanner=(scanner); end def split_into_parts(*sizes); end def text_token(*_); end def to_s(); end def tokens(*_); end end class CodeRay::Tokens end class CodeRay::TokensProxy def block(); end def block=(block); end def each(*args, &blk); end def encode(encoder, options=T.unsafe(nil)); end def initialize(input, lang, options=T.unsafe(nil), block=T.unsafe(nil)); end def input(); end def input=(input); end def lang(); end def lang=(lang); end def method_missing(method, *args, &blk); end def options(); end def options=(options); end def scanner(); end def tokens(); end end class CodeRay::TokensProxy end module Concurrent NULL = ::T.let(nil, ::T.untyped) NULL_LOGGER = ::T.let(nil, ::T.untyped) VERSION = ::T.let(nil, ::T.untyped) end class Concurrent::AbstractExecutorService FALLBACK_POLICIES = ::T.let(nil, ::T.untyped) end Concurrent::Collection::MapImplementation = Concurrent::Collection::MriMapBackend class Concurrent::ConcurrentUpdateError CONC_UP_ERR_BACKTRACE = ::T.let(nil, ::T.untyped) end class Concurrent::LockFreeStack EMPTY = ::T.let(nil, ::T.untyped) end class Concurrent::MVar EMPTY = ::T.let(nil, ::T.untyped) TIMEOUT = ::T.let(nil, ::T.untyped) end class Concurrent::Maybe NONE = ::T.let(nil, ::T.untyped) end module Concurrent::Promises::InternalStates PENDING = ::T.let(nil, ::T.untyped) RESERVED = ::T.let(nil, ::T.untyped) RESOLVED = ::T.let(nil, ::T.untyped) end class Concurrent::ReadWriteLock MAX_READERS = ::T.let(nil, ::T.untyped) MAX_WRITERS = ::T.let(nil, ::T.untyped) RUNNING_WRITER = ::T.let(nil, ::T.untyped) WAITING_WRITER = ::T.let(nil, ::T.untyped) end class Concurrent::ReentrantReadWriteLock MAX_READERS = ::T.let(nil, ::T.untyped) MAX_WRITERS = ::T.let(nil, ::T.untyped) READER_BITS = ::T.let(nil, ::T.untyped) READ_LOCK_MASK = ::T.let(nil, ::T.untyped) RUNNING_WRITER = ::T.let(nil, ::T.untyped) WAITING_WRITER = ::T.let(nil, ::T.untyped) WRITER_BITS = ::T.let(nil, ::T.untyped) WRITE_LOCK_HELD = ::T.let(nil, ::T.untyped) WRITE_LOCK_MASK = ::T.let(nil, ::T.untyped) end class Concurrent::RubyThreadPoolExecutor DEFAULT_MAX_POOL_SIZE = ::T.let(nil, ::T.untyped) DEFAULT_MAX_QUEUE_SIZE = ::T.let(nil, ::T.untyped) DEFAULT_MIN_POOL_SIZE = ::T.let(nil, ::T.untyped) DEFAULT_THREAD_IDLETIMEOUT = ::T.let(nil, ::T.untyped) end Concurrent::Synchronization::Volatile = Concurrent::Synchronization::MriAttrVolatile module Concurrent::ThreadSafe::Util CPU_COUNT = ::T.let(nil, ::T.untyped) FIXNUM_BIT_SIZE = ::T.let(nil, ::T.untyped) MAX_INT = ::T.let(nil, ::T.untyped) end class Concurrent::TimerTask EXECUTION_INTERVAL = ::T.let(nil, ::T.untyped) TIMEOUT_INTERVAL = ::T.let(nil, ::T.untyped) end class Concurrent::Transaction ABORTED = ::T.let(nil, ::T.untyped) end module Concurrent::Utility::NativeInteger MAX_VALUE = ::T.let(nil, ::T.untyped) MIN_VALUE = ::T.let(nil, ::T.untyped) end class Crass::Parser BLOCK_END_TOKENS = ::T.let(nil, ::T.untyped) end class Crass::Tokenizer RE_COMMENT_CLOSE = ::T.let(nil, ::T.untyped) RE_DIGIT = ::T.let(nil, ::T.untyped) RE_ESCAPE = ::T.let(nil, ::T.untyped) RE_HEX = ::T.let(nil, ::T.untyped) RE_NAME = ::T.let(nil, ::T.untyped) RE_NAME_START = ::T.let(nil, ::T.untyped) RE_NON_PRINTABLE = ::T.let(nil, ::T.untyped) RE_NUMBER_DECIMAL = ::T.let(nil, ::T.untyped) RE_NUMBER_EXPONENT = ::T.let(nil, ::T.untyped) RE_NUMBER_SIGN = ::T.let(nil, ::T.untyped) RE_NUMBER_STR = ::T.let(nil, ::T.untyped) RE_QUOTED_URL_START = ::T.let(nil, ::T.untyped) RE_UNICODE_RANGE_END = ::T.let(nil, ::T.untyped) RE_UNICODE_RANGE_START = ::T.let(nil, ::T.untyped) RE_WHITESPACE = ::T.let(nil, ::T.untyped) RE_WHITESPACE_ANCHORED = ::T.let(nil, ::T.untyped) 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 DATE_FORMATS = ::T.let(nil, ::T.untyped) end class Date::Infinity def initialize(d=T.unsafe(nil)); end end module DateAndTime::Calculations DAYS_INTO_WEEK = ::T.let(nil, ::T.untyped) WEEKEND_DAYS = ::T.let(nil, ::T.untyped) 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 module DidYouMean::Jaro def self.distance(str1, str2); end end module DidYouMean::JaroWinkler def self.distance(str1, str2); end end class DidYouMean::KeyErrorChecker def corrections(); end def initialize(key_error); end end class DidYouMean::KeyErrorChecker 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 RB_RESERVED_WORDS = ::T.let(nil, ::T.untyped) end class DidYouMean::NullChecker def corrections(); end def initialize(*_); end end class DidYouMean::PlainFormatter def message_for(corrections); end end class DidYouMean::PlainFormatter 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 RB_RESERVED_WORDS = ::T.let(nil, ::T.untyped) end module DidYouMean def self.formatter(); end def self.formatter=(formatter); end end module Digest::UUID DNS_NAMESPACE = ::T.let(nil, ::T.untyped) OID_NAMESPACE = ::T.let(nil, ::T.untyped) URL_NAMESPACE = ::T.let(nil, ::T.untyped) X500_NAMESPACE = ::T.let(nil, ::T.untyped) end class Dir def children(); end def each_child(); end end class Dir def self.exists?(_); end end class ERB def def_method(mod, methodname, fname=T.unsafe(nil)); end def def_module(methodname=T.unsafe(nil)); end end class ERB::Compiler::Scanner DEFAULT_ETAGS = ::T.let(nil, ::T.untyped) DEFAULT_STAGS = ::T.let(nil, ::T.untyped) end module ERB::Util HTML_ESCAPE = ::T.let(nil, ::T.untyped) HTML_ESCAPE_ONCE_REGEXP = ::T.let(nil, ::T.untyped) JSON_ESCAPE = ::T.let(nil, ::T.untyped) JSON_ESCAPE_REGEXP = ::T.let(nil, ::T.untyped) end class Encoding def _dump(*_); end end class Encoding::Converter def initialize(*_); end end class Encoding def self._load(_); end end module Enumerable include ::ActiveSupport::ToJsonWithActiveSupportEncoder def chain(*_); end def sum(identity=T.unsafe(nil), &block); end end class Enumerator def +(_); end def each_with_index(); end end class Enumerator::ArithmeticSequence def begin(); end def each(&blk); end def end(); end def exclude_end?(); end def last(*_); end def step(); end end class Enumerator::ArithmeticSequence end class Enumerator::Chain end class Enumerator::Chain end class Enumerator::Generator def each(*_, &blk); end def initialize(*_); end end class Errno::EAUTH Errno = ::T.let(nil, ::T.untyped) end class Errno::EAUTH end class Errno::EBADARCH Errno = ::T.let(nil, ::T.untyped) end class Errno::EBADARCH end class Errno::EBADEXEC Errno = ::T.let(nil, ::T.untyped) end class Errno::EBADEXEC end class Errno::EBADMACHO Errno = ::T.let(nil, ::T.untyped) end class Errno::EBADMACHO end class Errno::EBADRPC Errno = ::T.let(nil, ::T.untyped) end class Errno::EBADRPC end Errno::ECAPMODE = Errno::NOERROR Errno::EDEADLOCK = Errno::NOERROR class Errno::EDEVERR Errno = ::T.let(nil, ::T.untyped) end class Errno::EDEVERR end Errno::EDOOFUS = Errno::NOERROR class Errno::EFTYPE Errno = ::T.let(nil, ::T.untyped) end class Errno::EFTYPE end Errno::EIPSEC = Errno::NOERROR class Errno::ELAST Errno = ::T.let(nil, ::T.untyped) end class Errno::ELAST end 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 class Errno::ENOPOLICY Errno = ::T.let(nil, ::T.untyped) end class Errno::ENOPOLICY 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::EPWROFF Errno = ::T.let(nil, ::T.untyped) end class Errno::EPWROFF end Errno::EQFULL = Errno::ELAST class Errno::ERPCMISMATCH Errno = ::T.let(nil, ::T.untyped) end class Errno::ERPCMISMATCH end class Errno::ESHLIBVERS Errno = ::T.let(nil, ::T.untyped) end class Errno::ESHLIBVERS end module Erubi RANGE_ALL = ::T.let(nil, ::T.untyped) RANGE_FIRST = ::T.let(nil, ::T.untyped) RANGE_LAST = ::T.let(nil, ::T.untyped) TEXT_END = ::T.let(nil, ::T.untyped) VERSION = ::T.let(nil, ::T.untyped) 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 module Exception2MessageMapper def bind(cl); end end Exception2MessageMapper::E2MM = Exception2MessageMapper class Exception2MessageMapper::ErrNotRegisteredException end class Exception2MessageMapper::ErrNotRegisteredException end module Exception2MessageMapper def self.Fail(klass=T.unsafe(nil), err=T.unsafe(nil), *rest); end def self.Raise(klass=T.unsafe(nil), err=T.unsafe(nil), *rest); end def self.def_e2message(k, c, m); end def self.def_exception(k, n, m, s=T.unsafe(nil)); end def self.e2mm_message(klass, exp); end def self.extend_object(cl); end def self.message(klass, exp); end end class ExitCalledError end class ExitCalledError end class FalseClass include ::JSON::Ext::Generator::GeneratorMethods::FalseClass end class Fiber def transfer(*_); end end class Fiber def self.current(); end end class File def self.exists?(_); 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 include ::ActiveSupport::NumericWithFormat end module Forwardable VERSION = ::T.let(nil, ::T.untyped) 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.verify_transient_heap_internal_consistency(); end end module Gem ConfigMap = ::T.let(nil, ::T.untyped) RbConfigPriorities = ::T.let(nil, ::T.untyped) RubyGemsPackageVersion = ::T.let(nil, ::T.untyped) RubyGemsVersion = ::T.let(nil, ::T.untyped) USE_BUNDLER_FOR_GEMDEPS = ::T.let(nil, ::T.untyped) end class Gem::DependencyInstaller def _deprecated_add_found_dependencies(to_do, dependency_list); end def _deprecated_gather_dependencies(); end def add_found_dependencies(*args, &block); end def gather_dependencies(*args, &block); end end class Gem::Exception extend ::Gem::Deprecate end class Gem::Ext::BuildError end class Gem::Ext::BuildError end class Gem::Ext::Builder def self.redirector(); end end class Gem::Ext::ExtConfBuilder end Gem::Ext::ExtConfBuilder::FileEntry = FileUtils::Entry_ class Gem::Ext::ExtConfBuilder def self.build(extension, dest_path, results, args=T.unsafe(nil), lib_dir=T.unsafe(nil)); end def self.get_relative_path(path); end end class Gem::Package::DigestIO def digests(); end def initialize(io, digests); end def write(data); end end class Gem::Package::DigestIO def self.wrap(io, digests); end end class Gem::Package::FileSource def initialize(path); end def path(); end def start(); end def with_read_io(&block); end def with_write_io(&block); end end class Gem::Package::FileSource end class Gem::Package::IOSource def initialize(io); end def io(); end def path(); end def start(); end def with_read_io(); end def with_write_io(); end end class Gem::Package::IOSource end class Gem::Package::Old def extract_files(destination_dir); end def file_list(io); end def read_until_dashes(io); end def skip_ruby(io); end end class Gem::Package::Old end class Gem::Package::Source end class Gem::Package::Source end class Gem::Package::TarHeader def ==(other); end def checksum(); end def devmajor(); end def devminor(); end def empty?(); end def gid(); end def gname(); end def initialize(vals); end def linkname(); end def magic(); end def mode(); end def mtime(); end def name(); end def prefix(); end def size(); end def typeflag(); end def uid(); end def uname(); end def update_checksum(); end def version(); end EMPTY_HEADER = ::T.let(nil, ::T.untyped) FIELDS = ::T.let(nil, ::T.untyped) PACK_FORMAT = ::T.let(nil, ::T.untyped) UNPACK_FORMAT = ::T.let(nil, ::T.untyped) end class Gem::Package::TarHeader def self.from(stream); end def self.strict_oct(str); end end class Gem::Package::TarReader::Entry def bytes_read(); end def check_closed(); end def close(); end def closed?(); end def directory?(); end def eof?(); end def file?(); end def full_name(); end def getc(); end def header(); end def initialize(header, io); end def length(); end def pos(); end def read(len=T.unsafe(nil)); end def readpartial(maxlen=T.unsafe(nil), outbuf=T.unsafe(nil)); end def rewind(); end def size(); end def symlink?(); end end class Gem::Package::TarReader::Entry end class Gem::Package::TarReader def self.new(io); end end class Gem::Package::TarWriter def self.new(io); end end class Gem::Package def self.new(gem, security_policy=T.unsafe(nil)); end end class Gem::PathSupport def home(); end def initialize(env); end def path(); end def spec_cache_dir(); end end class Gem::RemoteFetcher def correct_for_windows_path(path); end def s3_expiration(); end def sign_s3_url(uri, expiration=T.unsafe(nil)); end BASE64_URI_TRANSLATE = ::T.let(nil, ::T.untyped) end class Gem::Request extend ::Gem::UserInteraction extend ::Gem::DefaultUserInteraction extend ::Gem::Text end class Gem::Resolver::ActivationRequest def others_possible?(); end end class Gem::Resolver::CurrentSet end class Gem::Resolver::CurrentSet end Gem::Resolver::DependencyConflict = Gem::Resolver::Conflict class Gem::Resolver::LocalSpecification end class Gem::Resolver::LocalSpecification end class Gem::Resolver::Molinillo::DependencyGraph::Log def add_edge_no_circular(graph, origin, destination, requirement); end def add_vertex(graph, name, payload, root); end def delete_edge(graph, origin_name, destination_name, requirement); end def detach_vertex_named(graph, name); end def each(&blk); end def pop!(graph); end def reverse_each(); end def rewind_to(graph, tag); end def set_payload(graph, name, payload); end def tag(graph, tag); end end class Gem::Resolver::Molinillo::DependencyGraph::Log extend ::Enumerable end class Gem::RuntimeRequirementNotMetError def suggestion(); end def suggestion=(suggestion); end end class Gem::RuntimeRequirementNotMetError end class Gem::Security::Exception end class Gem::Security::Exception end Gem::Security::KEY_ALGORITHM = OpenSSL::PKey::RSA class Gem::Security::Policy include ::Gem::UserInteraction include ::Gem::DefaultUserInteraction include ::Gem::Text def check_cert(signer, issuer, time); end def check_chain(chain, time); end def check_data(public_key, digest, signature, data); end def check_key(signer, key); end def check_root(chain, time); end def check_trust(chain, digester, trust_dir); end def initialize(name, policy=T.unsafe(nil), opt=T.unsafe(nil)); end def name(); end def only_signed(); end def only_signed=(only_signed); end def only_trusted(); end def only_trusted=(only_trusted); end def subject(certificate); end def verify(chain, key=T.unsafe(nil), digests=T.unsafe(nil), signatures=T.unsafe(nil), full_name=T.unsafe(nil)); end def verify_chain(); end def verify_chain=(verify_chain); end def verify_data(); end def verify_data=(verify_data); end def verify_root(); end def verify_root=(verify_root); end def verify_signatures(spec, digests, signatures); end def verify_signer(); end def verify_signer=(verify_signer); end end class Gem::Security::Policy end class Gem::Security::Signer include ::Gem::UserInteraction include ::Gem::DefaultUserInteraction include ::Gem::Text def cert_chain(); end def cert_chain=(cert_chain); end def digest_algorithm(); end def digest_name(); end def extract_name(cert); end def initialize(key, cert_chain, passphrase=T.unsafe(nil), options=T.unsafe(nil)); end def key(); end def key=(key); end def load_cert_chain(); end def options(); end def re_sign_key(expiration_length: T.unsafe(nil)); end def sign(data); end end class Gem::Security::Signer def self.re_sign_cert(expired_cert, expired_cert_path, private_key); end end class Gem::Security::TrustDir def cert_path(certificate); end def dir(); end def each_certificate(); end def initialize(dir, permissions=T.unsafe(nil)); end def issuer_of(certificate); end def load_certificate(certificate_file); end def name_path(name); end def trust_cert(certificate); end def verify(); end end module Gem::Security def self.alt_name_or_x509_entry(certificate, x509_entry); end def self.create_cert(subject, key, age=T.unsafe(nil), extensions=T.unsafe(nil), serial=T.unsafe(nil)); end def self.create_cert_email(email, key, age=T.unsafe(nil), extensions=T.unsafe(nil)); end def self.create_cert_self_signed(subject, key, age=T.unsafe(nil), extensions=T.unsafe(nil), serial=T.unsafe(nil)); end def self.create_key(length=T.unsafe(nil), algorithm=T.unsafe(nil)); end def self.email_to_name(email_address); end def self.re_sign(expired_certificate, private_key, age=T.unsafe(nil), extensions=T.unsafe(nil)); end def self.reset(); end def self.sign(certificate, signing_key, signing_cert, age=T.unsafe(nil), extensions=T.unsafe(nil), serial=T.unsafe(nil)); end def self.trust_dir(); end def self.trusted_certificates(&block); end def self.write(pemmable, path, permissions=T.unsafe(nil), passphrase=T.unsafe(nil), cipher=T.unsafe(nil)); end end class Gem::SpecFetcher include ::Gem::UserInteraction include ::Gem::DefaultUserInteraction include ::Gem::Text def available_specs(type); end def detect(type=T.unsafe(nil)); end def initialize(sources=T.unsafe(nil)); end def latest_specs(); end def prerelease_specs(); end def search_for_dependency(dependency, matching_platform=T.unsafe(nil)); end def sources(); end def spec_for_dependency(dependency, matching_platform=T.unsafe(nil)); end def specs(); end def suggest_gems_from_name(gem_name, type=T.unsafe(nil)); end def tuples_for(source, type, gracefully_ignore=T.unsafe(nil)); end end class Gem::SpecFetcher def self.fetcher(); end def self.fetcher=(fetcher); end end class Gem::Specification include ::Bundler::MatchPlatform include ::Bundler::GemHelpers def to_ruby(); end end class Gem::Specification extend ::Gem::Deprecate extend ::Enumerable def self.add_spec(spec); end def self.add_specs(*specs); end def self.remove_spec(spec); end end class Gem::SpecificationPolicy def initialize(specification); end def packaging(); end def packaging=(packaging); end def validate(strict=T.unsafe(nil)); end def validate_dependencies(); end def validate_metadata(); end def validate_permissions(); end HOMEPAGE_URI_PATTERN = ::T.let(nil, ::T.untyped) LAZY = ::T.let(nil, ::T.untyped) LAZY_PATTERN = ::T.let(nil, ::T.untyped) METADATA_LINK_KEYS = ::T.let(nil, ::T.untyped) SPECIAL_CHARACTERS = ::T.let(nil, ::T.untyped) VALID_NAME_PATTERN = ::T.let(nil, ::T.untyped) VALID_URI_PATTERN = ::T.let(nil, ::T.untyped) end class Gem::SpecificationPolicy end class Gem::StreamUI def _deprecated_debug(statement); end end class Gem::StubSpecification def build_extensions(); end def extensions(); end def initialize(filename, base_dir, gems_dir, default_gem); end def missing_extensions?(); end def valid?(); end end class Gem::StubSpecification::StubLine def extensions(); end def full_name(); end def initialize(data, extensions); end def name(); end def platform(); end def require_paths(); end def version(); end end class Gem::StubSpecification def self.default_gemspec_stub(filename, base_dir, gems_dir); end def self.gemspec_stub(filename, base_dir, gems_dir); end end class Gem::UninstallError def spec(); end def spec=(spec); end end class Gem::UninstallError end Gem::UnsatisfiableDepedencyError = Gem::UnsatisfiableDependencyError Gem::Version::Requirement = Gem::Requirement module Gem def self.default_gems_use_full_paths?(); end def self.remove_unresolved_default_spec(spec); end end module GlobalID::Locator DEFAULT_LOCATOR = ::T.let(nil, ::T.untyped) end class GlobalID::Locator::BaseLocator def locate(gid); end def locate_many(gids, options=T.unsafe(nil)); end end class GlobalID::Locator::BaseLocator end class GlobalID::Locator::BlockLocator def initialize(block); end def locate(gid); end def locate_many(gids, options=T.unsafe(nil)); end end class GlobalID::Locator::BlockLocator end class GlobalID::Locator::UnscopedLocator end class GlobalID::Locator::UnscopedLocator end module GlobalID::Locator def self.locate(gid, options=T.unsafe(nil)); end def self.locate_many(gids, options=T.unsafe(nil)); end def self.locate_many_signed(sgids, options=T.unsafe(nil)); end def self.locate_signed(sgid, options=T.unsafe(nil)); end def self.use(app, locator=T.unsafe(nil), &locator_block); end end class HTMLSelector NO_STRIP = ::T.let(nil, ::T.untyped) end class Hash include ::JSON::Ext::Generator::GeneratorMethods::Hash end class Hash def self.from_xml(xml, disallowed_types=T.unsafe(nil)); end end HashWithIndifferentAccess = ActiveSupport::HashWithIndifferentAccess module I18n DEFAULT_INTERPOLATION_PATTERNS = ::T.let(nil, ::T.untyped) EMPTY_HASH = ::T.let(nil, ::T.untyped) INTERPOLATION_PATTERN = ::T.let(nil, ::T.untyped) RESERVED_KEYS = ::T.let(nil, ::T.untyped) RESERVED_KEYS_PATTERN = ::T.let(nil, ::T.untyped) VERSION = ::T.let(nil, ::T.untyped) end module I18n::Backend::Cache def _fetch(cache_key, &block); end def cache_key(locale, key, options); end def fetch(cache_key, &block); end def translate(locale, key, options=T.unsafe(nil)); end end module I18n::Backend::Cache end module I18n::Backend::CacheFile def load_file(filename); end def normalized_path(file); end def path_roots(); end def path_roots=(path_roots); end end module I18n::Backend::CacheFile end module I18n::Backend::Cascade def lookup(locale, key, scope=T.unsafe(nil), options=T.unsafe(nil)); end end module I18n::Backend::Cascade end class I18n::Backend::Chain include ::I18n::Backend::Chain::Implementation include ::I18n::Backend::Base include ::I18n::Backend::Transliterator end module I18n::Backend::Chain::Implementation include ::I18n::Backend::Base include ::I18n::Backend::Transliterator def available_locales(); end def backends(); end def backends=(backends); end def eager_load!(); end def exists?(locale, key, options=T.unsafe(nil)); end def init_translations(); end def initialize(*backends); end def initialized?(); end def localize(locale, object, format=T.unsafe(nil), options=T.unsafe(nil)); end def namespace_lookup?(result, options); end def reload!(); end def store_translations(locale, data, options=T.unsafe(nil)); end def translate(locale, key, default_options=T.unsafe(nil)); end def translations(); end end module I18n::Backend::Chain::Implementation end class I18n::Backend::Chain end module I18n::Backend::Fallbacks def exists?(locale, key, options=T.unsafe(nil)); end def extract_non_symbol_default!(options); end def translate(locale, key, options=T.unsafe(nil)); end end module I18n::Backend::Fallbacks end module I18n::Backend::Flatten def escape_default_separator(key); end def find_link(locale, key); end def flatten_keys(hash, escape, prev_key=T.unsafe(nil), &block); end def flatten_translations(locale, data, escape, subtree); end def links(); end def normalize_flat_keys(locale, key, scope, separator); end def resolve_link(locale, key); end def store_link(locale, key, link); end FLATTEN_SEPARATOR = ::T.let(nil, ::T.untyped) SEPARATOR_ESCAPE_CHAR = ::T.let(nil, ::T.untyped) end module I18n::Backend::Flatten def self.escape_default_separator(key); end def self.normalize_flat_keys(locale, key, scope, separator); end end module I18n::Backend::Gettext def load_po(filename); end def normalize(locale, data); end def normalize_pluralization(locale, key, value); end def parse(filename); end end class I18n::Backend::Gettext::PoData def set_comment(msgid_or_sym, comment); end end class I18n::Backend::Gettext::PoData end module I18n::Backend::Gettext end module I18n::Backend::InterpolationCompiler def compile_all_strings_in(data); end def interpolate(locale, string, values); end def store_translations(locale, data, options=T.unsafe(nil)); end end module I18n::Backend::InterpolationCompiler::Compiler def compile_if_an_interpolation(string); end def compile_interpolation_token(key); end def compiled_interpolation_body(str); end def direct_key(key); end def escape_key_sym(key); end def escape_plain_str(str); end def handle_interpolation_token(interpolation, matchdata); end def interpolate_key(key); end def interpolate_or_raise_missing(key); end def interpolated_str?(str); end def missing_key(key); end def nil_key(key); end def reserved_key(key); end def tokenize(str); end INTERPOLATION_SYNTAX_PATTERN = ::T.let(nil, ::T.untyped) TOKENIZER = ::T.let(nil, ::T.untyped) end module I18n::Backend::InterpolationCompiler::Compiler extend ::I18n::Backend::InterpolationCompiler::Compiler end module I18n::Backend::InterpolationCompiler end class I18n::Backend::KeyValue include ::I18n::Backend::KeyValue::Implementation include ::I18n::Backend::Flatten include ::I18n::Backend::Base include ::I18n::Backend::Transliterator end module I18n::Backend::KeyValue::Implementation include ::I18n::Backend::Flatten include ::I18n::Backend::Base include ::I18n::Backend::Transliterator def available_locales(); end def init_translations(); end def initialize(store, subtrees=T.unsafe(nil)); end def initialized?(); end def lookup(locale, key, scope=T.unsafe(nil), options=T.unsafe(nil)); end def pluralize(locale, entry, count); end def store(); end def store=(store); end def store_translations(locale, data, options=T.unsafe(nil)); end def subtrees?(); end def translations(); end end module I18n::Backend::KeyValue::Implementation end class I18n::Backend::KeyValue::SubtreeProxy def [](key); end def has_key?(key); end def initialize(master_key, store); end def instance_of?(klass); end def is_a?(klass); end def kind_of?(klass); end end class I18n::Backend::KeyValue::SubtreeProxy end class I18n::Backend::KeyValue end module I18n::Backend::Memoize def available_locales(); end def eager_load!(); end def lookup(locale, key, scope=T.unsafe(nil), options=T.unsafe(nil)); end def memoized_lookup(); end def reload!(); end def reset_memoizations!(locale=T.unsafe(nil)); end def store_translations(locale, data, options=T.unsafe(nil)); end end module I18n::Backend::Memoize end module I18n::Backend::Metadata def interpolate(locale, entry, values=T.unsafe(nil)); end def pluralize(locale, entry, count); end def translate(locale, key, options=T.unsafe(nil)); end def with_metadata(metadata, &block); end end module I18n::Backend::Metadata def self.included(base); end end module I18n::Backend::Pluralization def pluralize(locale, entry, count); end def pluralizer(locale); end def pluralizers(); end end module I18n::Backend::Pluralization end module I18n::Backend::Transliterator DEFAULT_REPLACEMENT_CHAR = ::T.let(nil, ::T.untyped) end class I18n::Backend::Transliterator::HashTransliterator DEFAULT_APPROXIMATIONS = ::T.let(nil, ::T.untyped) end module I18n::Gettext CONTEXT_SEPARATOR = ::T.let(nil, ::T.untyped) PLURAL_SEPARATOR = ::T.let(nil, ::T.untyped) end module I18n::Gettext::Helpers def N_(msgsid); end def _(msgid, options=T.unsafe(nil)); end def gettext(msgid, options=T.unsafe(nil)); end def n_(msgid, msgid_plural, n=T.unsafe(nil)); end def ngettext(msgid, msgid_plural, n=T.unsafe(nil)); end def np_(msgctxt, msgid, msgid_plural, n=T.unsafe(nil)); end def npgettext(msgctxt, msgid, msgid_plural, n=T.unsafe(nil)); end def ns_(msgid, msgid_plural, n=T.unsafe(nil), separator=T.unsafe(nil)); end def nsgettext(msgid, msgid_plural, n=T.unsafe(nil), separator=T.unsafe(nil)); end def p_(msgctxt, msgid); end def pgettext(msgctxt, msgid); end def s_(msgid, separator=T.unsafe(nil)); end def sgettext(msgid, separator=T.unsafe(nil)); end end module I18n::Gettext::Helpers end module I18n::Gettext def self.extract_scope(msgid, separator); end def self.plural_keys(*args); end end module I18n::Locale end class I18n::Locale::Fallbacks def [](locale); end def compute(tags, include_defaults=T.unsafe(nil), exclude=T.unsafe(nil)); end def defaults(); end def defaults=(defaults); end def initialize(*mappings); end def map(mappings); end end class I18n::Locale::Fallbacks end module I18n::Locale::Tag RFC4646_FORMATS = ::T.let(nil, ::T.untyped) RFC4646_SUBTAGS = ::T.let(nil, ::T.untyped) end module I18n::Locale::Tag::Parents def parent(); end def parents(); end def self_and_parents(); end end module I18n::Locale::Tag::Parents end class I18n::Locale::Tag::Rfc4646 include ::I18n::Locale::Tag::Parents def to_sym(); end end module I18n::Locale::Tag::Rfc4646::Parser PATTERN = ::T.let(nil, ::T.untyped) end module I18n::Locale::Tag::Rfc4646::Parser def self.match(tag); end end class I18n::Locale::Tag::Rfc4646 def self.parser(); end def self.parser=(parser); end def self.tag(tag); end end class I18n::Locale::Tag::Simple include ::I18n::Locale::Tag::Parents def initialize(*tag); end def subtags(); end def tag(); end def to_a(); end def to_sym(); end end class I18n::Locale::Tag::Simple def self.tag(tag); end end module I18n::Locale::Tag def self.implementation(); end def self.implementation=(implementation); end def self.tag(tag); end end module I18n::Locale end class I18n::Middleware def call(env); end def initialize(app); end end class I18n::Middleware end module I18n::Tests end module I18n::Tests::Localization end module I18n::Tests::Localization def self.included(base); end end module I18n::Tests end module I18n def self.cache_key_digest(); end def self.cache_key_digest=(key_digest); end def self.cache_namespace(); end def self.cache_namespace=(namespace); end def self.cache_store(); end def self.cache_store=(store); end def self.fallbacks(); end def self.fallbacks=(fallbacks); end def self.perform_caching?(); 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 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 end IO::EWOULDBLOCKWaitReadable = IO::EAGAINWaitReadable IO::EWOULDBLOCKWaitWritable = IO::EAGAINWaitWritable class IO def self.console(*_); end end class IPAddr def ==(other); end def initialize(addr=T.unsafe(nil), family=T.unsafe(nil)); end end module IRB IRBRC_EXT = ::T.let(nil, ::T.untyped) MagicFile = ::T.let(nil, ::T.untyped) STDIN_FILE_NAME = ::T.let(nil, ::T.untyped) VERSION = ::T.let(nil, ::T.untyped) end class IRB::Context def __exit__(*_); end def __inspect__(); end def __to_s__(); end def evaluate(line, line_no, exception: T.unsafe(nil)); end def initialize(irb, workspace=T.unsafe(nil), input_method=T.unsafe(nil), output_method=T.unsafe(nil)); end def inspect_last_value(); end IDNAME_IVARS = ::T.let(nil, ::T.untyped) NOPRINTING_IVARS = ::T.let(nil, ::T.untyped) NO_INSPECTING_IVARS = ::T.let(nil, ::T.untyped) end class IRB::DefaultEncodings def external(); end def external=(_); end def internal(); end def internal=(_); end end class IRB::DefaultEncodings def self.[](*_); end def self.members(); end end module IRB::ExtendCommandBundle def irb(*opts, &b); end def irb_change_workspace(*opts, &b); end def irb_current_working_workspace(*opts, &b); end def irb_fg(*opts, &b); end def irb_help(*opts, &b); end def irb_jobs(*opts, &b); end def irb_kill(*opts, &b); end def irb_pop_workspace(*opts, &b); end def irb_push_workspace(*opts, &b); end def irb_source(*opts, &b); end def irb_workspaces(*opts, &b); end end IRB::ExtendCommandBundle::EXCB = IRB::ExtendCommandBundle module IRB::ExtendCommandBundle def self.irb_original_method_name(method_name); end end class IRB::FileInputMethod def initialize(file); end end class IRB::InputMethod def initialize(file=T.unsafe(nil)); end end class IRB::Inspector def initialize(inspect_proc, init_proc=T.unsafe(nil)); end end class IRB::Irb def handle_exception(exc); end def initialize(workspace=T.unsafe(nil), input_method=T.unsafe(nil), output_method=T.unsafe(nil)); end def output_value(); end def prompt(prompt, ltype, indent, line_no); end end class IRB::Locale def String(mes); end def encoding(); end def find(file, paths=T.unsafe(nil)); end def format(*opts); end def gets(*rs); end def initialize(locale=T.unsafe(nil)); end def lang(); end def load(file, priv=T.unsafe(nil)); end def modifier(); end def print(*opts); end def printf(*opts); end def puts(*opts); end def readline(*rs); end def require(file, priv=T.unsafe(nil)); end def territory(); end LOCALE_DIR = ::T.let(nil, ::T.untyped) LOCALE_NAME_RE = ::T.let(nil, ::T.untyped) end class IRB::Locale end class IRB::Notifier::AbstractNotifier def initialize(prefix, base_notifier); end end class IRB::Notifier::LeveledNotifier def initialize(base, level, prefix); end end class IRB::Notifier::NoMsgNotifier def initialize(); end end class IRB::ReadlineInputMethod def initialize(); end end class IRB::SLex def Fail(err=T.unsafe(nil), *rest); end def Raise(err=T.unsafe(nil), *rest); end def create(token, preproc=T.unsafe(nil), postproc=T.unsafe(nil)); end def def_rule(token, preproc=T.unsafe(nil), postproc=T.unsafe(nil), &block); end def def_rules(*tokens, &block); end def match(token); end def postproc(token); end def preproc(token, proc); end def search(token); end DOUT = ::T.let(nil, ::T.untyped) D_DEBUG = ::T.let(nil, ::T.untyped) D_DETAIL = ::T.let(nil, ::T.untyped) D_WARN = ::T.let(nil, ::T.untyped) end class IRB::SLex::ErrNodeAlreadyExists end class IRB::SLex::ErrNodeAlreadyExists end class IRB::SLex::ErrNodeNothing end class IRB::SLex::ErrNodeNothing end class IRB::SLex::Node def create_subnode(chrs, preproc=T.unsafe(nil), postproc=T.unsafe(nil)); end def initialize(preproc=T.unsafe(nil), postproc=T.unsafe(nil)); end def match(chrs, op=T.unsafe(nil)); end def match_io(io, op=T.unsafe(nil)); end def postproc(); end def postproc=(postproc); end def preproc(); end def preproc=(preproc); end def search(chrs, opt=T.unsafe(nil)); end end class IRB::SLex::Node end class IRB::SLex extend ::Exception2MessageMapper def self.included(mod); end end class IRB::StdioInputMethod def initialize(); end end class IRB::WorkSpace def initialize(*main); end def local_variable_get(name); end def local_variable_set(name, value); end end module IRB def self.Inspector(inspect, init=T.unsafe(nil)); end def self.delete_caller(); end def self.init_config(ap_path); end def self.init_error(); end def self.load_modules(); end def self.parse_opts(argv: T.unsafe(nil)); end def self.rc_file(ext=T.unsafe(nil)); end def self.rc_file_generators(); end def self.run_config(); end def self.setup(ap_path, argv: T.unsafe(nil)); end end class Integer include ::JSON::Ext::Generator::GeneratorMethods::Integer include ::ActiveSupport::NumericWithFormat def to_bn(); end GMP_VERSION = ::T.let(nil, ::T.untyped) 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 Kernel def itself(); end def object_id(); end def pretty_inspect(); end def then(); end def yield_self(); end end module Kernel def self.`(_); end def self.at_exit(); end def self.load(*_); end def self.require(_); end end class KeyError include ::DidYouMean::Correctable end class LazyMigrate::Migration def self.inherited(s); end end class LazyMigrate::MigratorAdapter extend ::T::Private::Abstract::Hooks extend ::T::InterfaceWrapper::Helpers extend ::T::Private::Methods::MethodHooks extend ::T::Private::Methods::SingletonMethodHooks 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 Loofah VERSION = ::T.let(nil, ::T.untyped) end module Loofah::Elements BLOCK_LEVEL = ::T.let(nil, ::T.untyped) LOOSE_BLOCK_LEVEL = ::T.let(nil, ::T.untyped) STRICT_BLOCK_LEVEL = ::T.let(nil, ::T.untyped) STRICT_BLOCK_LEVEL_HTML4 = ::T.let(nil, ::T.untyped) STRICT_BLOCK_LEVEL_HTML5 = ::T.let(nil, ::T.untyped) end module Loofah::HTML5::SafeList ACCEPTABLE_ATTRIBUTES = ::T.let(nil, ::T.untyped) ACCEPTABLE_CSS_FUNCTIONS = ::T.let(nil, ::T.untyped) ACCEPTABLE_CSS_KEYWORDS = ::T.let(nil, ::T.untyped) ACCEPTABLE_CSS_PROPERTIES = ::T.let(nil, ::T.untyped) ACCEPTABLE_ELEMENTS = ::T.let(nil, ::T.untyped) ACCEPTABLE_PROTOCOLS = ::T.let(nil, ::T.untyped) ACCEPTABLE_SVG_PROPERTIES = ::T.let(nil, ::T.untyped) ACCEPTABLE_URI_DATA_MEDIATYPES = ::T.let(nil, ::T.untyped) ALLOWED_ATTRIBUTES = ::T.let(nil, ::T.untyped) ALLOWED_CSS_FUNCTIONS = ::T.let(nil, ::T.untyped) ALLOWED_CSS_KEYWORDS = ::T.let(nil, ::T.untyped) ALLOWED_CSS_PROPERTIES = ::T.let(nil, ::T.untyped) ALLOWED_ELEMENTS = ::T.let(nil, ::T.untyped) ALLOWED_ELEMENTS_WITH_LIBXML2 = ::T.let(nil, ::T.untyped) ALLOWED_PROTOCOLS = ::T.let(nil, ::T.untyped) ALLOWED_SVG_PROPERTIES = ::T.let(nil, ::T.untyped) ALLOWED_URI_DATA_MEDIATYPES = ::T.let(nil, ::T.untyped) ATTR_VAL_IS_URI = ::T.let(nil, ::T.untyped) MATHML_ATTRIBUTES = ::T.let(nil, ::T.untyped) MATHML_ELEMENTS = ::T.let(nil, ::T.untyped) PROTOCOL_SEPARATOR = ::T.let(nil, ::T.untyped) SHORTHAND_CSS_PROPERTIES = ::T.let(nil, ::T.untyped) SVG_ALLOW_LOCAL_HREF = ::T.let(nil, ::T.untyped) SVG_ATTRIBUTES = ::T.let(nil, ::T.untyped) SVG_ATTR_VAL_ALLOWS_REF = ::T.let(nil, ::T.untyped) SVG_ELEMENTS = ::T.let(nil, ::T.untyped) TAGS_SAFE_WITH_LIBXML2 = ::T.let(nil, ::T.untyped) VOID_ELEMENTS = ::T.let(nil, ::T.untyped) end module Loofah::HTML5::Scrub CONTROL_CHARACTERS = ::T.let(nil, ::T.untyped) CRASS_SEMICOLON = ::T.let(nil, ::T.untyped) CSS_KEYWORDISH = ::T.let(nil, ::T.untyped) end Loofah::HTML5::WhiteList = Loofah::HTML5::SafeList module Loofah::LibxmlWorkarounds BROKEN_ESCAPING_ATTRIBUTES = ::T.let(nil, ::T.untyped) BROKEN_ESCAPING_ATTRIBUTES_QUALIFYING_TAG = ::T.let(nil, ::T.untyped) end class Loofah::Scrubber CONTINUE = ::T.let(nil, ::T.untyped) STOP = ::T.let(nil, ::T.untyped) end module Loofah::Scrubbers MAP = ::T.let(nil, ::T.untyped) end module Mail RANDOM_TAG = ::T.let(nil, ::T.untyped) end class Mail::Address include ::Mail::Utilities include ::Mail::Constants def address(output_type=T.unsafe(nil)); end def address=(value); end def comments(); end def decoded(); end def display_name(output_type=T.unsafe(nil)); end def display_name=(str); end def domain(output_type=T.unsafe(nil)); end def encoded(); end def format(output_type=T.unsafe(nil)); end def group(); end def initialize(value=T.unsafe(nil)); end def local(output_type=T.unsafe(nil)); end def name(); end def raw(); end end class Mail::Address end class Mail::AddressList def addresses(); end def addresses_grouped_by_group(); end def group_names(); end def initialize(string); end end class Mail::AddressList end class Mail::BccField CAPITALIZED_FIELD = ::T.let(nil, ::T.untyped) FIELD_NAME = ::T.let(nil, ::T.untyped) end class Mail::CcField CAPITALIZED_FIELD = ::T.let(nil, ::T.untyped) FIELD_NAME = ::T.let(nil, ::T.untyped) end class Mail::CommentsField CAPITALIZED_FIELD = ::T.let(nil, ::T.untyped) FIELD_NAME = ::T.let(nil, ::T.untyped) end module Mail::CommonField FILENAME_RE = ::T.let(nil, ::T.untyped) end module Mail::Constants ASTERISK = ::T.let(nil, ::T.untyped) ATOM_UNSAFE = ::T.let(nil, ::T.untyped) B_VALUES = ::T.let(nil, ::T.untyped) CAPITAL_M = ::T.let(nil, ::T.untyped) COLON = ::T.let(nil, ::T.untyped) CONTROL_CHAR = ::T.let(nil, ::T.untyped) CR = ::T.let(nil, ::T.untyped) CRLF = ::T.let(nil, ::T.untyped) CR_ENCODED = ::T.let(nil, ::T.untyped) EMPTY = ::T.let(nil, ::T.untyped) ENCODED_VALUE = ::T.let(nil, ::T.untyped) EQUAL_LF = ::T.let(nil, ::T.untyped) FIELD_BODY = ::T.let(nil, ::T.untyped) FIELD_LINE = ::T.let(nil, ::T.untyped) FIELD_NAME = ::T.let(nil, ::T.untyped) FIELD_PREFIX = ::T.let(nil, ::T.untyped) FIELD_SPLIT = ::T.let(nil, ::T.untyped) FULL_ENCODED_VALUE = ::T.let(nil, ::T.untyped) FWS = ::T.let(nil, ::T.untyped) HEADER_LINE = ::T.let(nil, ::T.untyped) HEADER_SPLIT = ::T.let(nil, ::T.untyped) HYPHEN = ::T.let(nil, ::T.untyped) LF = ::T.let(nil, ::T.untyped) LF_ENCODED = ::T.let(nil, ::T.untyped) NULL_SENDER = ::T.let(nil, ::T.untyped) PHRASE_UNSAFE = ::T.let(nil, ::T.untyped) QP_SAFE = ::T.let(nil, ::T.untyped) QP_UNSAFE = ::T.let(nil, ::T.untyped) Q_VALUES = ::T.let(nil, ::T.untyped) SPACE = ::T.let(nil, ::T.untyped) TEXT = ::T.let(nil, ::T.untyped) TOKEN_UNSAFE = ::T.let(nil, ::T.untyped) UNDERSCORE = ::T.let(nil, ::T.untyped) WSP = ::T.let(nil, ::T.untyped) end class Mail::ContentDescriptionField CAPITALIZED_FIELD = ::T.let(nil, ::T.untyped) FIELD_NAME = ::T.let(nil, ::T.untyped) end class Mail::ContentDispositionElement def disposition_type(); end def initialize(string); end def parameters(); end end class Mail::ContentDispositionElement end class Mail::ContentDispositionField CAPITALIZED_FIELD = ::T.let(nil, ::T.untyped) FIELD_NAME = ::T.let(nil, ::T.untyped) end class Mail::ContentIdField CAPITALIZED_FIELD = ::T.let(nil, ::T.untyped) FIELD_NAME = ::T.let(nil, ::T.untyped) end class Mail::ContentLocationElement def initialize(string); end def location(); end def to_s(*args); end end class Mail::ContentLocationElement end class Mail::ContentLocationField CAPITALIZED_FIELD = ::T.let(nil, ::T.untyped) FIELD_NAME = ::T.let(nil, ::T.untyped) end class Mail::ContentTransferEncodingElement def encoding(); end def initialize(string); end end class Mail::ContentTransferEncodingElement end class Mail::ContentTransferEncodingField CAPITALIZED_FIELD = ::T.let(nil, ::T.untyped) FIELD_NAME = ::T.let(nil, ::T.untyped) end class Mail::ContentTypeElement def initialize(string); end def main_type(); end def parameters(); end def sub_type(); end end class Mail::ContentTypeElement end class Mail::ContentTypeField CAPITALIZED_FIELD = ::T.let(nil, ::T.untyped) FIELD_NAME = ::T.let(nil, ::T.untyped) end class Mail::DateField CAPITALIZED_FIELD = ::T.let(nil, ::T.untyped) FIELD_NAME = ::T.let(nil, ::T.untyped) end class Mail::DateTimeElement def date_string(); end def initialize(string); end def time_string(); end end class Mail::DateTimeElement end class Mail::Encodings::Base64 NAME = ::T.let(nil, ::T.untyped) PRIORITY = ::T.let(nil, ::T.untyped) end class Mail::Encodings::Binary NAME = ::T.let(nil, ::T.untyped) PRIORITY = ::T.let(nil, ::T.untyped) end class Mail::Encodings::EightBit NAME = ::T.let(nil, ::T.untyped) PRIORITY = ::T.let(nil, ::T.untyped) end class Mail::Encodings::QuotedPrintable NAME = ::T.let(nil, ::T.untyped) PRIORITY = ::T.let(nil, ::T.untyped) end class Mail::Encodings::SevenBit NAME = ::T.let(nil, ::T.untyped) PRIORITY = ::T.let(nil, ::T.untyped) end class Mail::Encodings::TransferEncoding NAME = ::T.let(nil, ::T.untyped) PRIORITY = ::T.let(nil, ::T.untyped) end class Mail::Encodings::UnixToUnix NAME = ::T.let(nil, ::T.untyped) end class Mail::EnvelopeFromElement def address(); end def date_time(); end def formatted_date_time(); end def initialize(string); end end class Mail::EnvelopeFromElement end class Mail::Exim DEFAULTS = ::T.let(nil, ::T.untyped) end class Mail::Exim end class Mail::Field FIELDS_MAP = ::T.let(nil, ::T.untyped) FIELD_NAME_MAP = ::T.let(nil, ::T.untyped) FIELD_ORDER = ::T.let(nil, ::T.untyped) FIELD_ORDER_LOOKUP = ::T.let(nil, ::T.untyped) KNOWN_FIELDS = ::T.let(nil, ::T.untyped) STRUCTURED_FIELDS = ::T.let(nil, ::T.untyped) end class Mail::FromField CAPITALIZED_FIELD = ::T.let(nil, ::T.untyped) FIELD_NAME = ::T.let(nil, ::T.untyped) end class Mail::Header LIMITED_FIELDS = ::T.let(nil, ::T.untyped) end class Mail::IMAP def connection(&block); end def delete_all(mailbox=T.unsafe(nil)); end def find(options=T.unsafe(nil), &block); end def initialize(values); end def settings(); end def settings=(settings); end end class Mail::IMAP end class Mail::InReplyToField CAPITALIZED_FIELD = ::T.let(nil, ::T.untyped) FIELD_NAME = ::T.let(nil, ::T.untyped) end class Mail::KeywordsField CAPITALIZED_FIELD = ::T.let(nil, ::T.untyped) FIELD_NAME = ::T.let(nil, ::T.untyped) end class Mail::LoggerDelivery include ::Mail::CheckDeliveryParams def deliver!(mail); end def initialize(settings); end def logger(); end def settings(); end def severity(); end end class Mail::LoggerDelivery end class Mail::Message HEADER_SEPARATOR = ::T.let(nil, ::T.untyped) end class Mail::MessageIdField CAPITALIZED_FIELD = ::T.let(nil, ::T.untyped) FIELD_NAME = ::T.let(nil, ::T.untyped) end class Mail::MessageIdsElement def initialize(string); end def message_id(); end def message_ids(); end end class Mail::MessageIdsElement end class Mail::MimeVersionElement def initialize(string); end def major(); end def minor(); end end class Mail::MimeVersionElement end class Mail::MimeVersionField CAPITALIZED_FIELD = ::T.let(nil, ::T.untyped) FIELD_NAME = ::T.let(nil, ::T.untyped) end module Mail::Multibyte VALID_CHARACTER = ::T.let(nil, ::T.untyped) end module Mail::Multibyte::Unicode HANGUL_JAMO_FIRST = ::T.let(nil, ::T.untyped) HANGUL_JAMO_LAST = ::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_SLAST = ::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) LEADERS_AND_TRAILERS = ::T.let(nil, ::T.untyped) LEADERS_PAT = ::T.let(nil, ::T.untyped) NORMALIZATION_FORMS = ::T.let(nil, ::T.untyped) TRAILERS_PAT = ::T.let(nil, ::T.untyped) UNICODE_VERSION = ::T.let(nil, ::T.untyped) WHITESPACE = ::T.let(nil, ::T.untyped) end class Mail::Multibyte::Unicode::UnicodeDatabase ATTRIBUTES = ::T.let(nil, ::T.untyped) end class Mail::OptionalField end class Mail::OptionalField end class Mail::POP3 def connection(&block); end def delete_all(); end def find(options=T.unsafe(nil), &block); end def initialize(values); end def settings(); end def settings=(settings); end end class Mail::POP3 end module Mail::Parsers end module Mail::Parsers::AddressListsParser end class Mail::Parsers::AddressListsParser::AddressListStruct def addresses(); end def addresses=(_); end def error(); end def error=(_); end def group_names(); end def group_names=(_); end end class Mail::Parsers::AddressListsParser::AddressListStruct def self.[](*_); end def self.members(); end end class Mail::Parsers::AddressListsParser::AddressStruct def comments(); end def comments=(_); end def display_name(); end def display_name=(_); end def domain(); end def domain=(_); end def error(); end def error=(_); end def group(); end def group=(_); end def local(); end def local=(_); end def obs_domain_list(); end def obs_domain_list=(_); end def raw(); end def raw=(_); end end class Mail::Parsers::AddressListsParser::AddressStruct def self.[](*_); end def self.members(); end end module Mail::Parsers::AddressListsParser def self.en_comment_tail(); end def self.en_comment_tail=(en_comment_tail); end def self.en_main(); end def self.en_main=(en_main); end def self.error(); end def self.error=(error); end def self.first_final(); end def self.first_final=(first_final); end def self.parse(data); end def self.start(); end def self.start=(start); end end module Mail::Parsers::ContentDispositionParser end class Mail::Parsers::ContentDispositionParser::ContentDispositionStruct def disposition_type(); end def disposition_type=(_); end def error(); end def error=(_); end def parameters(); end def parameters=(_); end end class Mail::Parsers::ContentDispositionParser::ContentDispositionStruct def self.[](*_); end def self.members(); end end module Mail::Parsers::ContentDispositionParser def self.en_comment_tail(); end def self.en_comment_tail=(en_comment_tail); end def self.en_main(); end def self.en_main=(en_main); end def self.error(); end def self.error=(error); end def self.first_final(); end def self.first_final=(first_final); end def self.parse(data); end def self.start(); end def self.start=(start); end end module Mail::Parsers::ContentLocationParser end class Mail::Parsers::ContentLocationParser::ContentLocationStruct def error(); end def error=(_); end def location(); end def location=(_); end end class Mail::Parsers::ContentLocationParser::ContentLocationStruct def self.[](*_); end def self.members(); end end module Mail::Parsers::ContentLocationParser def self.en_comment_tail(); end def self.en_comment_tail=(en_comment_tail); end def self.en_main(); end def self.en_main=(en_main); end def self.error(); end def self.error=(error); end def self.first_final(); end def self.first_final=(first_final); end def self.parse(data); end def self.start(); end def self.start=(start); end end module Mail::Parsers::ContentTransferEncodingParser end class Mail::Parsers::ContentTransferEncodingParser::ContentTransferEncodingStruct def encoding(); end def encoding=(_); end def error(); end def error=(_); end end class Mail::Parsers::ContentTransferEncodingParser::ContentTransferEncodingStruct def self.[](*_); end def self.members(); end end module Mail::Parsers::ContentTransferEncodingParser def self.en_comment_tail(); end def self.en_comment_tail=(en_comment_tail); end def self.en_main(); end def self.en_main=(en_main); end def self.error(); end def self.error=(error); end def self.first_final(); end def self.first_final=(first_final); end def self.parse(data); end def self.start(); end def self.start=(start); end end module Mail::Parsers::ContentTypeParser end class Mail::Parsers::ContentTypeParser::ContentTypeStruct def error(); end def error=(_); end def main_type(); end def main_type=(_); end def parameters(); end def parameters=(_); end def sub_type(); end def sub_type=(_); end end class Mail::Parsers::ContentTypeParser::ContentTypeStruct def self.[](*_); end def self.members(); end end module Mail::Parsers::ContentTypeParser def self.en_comment_tail(); end def self.en_comment_tail=(en_comment_tail); end def self.en_main(); end def self.en_main=(en_main); end def self.error(); end def self.error=(error); end def self.first_final(); end def self.first_final=(first_final); end def self.parse(data); end def self.start(); end def self.start=(start); end end module Mail::Parsers::DateTimeParser end class Mail::Parsers::DateTimeParser::DateTimeStruct def date_string(); end def date_string=(_); end def error(); end def error=(_); end def time_string(); end def time_string=(_); end end class Mail::Parsers::DateTimeParser::DateTimeStruct def self.[](*_); end def self.members(); end end module Mail::Parsers::DateTimeParser def self.en_comment_tail(); end def self.en_comment_tail=(en_comment_tail); end def self.en_main(); end def self.en_main=(en_main); end def self.error(); end def self.error=(error); end def self.first_final(); end def self.first_final=(first_final); end def self.parse(data); end def self.start(); end def self.start=(start); end end module Mail::Parsers::EnvelopeFromParser end class Mail::Parsers::EnvelopeFromParser::EnvelopeFromStruct def address(); end def address=(_); end def ctime_date(); end def ctime_date=(_); end def error(); end def error=(_); end end class Mail::Parsers::EnvelopeFromParser::EnvelopeFromStruct def self.[](*_); end def self.members(); end end module Mail::Parsers::EnvelopeFromParser def self.en_comment_tail(); end def self.en_comment_tail=(en_comment_tail); end def self.en_main(); end def self.en_main=(en_main); end def self.error(); end def self.error=(error); end def self.first_final(); end def self.first_final=(first_final); end def self.parse(data); end def self.start(); end def self.start=(start); end end module Mail::Parsers::MessageIdsParser end class Mail::Parsers::MessageIdsParser::MessageIdsStruct def error(); end def error=(_); end def message_ids(); end def message_ids=(_); end end class Mail::Parsers::MessageIdsParser::MessageIdsStruct def self.[](*_); end def self.members(); end end module Mail::Parsers::MessageIdsParser def self.en_comment_tail(); end def self.en_comment_tail=(en_comment_tail); end def self.en_main(); end def self.en_main=(en_main); end def self.error(); end def self.error=(error); end def self.first_final(); end def self.first_final=(first_final); end def self.parse(data); end def self.start(); end def self.start=(start); end end module Mail::Parsers::MimeVersionParser end class Mail::Parsers::MimeVersionParser::MimeVersionStruct def error(); end def error=(_); end def major(); end def major=(_); end def minor(); end def minor=(_); end end class Mail::Parsers::MimeVersionParser::MimeVersionStruct def self.[](*_); end def self.members(); end end module Mail::Parsers::MimeVersionParser def self.en_comment_tail(); end def self.en_comment_tail=(en_comment_tail); end def self.en_main(); end def self.en_main=(en_main); end def self.error(); end def self.error=(error); end def self.first_final(); end def self.first_final=(first_final); end def self.parse(data); end def self.start(); end def self.start=(start); end end class Mail::Parsers::PhraseListsParser end class Mail::Parsers::PhraseListsParser::PhraseListsStruct def error(); end def error=(_); end def phrases(); end def phrases=(_); end end class Mail::Parsers::PhraseListsParser::PhraseListsStruct def self.[](*_); end def self.members(); end end class Mail::Parsers::PhraseListsParser def self.en_comment_tail(); end def self.en_comment_tail=(en_comment_tail); end def self.en_main(); end def self.en_main=(en_main); end def self.error(); end def self.error=(error); end def self.first_final(); end def self.first_final=(first_final); end def self.parse(data); end def self.start(); end def self.start=(start); end end module Mail::Parsers::ReceivedParser end class Mail::Parsers::ReceivedParser::ReceivedStruct def date(); end def date=(_); end def error(); end def error=(_); end def info(); end def info=(_); end def time(); end def time=(_); end end class Mail::Parsers::ReceivedParser::ReceivedStruct def self.[](*_); end def self.members(); end end module Mail::Parsers::ReceivedParser def self.en_comment_tail(); end def self.en_comment_tail=(en_comment_tail); end def self.en_main(); end def self.en_main=(en_main); end def self.error(); end def self.error=(error); end def self.first_final(); end def self.first_final=(first_final); end def self.parse(data); end def self.start(); end def self.start=(start); end end module Mail::Parsers end class Mail::PartsList end class Mail::PhraseList def initialize(string); end def phrases(); end end class Mail::PhraseList end class Mail::ReceivedElement include ::Mail::Utilities include ::Mail::Constants def date_time(); end def info(); end def initialize(string); end def to_s(*args); end end class Mail::ReceivedElement end class Mail::ReceivedField CAPITALIZED_FIELD = ::T.let(nil, ::T.untyped) FIELD_NAME = ::T.let(nil, ::T.untyped) end class Mail::ReferencesField CAPITALIZED_FIELD = ::T.let(nil, ::T.untyped) FIELD_NAME = ::T.let(nil, ::T.untyped) end class Mail::ReplyToField CAPITALIZED_FIELD = ::T.let(nil, ::T.untyped) FIELD_NAME = ::T.let(nil, ::T.untyped) end class Mail::ResentBccField CAPITALIZED_FIELD = ::T.let(nil, ::T.untyped) FIELD_NAME = ::T.let(nil, ::T.untyped) end class Mail::ResentCcField CAPITALIZED_FIELD = ::T.let(nil, ::T.untyped) FIELD_NAME = ::T.let(nil, ::T.untyped) end class Mail::ResentDateField CAPITALIZED_FIELD = ::T.let(nil, ::T.untyped) FIELD_NAME = ::T.let(nil, ::T.untyped) end class Mail::ResentFromField CAPITALIZED_FIELD = ::T.let(nil, ::T.untyped) FIELD_NAME = ::T.let(nil, ::T.untyped) end class Mail::ResentMessageIdField CAPITALIZED_FIELD = ::T.let(nil, ::T.untyped) FIELD_NAME = ::T.let(nil, ::T.untyped) end class Mail::ResentSenderField CAPITALIZED_FIELD = ::T.let(nil, ::T.untyped) FIELD_NAME = ::T.let(nil, ::T.untyped) end class Mail::ResentToField CAPITALIZED_FIELD = ::T.let(nil, ::T.untyped) FIELD_NAME = ::T.let(nil, ::T.untyped) end class Mail::ReturnPathField CAPITALIZED_FIELD = ::T.let(nil, ::T.untyped) FIELD_NAME = ::T.let(nil, ::T.untyped) end Mail::RubyVer = Mail::Ruby19 class Mail::SMTP DEFAULTS = ::T.let(nil, ::T.untyped) end class Mail::SMTPConnection def deliver!(mail); end def initialize(values); end def settings(); end def settings=(settings); end def smtp(); end def smtp=(smtp); end end class Mail::SMTPConnection end class Mail::SenderField CAPITALIZED_FIELD = ::T.let(nil, ::T.untyped) FIELD_NAME = ::T.let(nil, ::T.untyped) end class Mail::Sendmail DEFAULTS = ::T.let(nil, ::T.untyped) end class Mail::SubjectField CAPITALIZED_FIELD = ::T.let(nil, ::T.untyped) FIELD_NAME = ::T.let(nil, ::T.untyped) end class Mail::TestRetriever def find(options=T.unsafe(nil), &block); end def initialize(values); end end class Mail::TestRetriever def self.emails(); end def self.emails=(val); end end class Mail::ToField CAPITALIZED_FIELD = ::T.let(nil, ::T.untyped) FIELD_NAME = ::T.let(nil, ::T.untyped) end module Mail::Utilities CRLF = ::T.let(nil, ::T.untyped) LF = ::T.let(nil, ::T.untyped) TO_CRLF_REGEX = ::T.let(nil, ::T.untyped) end module Mail::VERSION BUILD = ::T.let(nil, ::T.untyped) MAJOR = ::T.let(nil, ::T.untyped) MINOR = ::T.let(nil, ::T.untyped) PATCH = ::T.let(nil, ::T.untyped) STRING = ::T.let(nil, ::T.untyped) end module Marcel VERSION = ::T.let(nil, ::T.untyped) end class Marcel::MimeType BINARY = ::T.let(nil, ::T.untyped) end class Marcel::MimeType def self.extend(type, extensions: T.unsafe(nil), parents: T.unsafe(nil), magic: T.unsafe(nil)); end def self.for(pathname_or_io=T.unsafe(nil), name: T.unsafe(nil), extension: T.unsafe(nil), declared_type: T.unsafe(nil)); end end module Marshal extend ::ActiveSupport::MarshalWithAutoloading end module MethodSource VERSION = ::T.let(nil, ::T.untyped) end module MethodSource::CodeHelpers::IncompleteExpression GENERIC_REGEXPS = ::T.let(nil, ::T.untyped) RBX_ONLY_REGEXPS = ::T.let(nil, ::T.untyped) end module Mime ALL = ::T.let(nil, ::T.untyped) EXTENSION_LOOKUP = ::T.let(nil, ::T.untyped) LOOKUP = ::T.let(nil, ::T.untyped) SET = ::T.let(nil, ::T.untyped) end 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 MiniTest = Minitest module Minitest ENCS = ::T.let(nil, ::T.untyped) VERSION = ::T.let(nil, ::T.untyped) end module Minitest::Assertions E = ::T.let(nil, ::T.untyped) UNDEFINED = ::T.let(nil, ::T.untyped) end class Minitest::BacktraceFilter MT_RE = ::T.let(nil, ::T.untyped) end class Minitest::Runnable SIGNALS = ::T.let(nil, ::T.untyped) end class Minitest::Test PASSTHROUGH_EXCEPTIONS = ::T.let(nil, ::T.untyped) TEARDOWN_METHODS = ::T.let(nil, ::T.untyped) end class Minitest::Unit VERSION = ::T.let(nil, ::T.untyped) end class Module DELEGATION_RESERVED_KEYWORDS = ::T.let(nil, ::T.untyped) DELEGATION_RESERVED_METHOD_NAMES = ::T.let(nil, ::T.untyped) RUBY_RESERVED_KEYWORDS = ::T.let(nil, ::T.untyped) end class Monitor def enter(); end def exit(); end def try_enter(); end end module MonitorMixin def initialize(*args); end end class MonitorMixin::ConditionVariable def initialize(monitor); end end module Mutex_m VERSION = ::T.let(nil, ::T.untyped) end module NIO ENGINE = ::T.let(nil, ::T.untyped) VERSION = ::T.let(nil, ::T.untyped) end class NIO::ByteBuffer include ::Enumerable end class NIO::ByteBuffer::MarkUnsetError end class NIO::ByteBuffer::MarkUnsetError end class NIO::ByteBuffer::OverflowError end class NIO::ByteBuffer::OverflowError end class NIO::ByteBuffer::UnderflowError end class NIO::ByteBuffer::UnderflowError end class NameError include ::DidYouMean::Correctable end class Net::APOP end class Net::APOP end Net::APOPSession = Net::APOP class Net::BufferedIO def write_timeout(); end def write_timeout=(write_timeout); end end class Net::HTTP def max_retries(); end def max_retries=(retries); end def max_version(); end def max_version=(max_version); end def min_version(); end def min_version=(min_version); end def write_timeout(); end def write_timeout=(sec); end ENVIRONMENT_VARIABLE_IS_MULTIUSER_SAFE = ::T.let(nil, ::T.untyped) end Net::HTTP::ProxyMod = Net::HTTP::ProxyDelta class Net::HTTPAlreadyReported HAS_BODY = ::T.let(nil, ::T.untyped) end class Net::HTTPAlreadyReported end Net::HTTPClientError::EXCEPTION_TYPE = Net::HTTPServerException Net::HTTPClientErrorCode = Net::HTTPClientError Net::HTTPClientException = Net::HTTPServerException class Net::HTTPEarlyHints HAS_BODY = ::T.let(nil, ::T.untyped) end class Net::HTTPEarlyHints end Net::HTTPFatalErrorCode = Net::HTTPClientError class Net::HTTPGatewayTimeout HAS_BODY = ::T.let(nil, ::T.untyped) end class Net::HTTPGatewayTimeout end Net::HTTPInformation::EXCEPTION_TYPE = Net::HTTPError Net::HTTPInformationCode = Net::HTTPInformation class Net::HTTPLoopDetected HAS_BODY = ::T.let(nil, ::T.untyped) end class Net::HTTPLoopDetected end class Net::HTTPMisdirectedRequest HAS_BODY = ::T.let(nil, ::T.untyped) end class Net::HTTPMisdirectedRequest end Net::HTTPMovedTemporarily = Net::HTTPFound Net::HTTPMultipleChoice = Net::HTTPMultipleChoices class Net::HTTPNotExtended HAS_BODY = ::T.let(nil, ::T.untyped) end class Net::HTTPNotExtended end class Net::HTTPPayloadTooLarge HAS_BODY = ::T.let(nil, ::T.untyped) end class Net::HTTPPayloadTooLarge end class Net::HTTPProcessing HAS_BODY = ::T.let(nil, ::T.untyped) end class Net::HTTPProcessing end class Net::HTTPRangeNotSatisfiable HAS_BODY = ::T.let(nil, ::T.untyped) end class Net::HTTPRangeNotSatisfiable end Net::HTTPRedirection::EXCEPTION_TYPE = Net::HTTPRetriableError Net::HTTPRedirectionCode = Net::HTTPRedirection class Net::HTTPRequestTimeout HAS_BODY = ::T.let(nil, ::T.untyped) end class Net::HTTPRequestTimeout end Net::HTTPRequestURITooLarge = Net::HTTPURITooLong 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 class Net::HTTPURITooLong HAS_BODY = ::T.let(nil, ::T.untyped) end class Net::HTTPURITooLong end Net::HTTPUnknownResponse::EXCEPTION_TYPE = Net::HTTPError class Net::HTTPVariantAlsoNegotiates HAS_BODY = ::T.let(nil, ::T.untyped) end class Net::HTTPVariantAlsoNegotiates end class Net::IMAP def open_timeout(); end RESPONSE_ERRORS = ::T.let(nil, ::T.untyped) end module Net::IMAP::NumValidator def self.ensure_mod_sequence_value(num); end def self.valid_mod_sequence_value?(num); end end Net::NetPrivate::HTTPRequest = Net::HTTPRequest Net::NetPrivate::Socket = Net::InternetMessageIO Net::POP = Net::POP3 class Net::POP3 def active?(); end def address(); end def apop?(); end def auth_only(account, password); end def delete_all(); end def disable_ssl(); end def each(&block); end def each_mail(&block); end def enable_ssl(verify_or_params=T.unsafe(nil), certs=T.unsafe(nil), port=T.unsafe(nil)); end def finish(); end def initialize(addr, port=T.unsafe(nil), isapop=T.unsafe(nil)); end def logging(msg); end def mails(); end def n_bytes(); end def n_mails(); end def open_timeout(); end def open_timeout=(open_timeout); end def port(); end def read_timeout(); end def read_timeout=(sec); end def reset(); end def set_all_uids(); end def set_debug_output(arg); end def start(account, password); end def started?(); end def use_ssl?(); end Revision = ::T.let(nil, ::T.untyped) end class Net::POP3 def self.APOP(isapop); end def self.auth_only(address, port=T.unsafe(nil), account=T.unsafe(nil), password=T.unsafe(nil), isapop=T.unsafe(nil)); end def self.certs(); end def self.create_ssl_params(verify_or_params=T.unsafe(nil), certs=T.unsafe(nil)); end def self.default_pop3_port(); end def self.default_pop3s_port(); end def self.default_port(); end def self.delete_all(address, port=T.unsafe(nil), account=T.unsafe(nil), password=T.unsafe(nil), isapop=T.unsafe(nil), &block); end def self.disable_ssl(); end def self.enable_ssl(*args); end def self.foreach(address, port=T.unsafe(nil), account=T.unsafe(nil), password=T.unsafe(nil), isapop=T.unsafe(nil), &block); end def self.socket_type(); end def self.ssl_params(); end def self.start(address, port=T.unsafe(nil), account=T.unsafe(nil), password=T.unsafe(nil), isapop=T.unsafe(nil), &block); end def self.use_ssl?(); end def self.verify(); end end class Net::POP3Command def apop(account, password); end def auth(account, password); end def dele(num); end def initialize(sock); end def list(); end def quit(); end def retr(num, &block); end def rset(); end def socket(); end def stat(); end def top(num, lines=T.unsafe(nil), &block); end def uidl(num=T.unsafe(nil)); end end class Net::POP3Command end Net::POP3Session = Net::POP3 class Net::POPAuthenticationError end class Net::POPAuthenticationError end class Net::POPBadResponse end class Net::POPBadResponse end class Net::POPError end class Net::POPError end class Net::POPMail def all(dest=T.unsafe(nil), &block); end def delete(); end def delete!(); end def deleted?(); end def header(dest=T.unsafe(nil)); end def initialize(num, len, pop, cmd); end def length(); end def mail(dest=T.unsafe(nil), &block); end def number(); end def pop(dest=T.unsafe(nil), &block); end def size(); end def top(lines, dest=T.unsafe(nil)); end def uid=(uid); end def uidl(); end def unique_id(); end end class Net::POPMail end Net::POPSession = Net::POP3 Net::ProtocRetryError = Net::ProtoRetriableError class Net::ReadTimeout def initialize(io=T.unsafe(nil)); end def io(); end end Net::SMTPSession = Net::SMTP class Net::WriteTimeout def initialize(io=T.unsafe(nil)); end def io(); end end class NilClass include ::JSON::Ext::Generator::GeneratorMethods::NilClass def to_d(); 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 include ::ActiveSupport::ToJsonWithActiveSupportEncoder def to_yaml(options=T.unsafe(nil)); 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) 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 OpenSSL::ASN1::ASN1Data def indefinite_length(); end def indefinite_length=(indefinite_length); end end class OpenSSL::BN def +@(); end def -@(); end def /(_); end def negative?(); end end module OpenSSL::Buffering include ::ActiveSupport::ToJsonWithActiveSupportEncoder end module OpenSSL::KDF end class OpenSSL::KDF::KDFError end class OpenSSL::KDF::KDFError end module OpenSSL::KDF def self.hkdf(*_); end def self.pbkdf2_hmac(*_); end def self.scrypt(*_); end end class OpenSSL::OCSP::Request def signed?(); end end OpenSSL::PKCS7::Signer = OpenSSL::PKCS7::SignerInfo class OpenSSL::PKey::EC EXPLICIT_CURVE = ::T.let(nil, ::T.untyped) end class OpenSSL::PKey::EC::Point def to_octet_string(_); end end module OpenSSL::SSL OP_ALLOW_NO_DHE_KEX = ::T.let(nil, ::T.untyped) OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION = ::T.let(nil, ::T.untyped) OP_CRYPTOPRO_TLSEXT_BUG = ::T.let(nil, ::T.untyped) OP_LEGACY_SERVER_CONNECT = ::T.let(nil, ::T.untyped) OP_NO_ENCRYPT_THEN_MAC = ::T.let(nil, ::T.untyped) OP_NO_RENEGOTIATION = ::T.let(nil, ::T.untyped) OP_NO_TLSv1_3 = ::T.let(nil, ::T.untyped) OP_SAFARI_ECDHE_ECDSA_BUG = ::T.let(nil, ::T.untyped) OP_TLSEXT_PADDING = ::T.let(nil, ::T.untyped) SSL2_VERSION = ::T.let(nil, ::T.untyped) SSL3_VERSION = ::T.let(nil, ::T.untyped) TLS1_1_VERSION = ::T.let(nil, ::T.untyped) TLS1_2_VERSION = ::T.let(nil, ::T.untyped) TLS1_3_VERSION = ::T.let(nil, ::T.untyped) TLS1_VERSION = ::T.let(nil, ::T.untyped) end module OpenSSL::X509 V_FLAG_NO_CHECK_TIME = ::T.let(nil, ::T.untyped) V_FLAG_TRUSTED_FIRST = ::T.let(nil, ::T.untyped) end class OpenSSL::X509::Attribute def ==(other); end end class OpenSSL::X509::CRL def ==(other); end end class OpenSSL::X509::Extension def ==(other); end end class OpenSSL::X509::Name def to_utf8(); end end class OpenSSL::X509::Request def ==(other); end end class OpenSSL::X509::Revoked def ==(other); end def to_der(); end end module OpenSSL def self.fips_mode(); end end ParseError = Racc::ParseError module Pastel VERSION = ::T.let(nil, ::T.untyped) end module Pastel::ANSI ATTRIBUTES = ::T.let(nil, ::T.untyped) end class Pastel::Color ALIASES = ::T.let(nil, ::T.untyped) ANSI_COLOR_REGEXP = ::T.let(nil, ::T.untyped) end class Pastel::ColorParser CSI = ::T.let(nil, ::T.untyped) ESC = ::T.let(nil, ::T.untyped) end class Pathname def fnmatch?(*_); end def glob(*_); end def make_symlink(_); end end class Proc def <<(_); end def >>(_); end def clone(); end end class Pry BINDING_METHOD_IMPL = ::T.let(nil, ::T.untyped) Commands = ::T.let(nil, ::T.untyped) EMPTY_COMPLETIONS = ::T.let(nil, ::T.untyped) HAS_SAFE_LEVEL = ::T.let(nil, ::T.untyped) LOCAL_RC_FILE = ::T.let(nil, ::T.untyped) VERSION = ::T.let(nil, ::T.untyped) end class Pry::BasicObject ENV = ::T.let(nil, ::T.untyped) end Pry::BasicObject::Dir = Dir Pry::BasicObject::File = File Pry::BasicObject::Kernel = Kernel Pry::BasicObject::LoadError = LoadError Pry::BasicObject::Pry = Pry class Pry::Code extend ::MethodSource::CodeHelpers end class Pry::CodeFile DEFAULT_EXT = ::T.let(nil, ::T.untyped) EXTENSIONS = ::T.let(nil, ::T.untyped) FILES = ::T.let(nil, ::T.untyped) INITIAL_PWD = ::T.let(nil, ::T.untyped) end class Pry::Command VOID_VALUE = ::T.let(nil, ::T.untyped) end class Pry::Command::Ls DEFAULT_OPTIONS = ::T.let(nil, ::T.untyped) end class Pry::Command::Ls::Constants DEPRECATED_CONSTANTS = ::T.let(nil, ::T.untyped) end class Pry::Command::Ls::Globals BUILTIN_GLOBALS = ::T.let(nil, ::T.untyped) PSEUDO_GLOBALS = ::T.let(nil, ::T.untyped) end class Pry::Command::Wtf RUBY_FRAME_PATTERN = ::T.let(nil, ::T.untyped) end module Pry::Helpers::DocumentationHelpers YARD_TAGS = ::T.let(nil, ::T.untyped) end module Pry::Helpers::Text COLORS = ::T.let(nil, ::T.untyped) end class Pry::Indent IGNORE_TOKENS = ::T.let(nil, ::T.untyped) MIDWAY_TOKENS = ::T.let(nil, ::T.untyped) OPEN_TOKENS = ::T.let(nil, ::T.untyped) OPTIONAL_DO_TOKENS = ::T.let(nil, ::T.untyped) SINGLELINE_TOKENS = ::T.let(nil, ::T.untyped) SPACES = ::T.let(nil, ::T.untyped) STATEMENT_END_TOKENS = ::T.let(nil, ::T.untyped) end class Pry::InputCompleter ARRAY_REGEXP = ::T.let(nil, ::T.untyped) CONSTANT_OR_METHOD_REGEXP = ::T.let(nil, ::T.untyped) CONSTANT_REGEXP = ::T.let(nil, ::T.untyped) GLOBALVARIABLE_REGEXP = ::T.let(nil, ::T.untyped) HEX_REGEXP = ::T.let(nil, ::T.untyped) NUMERIC_REGEXP = ::T.let(nil, ::T.untyped) PROC_OR_HASH_REGEXP = ::T.let(nil, ::T.untyped) REGEX_REGEXP = ::T.let(nil, ::T.untyped) RESERVED_WORDS = ::T.let(nil, ::T.untyped) SYMBOL_METHOD_CALL_REGEXP = ::T.let(nil, ::T.untyped) SYMBOL_REGEXP = ::T.let(nil, ::T.untyped) TOPLEVEL_LOOKUP_REGEXP = ::T.let(nil, ::T.untyped) VARIABLE_REGEXP = ::T.let(nil, ::T.untyped) WORD_ESCAPE_STR = ::T.let(nil, ::T.untyped) end class Pry::Inspector MAP = ::T.let(nil, ::T.untyped) end class Pry::ObjectPath SPECIAL_TERMS = ::T.let(nil, ::T.untyped) end class Pry::Output DEFAULT_SIZE = ::T.let(nil, ::T.untyped) end class Pry::PluginManager PRY_PLUGIN_PREFIX = ::T.let(nil, ::T.untyped) end class Pry::Slop DEFAULT_OPTIONS = ::T.let(nil, ::T.untyped) VERSION = ::T.let(nil, ::T.untyped) end class Pry::Slop::Option DEFAULT_OPTIONS = ::T.let(nil, ::T.untyped) end module Psych VERSION = ::T.let(nil, ::T.untyped) 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_tag(tag, klass); end def self.domain_types(); end def self.domain_types=(domain_types); end def self.dump_tags(); end def self.dump_tags=(dump_tags); end def self.libyaml_version(); end def self.load_tags(); end def self.load_tags=(load_tags); end def self.remove_type(type_tag); 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::Core::Configuration 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::ConfigurationOptions OPTIONS_ORDER = ::T.let(nil, ::T.untyped) UNFORCED_OPTIONS = ::T.let(nil, ::T.untyped) UNPROCESSABLE_OPTIONS = ::T.let(nil, ::T.untyped) end RSpec::Core::Example::AllExceptionsExcludingDangerousOnesOnRubiesThatAllowIt = RSpec::Support::AllExceptionsExceptOnesWeMustNotRescue class RSpec::Core::ExampleGroup include ::RSpec::Core::MockingAdapters::RSpec include ::RSpec::Mocks::ExampleMethods include ::RSpec::Mocks::ArgumentMatchers include ::RSpec::Mocks::ExampleMethods::ExpectHost include ::RSpec::Matchers INSTANCE_VARIABLE_TO_IGNORE = ::T.let(nil, ::T.untyped) end RSpec::Core::ExclusionRules = RSpec::Core::FilterRules class RSpec::Core::FilterRules PROC_HEX_NUMBER = ::T.let(nil, ::T.untyped) PROJECT_DIR = ::T.let(nil, ::T.untyped) end module RSpec::Core::Formatters::ConsoleCodes VT100_CODES = ::T.let(nil, ::T.untyped) VT100_CODE_VALUES = ::T.let(nil, ::T.untyped) end class RSpec::Core::Formatters::DeprecationFormatter 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 TOO_MANY_USES_LIMIT = ::T.let(nil, ::T.untyped) end class RSpec::Core::Formatters::ExceptionPresenter PENDING_DETAIL_FORMATTER = ::T.let(nil, ::T.untyped) end module RSpec::Core::Formatters::Helpers DEFAULT_PRECISION = ::T.let(nil, ::T.untyped) SUB_SECOND_PRECISION = ::T.let(nil, ::T.untyped) end class RSpec::Core::Formatters::HtmlPrinter 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 module RSpec::Core::Formatters::SyntaxHighlighter::CodeRayImplementation RESET_CODE = ::T.let(nil, ::T.untyped) end RSpec::Core::Formatters::SyntaxHighlighter::WindowsImplementation = RSpec::Core::Formatters::SyntaxHighlighter::NoSyntaxHighlightingImplementation class RSpec::Core::Hooks::HookCollections 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 module RSpec::Core::Metadata RESERVED_KEYS = ::T.let(nil, ::T.untyped) end class RSpec::Core::Ordering::Random MAX_32_BIT = ::T.let(nil, ::T.untyped) end module RSpec::Core::Pending NOT_YET_IMPLEMENTED = ::T.let(nil, ::T.untyped) NO_REASON_GIVEN = ::T.let(nil, ::T.untyped) end class RSpec::Core::Profiler NOTIFICATIONS = ::T.let(nil, ::T.untyped) end class RSpec::Core::Reporter RSPEC_NOTIFICATIONS = ::T.let(nil, ::T.untyped) end module RSpec::Core::ShellEscape SHELLS_ALLOWING_UNQUOTED_IDS = ::T.let(nil, ::T.untyped) end module RSpec::Core::Version STRING = ::T.let(nil, ::T.untyped) end class RSpec::Expectations::Configuration FALSE_POSITIVE_BEHAVIOURS = ::T.let(nil, ::T.untyped) end RSpec::Expectations::LegacyMacherAdapter = RSpec::Expectations::LegacyMatcherAdapter class RSpec::Expectations::MultipleExpectationsNotMetError include ::RSpec::Core::MultipleExceptionError::InterfaceTag end module RSpec::Expectations::Version STRING = ::T.let(nil, ::T.untyped) end module RSpec::Matchers BE_PREDICATE_REGEX = ::T.let(nil, ::T.untyped) DYNAMIC_MATCHER_REGEX = ::T.let(nil, ::T.untyped) HAS_REGEX = ::T.let(nil, ::T.untyped) end RSpec::Matchers::AliasedNegatedMatcher::DefaultFailureMessages = RSpec::Matchers::BuiltIn::BaseMatcher::DefaultFailureMessages class RSpec::Matchers::BuiltIn::BaseMatcher UNDEFINED = ::T.let(nil, ::T.untyped) end class RSpec::Matchers::BuiltIn::Equal LITERAL_SINGLETONS = ::T.let(nil, ::T.untyped) end RSpec::Matchers::BuiltIn::SpecificValuesChange::MATCH_ANYTHING = BasicObject RSpec::Matchers::BuiltIn::StartAndEndWith = RSpec::Matchers::BuiltIn::StartOrEndWith module RSpec::Matchers::DSL::Macros RAISE_NOTIFIER = ::T.let(nil, ::T.untyped) end class RSpec::Matchers::ExpectedsForMultipleDiffs DEFAULT_DIFF_LABEL = ::T.let(nil, ::T.untyped) DESCRIPTION_MAX_LENGTH = ::T.let(nil, ::T.untyped) 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::AnyInstance::PositiveExpectationChain ExpectationInvocationOrder = ::T.let(nil, ::T.untyped) end class RSpec::Mocks::AnyInstance::StubChain EmptyInvocationOrder = ::T.let(nil, ::T.untyped) InvocationOrder = ::T.let(nil, ::T.untyped) end class RSpec::Mocks::ArgumentListMatcher MATCH_ALL = ::T.let(nil, ::T.untyped) 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::ObjectReference MODULE_NAME_METHOD = ::T.let(nil, ::T.untyped) end class RSpec::Mocks::Proxy DEFAULT_MESSAGE_EXPECTATION_OPTS = ::T.let(nil, ::T.untyped) end module RSpec::Mocks::Version STRING = ::T.let(nil, ::T.untyped) 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::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::EncodedString REPLACE = ::T.let(nil, ::T.untyped) US_ASCII = ::T.let(nil, ::T.untyped) UTF_8 = ::T.let(nil, ::T.untyped) end class RSpec::Support::MethodSignature INFINITY = ::T.let(nil, ::T.untyped) end class RSpec::Support::Mutex NEW_MUTEX_METHOD = ::T.let(nil, ::T.untyped) end class RSpec::Support::ObjectFormatter ELLIPSIS = ::T.let(nil, ::T.untyped) INSPECTOR_CLASSES = ::T.let(nil, ::T.untyped) end class RSpec::Support::ObjectFormatter::DateTimeInspector FORMAT = ::T.let(nil, ::T.untyped) end class RSpec::Support::ObjectFormatter::TimeInspector FORMAT = ::T.let(nil, ::T.untyped) end class RSpec::Support::ObjectFormatter::UninspectableObjectInspector OBJECT_ID_FORMAT = ::T.let(nil, ::T.untyped) end RSpec::Support::StrictSignatureVerifier = RSpec::Support::MethodSignatureVerifier module RSpec::Support::Version STRING = ::T.let(nil, ::T.untyped) end module RSpec::Version STRING = ::T.let(nil, ::T.untyped) 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 Rack CACHE_CONTROL = ::T.let(nil, ::T.untyped) CONTENT_LENGTH = ::T.let(nil, ::T.untyped) CONTENT_TYPE = ::T.let(nil, ::T.untyped) DELETE = ::T.let(nil, ::T.untyped) ETAG = ::T.let(nil, ::T.untyped) EXPIRES = ::T.let(nil, ::T.untyped) GET = ::T.let(nil, ::T.untyped) HEAD = ::T.let(nil, ::T.untyped) HTTPS = ::T.let(nil, ::T.untyped) HTTP_COOKIE = ::T.let(nil, ::T.untyped) HTTP_HOST = ::T.let(nil, ::T.untyped) HTTP_PORT = ::T.let(nil, ::T.untyped) HTTP_VERSION = ::T.let(nil, ::T.untyped) LINK = ::T.let(nil, ::T.untyped) OPTIONS = ::T.let(nil, ::T.untyped) PATCH = ::T.let(nil, ::T.untyped) PATH_INFO = ::T.let(nil, ::T.untyped) POST = ::T.let(nil, ::T.untyped) PUT = ::T.let(nil, ::T.untyped) QUERY_STRING = ::T.let(nil, ::T.untyped) RACK_ERRORS = ::T.let(nil, ::T.untyped) RACK_HIJACK = ::T.let(nil, ::T.untyped) RACK_HIJACK_IO = ::T.let(nil, ::T.untyped) RACK_INPUT = ::T.let(nil, ::T.untyped) RACK_IS_HIJACK = ::T.let(nil, ::T.untyped) RACK_LOGGER = ::T.let(nil, ::T.untyped) RACK_METHODOVERRIDE_ORIGINAL_METHOD = ::T.let(nil, ::T.untyped) RACK_MULTIPART_BUFFER_SIZE = ::T.let(nil, ::T.untyped) RACK_MULTIPART_TEMPFILE_FACTORY = ::T.let(nil, ::T.untyped) RACK_MULTIPROCESS = ::T.let(nil, ::T.untyped) RACK_MULTITHREAD = ::T.let(nil, ::T.untyped) RACK_RECURSIVE_INCLUDE = ::T.let(nil, ::T.untyped) RACK_REQUEST_COOKIE_HASH = ::T.let(nil, ::T.untyped) RACK_REQUEST_COOKIE_STRING = ::T.let(nil, ::T.untyped) RACK_REQUEST_FORM_HASH = ::T.let(nil, ::T.untyped) RACK_REQUEST_FORM_INPUT = ::T.let(nil, ::T.untyped) RACK_REQUEST_FORM_VARS = ::T.let(nil, ::T.untyped) RACK_REQUEST_QUERY_HASH = ::T.let(nil, ::T.untyped) RACK_REQUEST_QUERY_STRING = ::T.let(nil, ::T.untyped) RACK_RUNONCE = ::T.let(nil, ::T.untyped) RACK_SESSION = ::T.let(nil, ::T.untyped) RACK_SESSION_OPTIONS = ::T.let(nil, ::T.untyped) RACK_SESSION_UNPACKED_COOKIE_DATA = ::T.let(nil, ::T.untyped) RACK_SHOWSTATUS_DETAIL = ::T.let(nil, ::T.untyped) RACK_TEMPFILES = ::T.let(nil, ::T.untyped) RACK_URL_SCHEME = ::T.let(nil, ::T.untyped) RACK_VERSION = ::T.let(nil, ::T.untyped) RELEASE = ::T.let(nil, ::T.untyped) REQUEST_METHOD = ::T.let(nil, ::T.untyped) REQUEST_PATH = ::T.let(nil, ::T.untyped) SCRIPT_NAME = ::T.let(nil, ::T.untyped) SERVER_NAME = ::T.let(nil, ::T.untyped) SERVER_PORT = ::T.let(nil, ::T.untyped) SERVER_PROTOCOL = ::T.let(nil, ::T.untyped) SET_COOKIE = ::T.let(nil, ::T.untyped) TRACE = ::T.let(nil, ::T.untyped) TRANSFER_ENCODING = ::T.let(nil, ::T.untyped) UNLINK = ::T.let(nil, ::T.untyped) VERSION = ::T.let(nil, ::T.untyped) end class Rack::Auth::AbstractHandler def initialize(app, realm=T.unsafe(nil), &authenticator); end def realm(); end def realm=(realm); end end class Rack::Auth::AbstractHandler end class Rack::Auth::AbstractRequest def initialize(env); end def params(); end def parts(); end def provided?(); end def request(); end def scheme(); end def valid?(); end AUTHORIZATION_KEYS = ::T.let(nil, ::T.untyped) end class Rack::Auth::AbstractRequest end class Rack::Auth::Basic def call(env); end end class Rack::Auth::Basic::Request def basic?(); end def credentials(); end def username(); end end class Rack::Auth::Basic::Request end class Rack::Auth::Basic end class Rack::Auth::Digest::MD5 def call(env); end def initialize(app, realm=T.unsafe(nil), opaque=T.unsafe(nil), &authenticator); end def opaque(); end def opaque=(opaque); end def passwords_hashed=(passwords_hashed); end def passwords_hashed?(); end QOP = ::T.let(nil, ::T.untyped) end class Rack::Auth::Digest::MD5 end class Rack::Auth::Digest::Nonce def digest(); end def fresh?(); end def initialize(timestamp=T.unsafe(nil), given_digest=T.unsafe(nil)); end def stale?(); end def valid?(); end end class Rack::Auth::Digest::Nonce def self.parse(string); end def self.private_key(); end def self.private_key=(private_key); end def self.time_limit(); end def self.time_limit=(time_limit); end end class Rack::Auth::Digest::Params def [](k); end def []=(k, v); end def initialize(); end def quote(str); end UNQUOTED = ::T.let(nil, ::T.untyped) end class Rack::Auth::Digest::Params def self.dequote(str); end def self.parse(str); end def self.split_header_value(str); end end class Rack::Auth::Digest::Request def correct_uri?(); end def digest?(); end def method(); end def method_missing(sym, *args); end def nonce(); end def respond_to?(sym, *_); end end class Rack::Auth::Digest::Request end class Rack::Builder def call(env); end def freeze_app(); end def initialize(default_app=T.unsafe(nil), &block); end def map(path, &block); end def run(app); end def to_app(); end def use(middleware, *args, &block); end def warmup(prc=T.unsafe(nil), &block); end UTF_8_BOM = ::T.let(nil, ::T.untyped) end class Rack::Builder def self.app(default_app=T.unsafe(nil), &block); end def self.load_file(path, opts=T.unsafe(nil)); end def self.new_from_string(builder_script, file=T.unsafe(nil)); end def self.parse_file(config, opts=T.unsafe(nil)); end end class Rack::Cascade def <<(app); end def add(app); end def apps(); end def call(env); end def include?(app); end def initialize(apps, cascade_for=T.unsafe(nil)); end NotFound = ::T.let(nil, ::T.untyped) end class Rack::Cascade end class Rack::Chunked::Body TAIL = ::T.let(nil, ::T.untyped) TERM = ::T.let(nil, ::T.untyped) end class Rack::CommonLogger def call(env); end def initialize(app, logger=T.unsafe(nil)); end FORMAT = ::T.let(nil, ::T.untyped) end class Rack::CommonLogger end class Rack::Config def call(env); end def initialize(app, &block); end end class Rack::Config end class Rack::ContentLength include ::Rack::Utils def call(env); end def initialize(app); end end class Rack::ContentLength end class Rack::ContentType include ::Rack::Utils def call(env); end def initialize(app, content_type=T.unsafe(nil)); end end class Rack::ContentType end class Rack::Deflater def call(env); end def initialize(app, options=T.unsafe(nil)); end end class Rack::Deflater::GzipStream def close(); end def each(&block); end def initialize(body, mtime, sync); end def write(data); end end class Rack::Deflater::GzipStream end class Rack::Deflater end class Rack::Directory def call(env); end def check_bad_request(path_info); end def check_forbidden(path_info); end def entity_not_found(path_info); end def filesize_format(int); end def get(env); end def initialize(root, app=T.unsafe(nil)); end def list_directory(path_info, path, script_name); end def list_path(env, path, path_info, script_name); end def root(); end def stat(path); end DIR_FILE = ::T.let(nil, ::T.untyped) DIR_PAGE_FOOTER = ::T.let(nil, ::T.untyped) DIR_PAGE_HEADER = ::T.let(nil, ::T.untyped) FILESIZE_FORMAT = ::T.let(nil, ::T.untyped) end class Rack::Directory::DirectoryBody end class Rack::Directory::DirectoryBody end class Rack::Directory end class Rack::ETag DEFAULT_CACHE_CONTROL = ::T.let(nil, ::T.untyped) ETAG_STRING = ::T.let(nil, ::T.untyped) end class Rack::Events def call(env); end def initialize(app, handlers); end end module Rack::Events::Abstract def on_commit(req, res); end def on_error(req, res, e); end def on_finish(req, res); end def on_send(req, res); end def on_start(req, res); end end module Rack::Events::Abstract end class Rack::Events::BufferedResponse def body(); end def initialize(status, headers, body); end def to_a(); end end class Rack::Events::BufferedResponse end class Rack::Events::EventedBodyProxy def each(&blk); end def initialize(body, request, response, handlers, &block); end def request(); end def response(); end end class Rack::Events::EventedBodyProxy end class Rack::Events end Rack::File = Rack::Files class Rack::Files ALLOWED_VERBS = ::T.let(nil, ::T.untyped) ALLOW_HEADER = ::T.let(nil, ::T.untyped) MULTIPART_BOUNDARY = ::T.let(nil, ::T.untyped) end class Rack::ForwardRequest def env(); end def initialize(url, env=T.unsafe(nil)); end def url(); end end class Rack::ForwardRequest end module Rack::Handler end class Rack::Handler::CGI end class Rack::Handler::CGI def self.run(app, **options); end def self.send_body(body); end def self.send_headers(status, headers); end def self.serve(app); end end class Rack::Handler::WEBrick def initialize(server, app); end end class Rack::Handler::WEBrick def self.run(app, **options); end def self.shutdown(); end def self.valid_options(); end end module Rack::Handler def self.default(); end def self.get(server); end def self.pick(server_names); end def self.register(server, klass); end def self.try_require(prefix, const_name); end end class Rack::Lint include ::Rack::Lint::Assertion def _call(env); end def call(env=T.unsafe(nil)); end def check_content_length(status, headers); end def check_content_type(status, headers); end def check_env(env); end def check_error(error); end def check_headers(header); end def check_hijack(env); end def check_hijack_response(headers, env); end def check_input(input); end def check_status(status); end def close(); end def each(&blk); end def initialize(app); end def verify_content_length(bytes); end end module Rack::Lint::Assertion def assert(message); end end module Rack::Lint::Assertion end class Rack::Lint::ErrorWrapper include ::Rack::Lint::Assertion def close(*args); end def flush(); end def initialize(error); end def puts(str); end def write(str); end end class Rack::Lint::ErrorWrapper end class Rack::Lint::HijackWrapper include ::Rack::Lint::Assertion def close(*args, &block); end def close_read(*args, &block); end def close_write(*args, &block); end def closed?(*args, &block); end def flush(*args, &block); end def initialize(io); end def read(*args, &block); end def read_nonblock(*args, &block); end def write(*args, &block); end def write_nonblock(*args, &block); end REQUIRED_METHODS = ::T.let(nil, ::T.untyped) end class Rack::Lint::HijackWrapper extend ::Forwardable end class Rack::Lint::InputWrapper include ::Rack::Lint::Assertion def close(*args); end def each(*args, &blk); end def gets(*args); end def initialize(input); end def read(*args); end def rewind(*args); end end class Rack::Lint::InputWrapper end class Rack::Lint::LintError end class Rack::Lint::LintError end class Rack::Lint end class Rack::Lock def call(env); end def initialize(app, mutex=T.unsafe(nil)); end end class Rack::Lock end class Rack::Logger def call(env); end def initialize(app, level=T.unsafe(nil)); end end class Rack::Logger end class Rack::MediaType SPLIT_PATTERN = ::T.let(nil, ::T.untyped) end class Rack::MediaType def self.params(content_type); end def self.type(content_type); end end class Rack::MethodOverride def call(env); end def initialize(app); end def method_override(env); end ALLOWED_METHODS = ::T.let(nil, ::T.untyped) HTTP_METHODS = ::T.let(nil, ::T.untyped) HTTP_METHOD_OVERRIDE_HEADER = ::T.let(nil, ::T.untyped) METHOD_OVERRIDE_PARAM_KEY = ::T.let(nil, ::T.untyped) end class Rack::MethodOverride end module Rack::Mime MIME_TYPES = ::T.let(nil, ::T.untyped) end module Rack::Mime def self.match?(value, matcher); end def self.mime_type(ext, fallback=T.unsafe(nil)); end end class Rack::MockRequest DEFAULT_ENV = ::T.let(nil, ::T.untyped) end module Rack::Multipart ATTRIBUTE = ::T.let(nil, ::T.untyped) ATTRIBUTE_CHAR = ::T.let(nil, ::T.untyped) BROKEN_QUOTED = ::T.let(nil, ::T.untyped) BROKEN_UNQUOTED = ::T.let(nil, ::T.untyped) CONDISP = ::T.let(nil, ::T.untyped) DISPPARM = ::T.let(nil, ::T.untyped) EOL = ::T.let(nil, ::T.untyped) EXTENDED_INITIAL_NAME = ::T.let(nil, ::T.untyped) EXTENDED_INITIAL_PARAMETER = ::T.let(nil, ::T.untyped) EXTENDED_INITIAL_VALUE = ::T.let(nil, ::T.untyped) EXTENDED_OTHER_NAME = ::T.let(nil, ::T.untyped) EXTENDED_OTHER_PARAMETER = ::T.let(nil, ::T.untyped) EXTENDED_OTHER_VALUE = ::T.let(nil, ::T.untyped) EXTENDED_PARAMETER = ::T.let(nil, ::T.untyped) MULTIPART = ::T.let(nil, ::T.untyped) MULTIPART_BOUNDARY = ::T.let(nil, ::T.untyped) MULTIPART_CONTENT_DISPOSITION = ::T.let(nil, ::T.untyped) MULTIPART_CONTENT_ID = ::T.let(nil, ::T.untyped) MULTIPART_CONTENT_TYPE = ::T.let(nil, ::T.untyped) REGULAR_PARAMETER = ::T.let(nil, ::T.untyped) REGULAR_PARAMETER_NAME = ::T.let(nil, ::T.untyped) RFC2183 = ::T.let(nil, ::T.untyped) SECTION = ::T.let(nil, ::T.untyped) TOKEN = ::T.let(nil, ::T.untyped) VALUE = ::T.let(nil, ::T.untyped) end class Rack::Multipart::Generator def dump(); end def initialize(params, first=T.unsafe(nil)); end end class Rack::Multipart::Generator end class Rack::Multipart::MultipartPartLimitError end class Rack::Multipart::MultipartPartLimitError end class Rack::Multipart::Parser def initialize(boundary, tempfile, bufsize, query_parser); end def on_read(content); end def result(); end def state(); end BOUNDARY_REGEX = ::T.let(nil, ::T.untyped) BUFSIZE = ::T.let(nil, ::T.untyped) CHARSET = ::T.let(nil, ::T.untyped) EMPTY = ::T.let(nil, ::T.untyped) TEMPFILE_FACTORY = ::T.let(nil, ::T.untyped) TEXT_PLAIN = ::T.let(nil, ::T.untyped) end class Rack::Multipart::Parser::BoundedIO def initialize(io, content_length); end def read(size, outbuf=T.unsafe(nil)); end def rewind(); end end class Rack::Multipart::Parser::BoundedIO end class Rack::Multipart::Parser::Collector include ::Enumerable def each(&blk); end def initialize(tempfile); end def on_mime_body(mime_index, content); end def on_mime_finish(mime_index); end def on_mime_head(mime_index, head, filename, content_type, name); end end class Rack::Multipart::Parser::Collector::BufferPart def close(); end def file?(); end end class Rack::Multipart::Parser::Collector::BufferPart end class Rack::Multipart::Parser::Collector::MimePart def get_data(); end end class Rack::Multipart::Parser::Collector::MimePart end class Rack::Multipart::Parser::Collector::TempfilePart def close(); end def file?(); end end class Rack::Multipart::Parser::Collector::TempfilePart end class Rack::Multipart::Parser::Collector end class Rack::Multipart::Parser::MultipartInfo def params(); end def params=(_); end def tmp_files(); end def tmp_files=(_); end end class Rack::Multipart::Parser::MultipartInfo def self.[](*_); end def self.members(); end end class Rack::Multipart::Parser def self.parse(io, content_length, content_type, tmpfile, bufsize, qp); end def self.parse_boundary(content_type); end end class Rack::Multipart::UploadedFile def content_type(); end def content_type=(content_type); end def initialize(filepath=T.unsafe(nil), ct=T.unsafe(nil), bin=T.unsafe(nil), path: T.unsafe(nil), content_type: T.unsafe(nil), binary: T.unsafe(nil), filename: T.unsafe(nil), io: T.unsafe(nil)); end def local_path(); end def method_missing(method_name, *args, &block); end def original_filename(); end def path(); end def respond_to?(*args); end end class Rack::Multipart::UploadedFile end module Rack::Multipart def self.build_multipart(params, first=T.unsafe(nil)); end def self.extract_multipart(req, params=T.unsafe(nil)); end def self.parse_multipart(env, params=T.unsafe(nil)); end end class Rack::NullLogger def <<(msg); end def add(severity, message=T.unsafe(nil), progname=T.unsafe(nil), &block); end def call(env); end def close(); end def datetime_format(); end def datetime_format=(datetime_format); end def debug(progname=T.unsafe(nil), &block); end def debug?(); end def error(progname=T.unsafe(nil), &block); end def error?(); end def fatal(progname=T.unsafe(nil), &block); end def fatal?(); end def formatter(); end def formatter=(formatter); end def info(progname=T.unsafe(nil), &block); end def info?(); end def initialize(app); end def level(); end def level=(level); end def progname(); end def progname=(progname); end def sev_threshold(); end def sev_threshold=(sev_threshold); end def unknown(progname=T.unsafe(nil), &block); end def warn(progname=T.unsafe(nil), &block); end def warn?(); end end class Rack::NullLogger end class Rack::QueryParser COMMON_SEP = ::T.let(nil, ::T.untyped) DEFAULT_SEP = ::T.let(nil, ::T.untyped) end class Rack::Recursive def _call(env); end def call(env); end def include(env, path); end def initialize(app); end end class Rack::Recursive end class Rack::Reloader def call(env); end def initialize(app, cooldown=T.unsafe(nil), backend=T.unsafe(nil)); end def reload!(stderr=T.unsafe(nil)); end def safe_load(file, mtime, stderr=T.unsafe(nil)); end end module Rack::Reloader::Stat def figure_path(file, paths); end def rotation(); end def safe_stat(file); end end module Rack::Reloader::Stat end class Rack::Reloader end class Rack::Request ALLOWED_SCHEMES = ::T.let(nil, ::T.untyped) SCHEME_WHITELIST = ::T.let(nil, ::T.untyped) end module Rack::Request::Helpers DEFAULT_PORTS = ::T.let(nil, ::T.untyped) FORM_DATA_MEDIA_TYPES = ::T.let(nil, ::T.untyped) HTTP_X_FORWARDED_FOR = ::T.let(nil, ::T.untyped) HTTP_X_FORWARDED_HOST = ::T.let(nil, ::T.untyped) HTTP_X_FORWARDED_PORT = ::T.let(nil, ::T.untyped) HTTP_X_FORWARDED_PROTO = ::T.let(nil, ::T.untyped) HTTP_X_FORWARDED_SCHEME = ::T.let(nil, ::T.untyped) HTTP_X_FORWARDED_SSL = ::T.let(nil, ::T.untyped) PARSEABLE_DATA_MEDIA_TYPES = ::T.let(nil, ::T.untyped) end class Rack::Response CHUNKED = ::T.let(nil, ::T.untyped) STATUS_WITH_NO_ENTITY_BODY = ::T.let(nil, ::T.untyped) end class Rack::RewindableInput def close(); end def each(&block); end def gets(); end def initialize(io); end def read(*args); end def rewind(); end end class Rack::RewindableInput end class Rack::Runtime FORMAT_STRING = ::T.let(nil, ::T.untyped) HEADER_NAME = ::T.let(nil, ::T.untyped) end class Rack::Server def app(); end def default_options(); end def initialize(options=T.unsafe(nil)); end def middleware(); end def options(); end def options=(options); end def server(); end def start(&block); end end class Rack::Server::Options def handler_opts(options); end def parse!(args); end end class Rack::Server::Options end class Rack::Server def self.default_middleware_by_environment(); end def self.logging_middleware(); end def self.middleware(); end def self.start(options=T.unsafe(nil)); end end class Rack::Session::Abstract::Persisted DEFAULT_OPTIONS = ::T.let(nil, ::T.untyped) end class Rack::Session::Abstract::SessionHash Unspecified = ::T.let(nil, ::T.untyped) end class Rack::Session::Cookie def coder(); end end class Rack::Session::Cookie::Base64 def decode(str); end def encode(str); end end class Rack::Session::Cookie::Base64::JSON def encode(obj); end end class Rack::Session::Cookie::Base64::JSON end class Rack::Session::Cookie::Base64::Marshal end class Rack::Session::Cookie::Base64::Marshal end class Rack::Session::Cookie::Base64::ZipJSON def encode(obj); end end class Rack::Session::Cookie::Base64::ZipJSON end class Rack::Session::Cookie::Base64 end class Rack::Session::Cookie::Identity def decode(str); end def encode(str); end end class Rack::Session::Cookie::Identity end class Rack::Session::Cookie::SessionId def cookie_value(); end def initialize(session_id, cookie_value); end end class Rack::Session::Cookie::SessionId end class Rack::Session::Cookie end class Rack::Session::Pool def delete_session(req, session_id, options); end def find_session(req, sid); end def generate_sid(); end def mutex(); end def pool(); end def with_lock(req); end def write_session(req, session_id, new_session, options); end DEFAULT_OPTIONS = ::T.let(nil, ::T.untyped) end class Rack::Session::Pool end class Rack::Session::SessionId ID_VERSION = ::T.let(nil, ::T.untyped) end class Rack::ShowExceptions def call(env); end def dump_exception(exception); end def h(obj); end def initialize(app); end def prefers_plaintext?(env); end def pretty(env, exception); end def template(); end CONTEXT = ::T.let(nil, ::T.untyped) TEMPLATE = ::T.let(nil, ::T.untyped) end class Rack::ShowExceptions end class Rack::ShowStatus def call(env); end def h(obj); end def initialize(app); end TEMPLATE = ::T.let(nil, ::T.untyped) end class Rack::ShowStatus end class Rack::Static def add_index_root?(path); end def applicable_rules(path); end def call(env); end def can_serve(path); end def initialize(app, options=T.unsafe(nil)); end def overwrite_file_path(path); end def route_file(path); end end class Rack::Static end class Rack::TempfileReaper def call(env); end def initialize(app); end end class Rack::TempfileReaper end module Rack::Test DEFAULT_HOST = ::T.let(nil, ::T.untyped) MULTIPART_BOUNDARY = ::T.let(nil, ::T.untyped) VERSION = ::T.let(nil, ::T.untyped) end class Rack::Test::CookieJar DELIMITER = ::T.let(nil, ::T.untyped) end module Rack::Test::Methods METHODS = ::T.let(nil, ::T.untyped) end class Rack::URLMap def call(env); end def initialize(map=T.unsafe(nil)); end def remap(map); end end class Rack::URLMap end module Rack::Utils COMMON_SEP = ::T.let(nil, ::T.untyped) DEFAULT_SEP = ::T.let(nil, ::T.untyped) ESCAPE_HTML = ::T.let(nil, ::T.untyped) ESCAPE_HTML_PATTERN = ::T.let(nil, ::T.untyped) HTTP_STATUS_CODES = ::T.let(nil, ::T.untyped) NULL_BYTE = ::T.let(nil, ::T.untyped) PATH_SEPS = ::T.let(nil, ::T.untyped) STATUS_WITH_NO_ENTITY_BODY = ::T.let(nil, ::T.untyped) SYMBOL_TO_STATUS_CODE = ::T.let(nil, ::T.untyped) end Rack::Utils::InvalidParameterError = Rack::QueryParser::InvalidParameterError Rack::Utils::KeySpaceConstrainedParams = Rack::QueryParser::Params Rack::Utils::ParameterTypeError = Rack::QueryParser::ParameterTypeError class Rails::Application INITIAL_VARIABLES = ::T.let(nil, ::T.untyped) end class Rails::ApplicationController end class Rails::ApplicationController end module Rails::Command HELP_MAPPINGS = ::T.let(nil, ::T.untyped) end module Rails::Command::Actions def load_generators(); end def load_tasks(); end def require_application!(); end def require_application_and_environment!(); end def require_environment!(); end def set_application_directory!(); end end module Rails::Command::Actions end class Rails::Command::Base include ::Rails::Command::Actions def help(); end end class Rails::Command::Base::Error end class Rails::Command::Base::Error end class Rails::Command::Base def self.banner(*_); end def self.base_name(); end def self.command_name(); end def self.default_command_root(); end def self.desc(usage=T.unsafe(nil), description=T.unsafe(nil), options=T.unsafe(nil)); end def self.engine?(); end def self.executable(); end def self.hide_command!(); end def self.inherited(base); end def self.perform(command, args, config); end def self.printing_commands(); end def self.usage_path(); end end module Rails::Generators DEFAULT_ALIASES = ::T.let(nil, ::T.untyped) DEFAULT_OPTIONS = ::T.let(nil, ::T.untyped) end module Rails::Generators::Actions def add_source(source, options=T.unsafe(nil), &block); end def after_bundle(&block); end def application(data=T.unsafe(nil), options=T.unsafe(nil)); end def capify!(); end def environment(data=T.unsafe(nil), options=T.unsafe(nil)); end def gem(*args); end def gem_group(*names, &block); end def generate(what, *args); end def git(commands=T.unsafe(nil)); end def initialize(*_); end def initializer(filename, data=T.unsafe(nil)); end def lib(filename, data=T.unsafe(nil)); end def rails_command(command, options=T.unsafe(nil)); end def rake(command, options=T.unsafe(nil)); end def rakefile(filename, data=T.unsafe(nil)); end def readme(path); end def route(routing_code); end def vendor(filename, data=T.unsafe(nil)); end end class Rails::Generators::Actions::CreateMigration def existing_migration(); end def migration_dir(); end def migration_file_name(); end def relative_existing_migration(); end end class Rails::Generators::Actions::CreateMigration end module Rails::Generators::Actions end class Rails::Generators::ActiveModel def destroy(); end def errors(); end def initialize(name); end def name(); end def save(); end def update(params=T.unsafe(nil)); end end class Rails::Generators::ActiveModel def self.all(klass); end def self.build(klass, params=T.unsafe(nil)); end def self.find(klass, params=T.unsafe(nil)); end end class Rails::Generators::Base include ::Thor::Actions include ::Rails::Generators::Actions end class Rails::Generators::Base def self.add_shebang_option!(); end def self.base_name(); end def self.base_root(); end def self.default_aliases_for_option(name, options); end def self.default_for_option(config, name, options, default); end def self.default_generator_root(); end def self.default_source_root(); end def self.default_value_for_option(name, options); end def self.generator_name(); end def self.hide!(); end def self.hook_for(*names, &block); end def self.hooks(); end def self.inherited(base); end def self.prepare_for_invocation(name, value); end def self.remove_hook_for(*names); end def self.usage_path(); end end module Rails::Generators::Migration def create_migration(destination, data, config=T.unsafe(nil), &block); end def migration_class_name(); end def migration_file_name(); end def migration_number(); end def migration_template(source, destination, config=T.unsafe(nil)); end def set_migration_assigns!(destination); end end module Rails::Generators::Migration::ClassMethods def current_migration_number(dirname); end def migration_exists?(dirname, file_name); end def migration_lookup_at(dirname); end def next_migration_number(dirname); end end module Rails::Generators::Migration::ClassMethods end module Rails::Generators::Migration extend ::ActiveSupport::Concern end class Rails::Generators::NamedBase def file_name(); end def initialize(args, *options); end def js_template(source, destination); end def name(); end def name=(name); end end class Rails::Generators::NamedBase def self.check_class_collision(options=T.unsafe(nil)); end end module Rails::Generators::ResourceHelpers def controller_file_name(); end def controller_name(); end def initialize(*args); end end module Rails::Generators::ResourceHelpers def self.included(base); end end class Rails::Generators::TestCase include ::FileUtils::StreamUtils_ end module Rails::Html XPATHS_TO_REMOVE = ::T.let(nil, ::T.untyped) end class Rails::Html::Sanitizer VERSION = ::T.let(nil, ::T.untyped) end Rails::Html::WhiteListSanitizer = Rails::Html::SafeListSanitizer module Rails::Info def properties(); end def properties=(obj); end end module Rails::Info def self.properties(); end def self.properties=(obj); end def self.property(name, value=T.unsafe(nil)); end def self.to_html(); end end class Rails::InfoController def _layout_from_proc(); end def index(); end def properties(); end def routes(); end end class Rails::InfoController end class Rails::MailersController def index(); end def preview(); end end class Rails::MailersController end class Rails::Rack::Logger def call(env); end def initialize(app, taggers=T.unsafe(nil)); end end class Rails::Railtie ABSTRACT_RAILTIES = ::T.let(nil, ::T.untyped) end module Rails::VERSION MAJOR = ::T.let(nil, ::T.untyped) MINOR = ::T.let(nil, ::T.untyped) PRE = ::T.let(nil, ::T.untyped) STRING = ::T.let(nil, ::T.untyped) TINY = ::T.let(nil, ::T.untyped) end class Rails::WelcomeController def index(); end end class Rails::WelcomeController 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 class Rake::Application DEFAULT_RAKEFILES = ::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) GLOB_PATTERN = ::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 class Rake::TaskLib include ::FileUtils::StreamUtils_ 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.bytes(_); end end class Range include ::ActiveSupport::RangeWithFormat include ::ActiveSupport::CompareWithRange include ::ActiveSupport::IncludeTimeWithZone include ::ActiveSupport::EachTimeWithZone def %(_); end def entries(); end def to_a(); end end module RbConfig def self.expand(val, config=T.unsafe(nil)); end def self.fire_update!(key, val, mkconf=T.unsafe(nil), conf=T.unsafe(nil)); end def self.ruby(); end end module Readline def self.completion_quote_character(); end end class RubyLex include ::RubyToken def Fail(err=T.unsafe(nil), *rest); end def Raise(err=T.unsafe(nil), *rest); end def char_no(); end def each_top_level_statement(); end def eof?(); end def exception_on_syntax_error(); end def exception_on_syntax_error=(exception_on_syntax_error); end def get_readed(); end def getc(); end def getc_of_rests(); end def gets(); end def identify_comment(); end def identify_gvar(); end def identify_here_document(); end def identify_identifier(); end def identify_number(); end def identify_quotation(); end def identify_string(ltype, quoted=T.unsafe(nil)); end def identify_string_dvar(); end def indent(); end def initialize_input(); end def lex(); end def lex_init(); end def lex_int2(); end def line_no(); end def peek(i=T.unsafe(nil)); end def peek_equal?(str); end def peek_match?(regexp); end def prompt(); end def read_escape(); end def readed_auto_clean_up(); end def readed_auto_clean_up=(readed_auto_clean_up); end def seek(); end def set_input(io, p=T.unsafe(nil), &block); end def set_prompt(p=T.unsafe(nil), &block); end def skip_space(); end def skip_space=(skip_space); end def token(); end def ungetc(c=T.unsafe(nil)); end DEINDENT_CLAUSE = ::T.let(nil, ::T.untyped) DLtype2Token = ::T.let(nil, ::T.untyped) ENINDENT_CLAUSE = ::T.let(nil, ::T.untyped) Ltype2Token = ::T.let(nil, ::T.untyped) PERCENT_LTYPE = ::T.let(nil, ::T.untyped) PERCENT_PAREN = ::T.let(nil, ::T.untyped) end class RubyLex::AlreadyDefinedToken end class RubyLex::AlreadyDefinedToken end class RubyLex::SyntaxError end class RubyLex::SyntaxError end class RubyLex::TerminateLineInput end class RubyLex::TerminateLineInput end class RubyLex::TkReading2TokenDuplicateError end class RubyLex::TkReading2TokenDuplicateError end class RubyLex::TkReading2TokenNoKey end class RubyLex::TkReading2TokenNoKey end class RubyLex::TkSymbol2TokenNoKey end class RubyLex::TkSymbol2TokenNoKey end class RubyLex extend ::Exception2MessageMapper def self.debug?(); end def self.debug_level(); end def self.debug_level=(debug_level); end def self.included(mod); end end module RubyToken def Token(token, value=T.unsafe(nil)); end EXPR_ARG = ::T.let(nil, ::T.untyped) EXPR_BEG = ::T.let(nil, ::T.untyped) EXPR_CLASS = ::T.let(nil, ::T.untyped) EXPR_DOT = ::T.let(nil, ::T.untyped) EXPR_END = ::T.let(nil, ::T.untyped) EXPR_FNAME = ::T.let(nil, ::T.untyped) EXPR_MID = ::T.let(nil, ::T.untyped) TkReading2Token = ::T.let(nil, ::T.untyped) TkSymbol2Token = ::T.let(nil, ::T.untyped) TokenDefinitions = ::T.let(nil, ::T.untyped) end class RubyToken::TkALIAS end class RubyToken::TkALIAS end class RubyToken::TkAMPER end class RubyToken::TkAMPER end class RubyToken::TkAND end class RubyToken::TkAND end class RubyToken::TkANDOP end class RubyToken::TkANDOP end class RubyToken::TkAREF end class RubyToken::TkAREF end class RubyToken::TkASET end class RubyToken::TkASET end class RubyToken::TkASSIGN end class RubyToken::TkASSIGN end class RubyToken::TkASSOC end class RubyToken::TkASSOC end class RubyToken::TkAT end class RubyToken::TkAT end class RubyToken::TkBACKQUOTE end class RubyToken::TkBACKQUOTE end class RubyToken::TkBACKSLASH end class RubyToken::TkBACKSLASH end class RubyToken::TkBACK_REF end class RubyToken::TkBACK_REF end class RubyToken::TkBEGIN end class RubyToken::TkBEGIN end class RubyToken::TkBITAND end class RubyToken::TkBITAND end class RubyToken::TkBITNOT end class RubyToken::TkBITNOT end class RubyToken::TkBITOR end class RubyToken::TkBITOR end class RubyToken::TkBITXOR end class RubyToken::TkBITXOR end class RubyToken::TkBREAK end class RubyToken::TkBREAK end class RubyToken::TkCASE end class RubyToken::TkCASE end class RubyToken::TkCLASS end class RubyToken::TkCLASS end class RubyToken::TkCMP end class RubyToken::TkCMP end class RubyToken::TkCOLON end class RubyToken::TkCOLON end class RubyToken::TkCOLON2 end class RubyToken::TkCOLON2 end class RubyToken::TkCOLON3 end class RubyToken::TkCOLON3 end class RubyToken::TkCOMMA end class RubyToken::TkCOMMA end class RubyToken::TkCOMMENT end class RubyToken::TkCOMMENT end class RubyToken::TkCONSTANT end class RubyToken::TkCONSTANT end class RubyToken::TkCVAR end class RubyToken::TkCVAR end class RubyToken::TkDEF end class RubyToken::TkDEF end class RubyToken::TkDEFINED end class RubyToken::TkDEFINED end class RubyToken::TkDIV end class RubyToken::TkDIV end class RubyToken::TkDO end class RubyToken::TkDO end class RubyToken::TkDOLLAR end class RubyToken::TkDOLLAR end class RubyToken::TkDOT end class RubyToken::TkDOT end class RubyToken::TkDOT2 end class RubyToken::TkDOT2 end class RubyToken::TkDOT3 end class RubyToken::TkDOT3 end class RubyToken::TkDREGEXP end class RubyToken::TkDREGEXP end class RubyToken::TkDSTRING end class RubyToken::TkDSTRING end class RubyToken::TkDXSTRING end class RubyToken::TkDXSTRING end class RubyToken::TkELSE end class RubyToken::TkELSE end class RubyToken::TkELSIF end class RubyToken::TkELSIF end class RubyToken::TkEND end class RubyToken::TkEND end class RubyToken::TkEND_OF_SCRIPT end class RubyToken::TkEND_OF_SCRIPT end class RubyToken::TkENSURE end class RubyToken::TkENSURE end class RubyToken::TkEQ end class RubyToken::TkEQ end class RubyToken::TkEQQ end class RubyToken::TkEQQ end class RubyToken::TkError end class RubyToken::TkError end class RubyToken::TkFALSE end class RubyToken::TkFALSE end class RubyToken::TkFID end class RubyToken::TkFID end class RubyToken::TkFLOAT end class RubyToken::TkFLOAT end class RubyToken::TkFOR end class RubyToken::TkFOR end class RubyToken::TkGEQ end class RubyToken::TkGEQ end class RubyToken::TkGT end class RubyToken::TkGT end class RubyToken::TkGVAR end class RubyToken::TkGVAR end class RubyToken::TkIDENTIFIER end class RubyToken::TkIDENTIFIER end class RubyToken::TkIF end class RubyToken::TkIF end class RubyToken::TkIF_MOD end class RubyToken::TkIF_MOD end class RubyToken::TkIN end class RubyToken::TkIN end class RubyToken::TkINTEGER end class RubyToken::TkINTEGER end class RubyToken::TkIVAR end class RubyToken::TkIVAR end class RubyToken::TkId def initialize(seek, line_no, char_no, name); end def name(); end end class RubyToken::TkId end class RubyToken::TkLBRACE end class RubyToken::TkLBRACE end class RubyToken::TkLBRACK end class RubyToken::TkLBRACK end class RubyToken::TkLEQ end class RubyToken::TkLEQ end class RubyToken::TkLPAREN end class RubyToken::TkLPAREN end class RubyToken::TkLSHFT end class RubyToken::TkLSHFT end class RubyToken::TkLT end class RubyToken::TkLT end class RubyToken::TkMATCH end class RubyToken::TkMATCH end class RubyToken::TkMINUS end class RubyToken::TkMINUS end class RubyToken::TkMOD end class RubyToken::TkMOD end class RubyToken::TkMODULE end class RubyToken::TkMODULE end class RubyToken::TkMULT end class RubyToken::TkMULT end class RubyToken::TkNEQ end class RubyToken::TkNEQ end class RubyToken::TkNEXT end class RubyToken::TkNEXT end class RubyToken::TkNIL end class RubyToken::TkNIL end class RubyToken::TkNL end class RubyToken::TkNL end class RubyToken::TkNMATCH end class RubyToken::TkNMATCH end class RubyToken::TkNOT end class RubyToken::TkNOT end class RubyToken::TkNOTOP end class RubyToken::TkNOTOP end class RubyToken::TkNTH_REF end class RubyToken::TkNTH_REF end class RubyToken::TkNode def node(); end end class RubyToken::TkNode end class RubyToken::TkOPASGN def initialize(seek, line_no, char_no, op); end def op(); end end class RubyToken::TkOPASGN end class RubyToken::TkOR end class RubyToken::TkOR end class RubyToken::TkOROP end class RubyToken::TkOROP end class RubyToken::TkOp def name(); end def name=(name); end end class RubyToken::TkOp end class RubyToken::TkPLUS end class RubyToken::TkPLUS end class RubyToken::TkPOW end class RubyToken::TkPOW end class RubyToken::TkQUESTION end class RubyToken::TkQUESTION end class RubyToken::TkRBRACE end class RubyToken::TkRBRACE end class RubyToken::TkRBRACK end class RubyToken::TkRBRACK end class RubyToken::TkRD_COMMENT end class RubyToken::TkRD_COMMENT end class RubyToken::TkREDO end class RubyToken::TkREDO end class RubyToken::TkREGEXP end class RubyToken::TkREGEXP end class RubyToken::TkRESCUE end class RubyToken::TkRESCUE end class RubyToken::TkRETRY end class RubyToken::TkRETRY end class RubyToken::TkRETURN end class RubyToken::TkRETURN end class RubyToken::TkRPAREN end class RubyToken::TkRPAREN end class RubyToken::TkRSHFT end class RubyToken::TkRSHFT end class RubyToken::TkSELF end class RubyToken::TkSELF end class RubyToken::TkSEMICOLON end class RubyToken::TkSEMICOLON end class RubyToken::TkSPACE end class RubyToken::TkSPACE end class RubyToken::TkSTAR end class RubyToken::TkSTAR end class RubyToken::TkSTRING end class RubyToken::TkSTRING end class RubyToken::TkSUPER end class RubyToken::TkSUPER end class RubyToken::TkSYMBEG end class RubyToken::TkSYMBEG end class RubyToken::TkSYMBOL end class RubyToken::TkSYMBOL end class RubyToken::TkTHEN end class RubyToken::TkTHEN end class RubyToken::TkTRUE end class RubyToken::TkTRUE end class RubyToken::TkUMINUS end class RubyToken::TkUMINUS end class RubyToken::TkUNDEF end class RubyToken::TkUNDEF end class RubyToken::TkUNLESS end class RubyToken::TkUNLESS end class RubyToken::TkUNLESS_MOD end class RubyToken::TkUNLESS_MOD end class RubyToken::TkUNTIL end class RubyToken::TkUNTIL end class RubyToken::TkUNTIL_MOD end class RubyToken::TkUNTIL_MOD end class RubyToken::TkUPLUS end class RubyToken::TkUPLUS end class RubyToken::TkUnknownChar def initialize(seek, line_no, char_no, id); end def name(); end end class RubyToken::TkUnknownChar end class RubyToken::TkVal def initialize(seek, line_no, char_no, value=T.unsafe(nil)); end def value(); end end class RubyToken::TkVal end class RubyToken::TkWHEN end class RubyToken::TkWHEN end class RubyToken::TkWHILE end class RubyToken::TkWHILE end class RubyToken::TkWHILE_MOD end class RubyToken::TkWHILE_MOD end class RubyToken::TkXSTRING end class RubyToken::TkXSTRING end class RubyToken::TkYIELD end class RubyToken::TkYIELD end class RubyToken::Tk__FILE__ end class RubyToken::Tk__FILE__ end class RubyToken::Tk__LINE__ end class RubyToken::Tk__LINE__ end class RubyToken::TkfLBRACE end class RubyToken::TkfLBRACE end class RubyToken::TkfLBRACK end class RubyToken::TkfLBRACK end class RubyToken::TkfLPAREN end class RubyToken::TkfLPAREN end class RubyToken::TklBEGIN end class RubyToken::TklBEGIN end class RubyToken::TklEND end class RubyToken::TklEND end class RubyToken::Token def char_no(); end def initialize(seek, line_no, char_no); end def line_no(); end def seek(); end end class RubyToken::Token end module RubyToken def self.def_token(token_n, super_token=T.unsafe(nil), reading=T.unsafe(nil), *opts); end end module RubyVM::AbstractSyntaxTree end class RubyVM::AbstractSyntaxTree::Node def children(); end def first_column(); end def first_lineno(); end def last_column(); end def last_lineno(); end def pretty_print_children(q, names=T.unsafe(nil)); end def type(); end end class RubyVM::AbstractSyntaxTree::Node end module RubyVM::AbstractSyntaxTree def self.of(_); end def self.parse(_); end def self.parse_file(_); end end module RubyVM::MJIT end module RubyVM::MJIT def self.enabled?(); end def self.pause(*_); end def self.resume(); end end class RubyVM def self.resolve_feature_path(_); end end module SQLite3 SQLITE_VERSION = ::T.let(nil, ::T.untyped) SQLITE_VERSION_NUMBER = ::T.let(nil, ::T.untyped) VERSION = ::T.let(nil, ::T.untyped) end class SQLite3::Blob end class SQLite3::Blob end module SQLite3::Constants::ColumnType BLOB = ::T.let(nil, ::T.untyped) FLOAT = ::T.let(nil, ::T.untyped) INTEGER = ::T.let(nil, ::T.untyped) NULL = ::T.let(nil, ::T.untyped) TEXT = ::T.let(nil, ::T.untyped) end module SQLite3::Constants::ErrorCode ABORT = ::T.let(nil, ::T.untyped) AUTH = ::T.let(nil, ::T.untyped) BUSY = ::T.let(nil, ::T.untyped) CANTOPEN = ::T.let(nil, ::T.untyped) CONSTRAINT = ::T.let(nil, ::T.untyped) CORRUPT = ::T.let(nil, ::T.untyped) DONE = ::T.let(nil, ::T.untyped) EMPTY = ::T.let(nil, ::T.untyped) ERROR = ::T.let(nil, ::T.untyped) FULL = ::T.let(nil, ::T.untyped) INTERNAL = ::T.let(nil, ::T.untyped) INTERRUPT = ::T.let(nil, ::T.untyped) IOERR = ::T.let(nil, ::T.untyped) LOCKED = ::T.let(nil, ::T.untyped) MISMATCH = ::T.let(nil, ::T.untyped) MISUSE = ::T.let(nil, ::T.untyped) NOLFS = ::T.let(nil, ::T.untyped) NOMEM = ::T.let(nil, ::T.untyped) NOTFOUND = ::T.let(nil, ::T.untyped) OK = ::T.let(nil, ::T.untyped) PERM = ::T.let(nil, ::T.untyped) PROTOCOL = ::T.let(nil, ::T.untyped) READONLY = ::T.let(nil, ::T.untyped) ROW = ::T.let(nil, ::T.untyped) SCHEMA = ::T.let(nil, ::T.untyped) TOOBIG = ::T.let(nil, ::T.untyped) end module SQLite3::Constants::Open AUTOPROXY = ::T.let(nil, ::T.untyped) CREATE = ::T.let(nil, ::T.untyped) DELETEONCLOSE = ::T.let(nil, ::T.untyped) EXCLUSIVE = ::T.let(nil, ::T.untyped) FULLMUTEX = ::T.let(nil, ::T.untyped) MAIN_DB = ::T.let(nil, ::T.untyped) MAIN_JOURNAL = ::T.let(nil, ::T.untyped) MASTER_JOURNAL = ::T.let(nil, ::T.untyped) MEMORY = ::T.let(nil, ::T.untyped) NOMUTEX = ::T.let(nil, ::T.untyped) PRIVATECACHE = ::T.let(nil, ::T.untyped) READONLY = ::T.let(nil, ::T.untyped) READWRITE = ::T.let(nil, ::T.untyped) SHAREDCACHE = ::T.let(nil, ::T.untyped) SUBJOURNAL = ::T.let(nil, ::T.untyped) TEMP_DB = ::T.let(nil, ::T.untyped) TEMP_JOURNAL = ::T.let(nil, ::T.untyped) TRANSIENT_DB = ::T.let(nil, ::T.untyped) URI = ::T.let(nil, ::T.untyped) WAL = ::T.let(nil, ::T.untyped) end module SQLite3::Constants::Open end module SQLite3::Constants::TextRep ANY = ::T.let(nil, ::T.untyped) DETERMINISTIC = ::T.let(nil, ::T.untyped) UTF16 = ::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 SQLite3::Database NULL_TRANSLATOR = ::T.let(nil, ::T.untyped) end module SQLite3::Pragmas AUTO_VACUUM_MODES = ::T.let(nil, ::T.untyped) ENCODINGS = ::T.let(nil, ::T.untyped) JOURNAL_MODES = ::T.let(nil, ::T.untyped) LOCKING_MODES = ::T.let(nil, ::T.untyped) SYNCHRONOUS_MODES = ::T.let(nil, ::T.untyped) TEMP_STORE_MODES = ::T.let(nil, ::T.untyped) WAL_CHECKPOINTS = ::T.let(nil, ::T.untyped) end module SQLite3::VersionProxy BUILD = ::T.let(nil, ::T.untyped) MAJOR = ::T.let(nil, ::T.untyped) MINOR = ::T.let(nil, ::T.untyped) STRING = ::T.let(nil, ::T.untyped) TINY = ::T.let(nil, ::T.untyped) VERSION = ::T.let(nil, ::T.untyped) end ScanError = StringScanner::Error module SecureRandom BASE58_ALPHABET = ::T.let(nil, ::T.untyped) end class Set def ==(other); end def ===(o); 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 def reset(); end InspectKey = ::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 module Sprockets VERSION = ::T.let(nil, ::T.untyped) end class Sprockets::BabelProcessor VERSION = ::T.let(nil, ::T.untyped) end class Sprockets::Base include ::Sprockets::SourceMapUtils include ::Sprockets::Dependencies include ::Sprockets::Compressing include ::Sprockets::Exporting include ::Sprockets::Loader include ::Sprockets::DigestUtils include ::Sprockets::Transformers include ::Sprockets::PathDependencyUtils include ::Sprockets::Processing include ::Sprockets::Mime include ::Sprockets::Utils include ::Sprockets::URIUtils include ::Sprockets::PathDigestUtils include ::Sprockets::ProcessorUtils end module Sprockets::Bower POSSIBLE_BOWER_JSONS = ::T.let(nil, ::T.untyped) end class Sprockets::Cache PEEK_SIZE = ::T.let(nil, ::T.untyped) VERSION = ::T.let(nil, ::T.untyped) end class Sprockets::Cache::FileStore DEFAULT_MAX_SIZE = ::T.let(nil, ::T.untyped) EXCLUDED_DIRS = ::T.let(nil, ::T.untyped) GITKEEP_FILES = ::T.let(nil, ::T.untyped) end class Sprockets::Cache::MemoryStore DEFAULT_MAX_SIZE = ::T.let(nil, ::T.untyped) end class Sprockets::Cache::NullStore def clear(options=T.unsafe(nil)); end def get(key); end def set(key, value); end end class Sprockets::Cache::NullStore end class Sprockets::ClosureCompressor VERSION = ::T.let(nil, ::T.untyped) end module Sprockets::CoffeeScriptProcessor VERSION = ::T.let(nil, ::T.untyped) end module Sprockets::Configuration include ::Sprockets::Dependencies include ::Sprockets::Compressing include ::Sprockets::Exporting include ::Sprockets::Processing include ::Sprockets::Transformers include ::Sprockets::Mime include ::Sprockets::Utils include ::Sprockets::URIUtils include ::Sprockets::PathDigestUtils include ::Sprockets::ProcessorUtils include ::Sprockets::HTTPUtils include ::Sprockets::DigestUtils end module Sprockets::Dependencies include ::Sprockets::URIUtils include ::Sprockets::PathDigestUtils include ::Sprockets::PathUtils end module Sprockets::DigestUtils DIGEST_SIZES = ::T.let(nil, ::T.untyped) HASH_ALGORITHMS = ::T.let(nil, ::T.untyped) end class Sprockets::DirectiveProcessor DIRECTIVE_PATTERN = ::T.let(nil, ::T.untyped) end module Sprockets::EcoProcessor VERSION = ::T.let(nil, ::T.untyped) end module Sprockets::EjsProcessor VERSION = ::T.let(nil, ::T.untyped) end module Sprockets::EncodingUtils BOM = ::T.let(nil, ::T.untyped) CHARSET_DETECT = ::T.let(nil, ::T.untyped) CHARSET_SIZE = ::T.let(nil, ::T.untyped) CHARSET_START = ::T.let(nil, ::T.untyped) end class Sprockets::JSMincCompressor VERSION = ::T.let(nil, ::T.untyped) end module Sprockets::Loader include ::Sprockets::Transformers include ::Sprockets::Resolve include ::Sprockets::PathDependencyUtils include ::Sprockets::PathUtils include ::Sprockets::Processing include ::Sprockets::Utils include ::Sprockets::URIUtils include ::Sprockets::ProcessorUtils end module Sprockets::ManifestUtils MANIFEST_RE = ::T.let(nil, ::T.untyped) end module Sprockets::Mime include ::Sprockets::Utils end module Sprockets::PathDigestUtils include ::Sprockets::PathUtils end module Sprockets::PathUtils SEPARATOR_PATTERN = ::T.let(nil, ::T.untyped) end module Sprockets::Paths include ::Sprockets::Utils end module Sprockets::Processing include ::Sprockets::Utils include ::Sprockets::URIUtils end module Sprockets::ProcessorUtils VALID_METADATA_COMPOUND_TYPES = ::T.let(nil, ::T.untyped) VALID_METADATA_COMPOUND_TYPES_HASH = ::T.let(nil, ::T.untyped) VALID_METADATA_TYPES = ::T.let(nil, ::T.untyped) VALID_METADATA_VALUE_TYPES = ::T.let(nil, ::T.untyped) VALID_METADATA_VALUE_TYPES_HASH = ::T.let(nil, ::T.untyped) end class Sprockets::ProcessorUtils::CompositeProcessor PLURAL = ::T.let(nil, ::T.untyped) SINGULAR = ::T.let(nil, ::T.untyped) end module Sprockets::Rails VERSION = ::T.let(nil, ::T.untyped) end module Sprockets::Rails::Helper VIEW_ACCESSORS = ::T.let(nil, ::T.untyped) end class Sprockets::Railtie LOOSE_APP_ASSETS = ::T.let(nil, ::T.untyped) end module Sprockets::Resolve include ::Sprockets::PathDependencyUtils include ::Sprockets::PathUtils include ::Sprockets::URIUtils end class Sprockets::SassCompressor VERSION = ::T.let(nil, ::T.untyped) end module Sprockets::Server ALLOWED_REQUEST_METHODS = ::T.let(nil, ::T.untyped) end module Sprockets::SourceMapUtils BASE64_DIGITS = ::T.let(nil, ::T.untyped) BASE64_VALUES = ::T.let(nil, ::T.untyped) VLQ_BASE = ::T.let(nil, ::T.untyped) VLQ_BASE_MASK = ::T.let(nil, ::T.untyped) VLQ_BASE_SHIFT = ::T.let(nil, ::T.untyped) VLQ_CONTINUATION_BIT = ::T.let(nil, ::T.untyped) end module Sprockets::Transformers include ::Sprockets::Utils include ::Sprockets::ProcessorUtils end class Sprockets::UglifierCompressor VERSION = ::T.let(nil, ::T.untyped) end class Sprockets::Utils::Gzip COMPRESSABLE_MIME_TYPES = ::T.let(nil, ::T.untyped) end class Sprockets::YUICompressor VERSION = ::T.let(nil, ::T.untyped) end module Sprockets extend ::Sprockets::Dependencies extend ::Sprockets::Compressing extend ::Sprockets::Exporting extend ::Sprockets::Processing extend ::Sprockets::Transformers extend ::Sprockets::Mime extend ::Sprockets::Utils extend ::Sprockets::URIUtils extend ::Sprockets::PathDigestUtils extend ::Sprockets::HTTPUtils extend ::Sprockets::DigestUtils end class String include ::JSON::Ext::Generator::GeneratorMethods::String def shellescape(); end def shellsplit(); end BLANK_RE = ::T.let(nil, ::T.untyped) ENCODED_BLANKS = ::T.let(nil, ::T.untyped) 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 filter(*_); end end Struct::Group = Etc::Group Struct::Passwd = Etc::Passwd Struct::Tms = Process::Tms module TTY::Color VERSION = ::T.let(nil, ::T.untyped) end class TTY::Color::Mode METHODS = ::T.let(nil, ::T.untyped) TERM_16 = ::T.let(nil, ::T.untyped) TERM_256 = ::T.let(nil, ::T.untyped) TERM_52 = ::T.let(nil, ::T.untyped) TERM_64 = ::T.let(nil, ::T.untyped) TERM_8 = ::T.let(nil, ::T.untyped) end class TTY::Color::Support ENV_VARS = ::T.let(nil, ::T.untyped) SOURCES = ::T.let(nil, ::T.untyped) end module TTY::Cursor CSI = ::T.let(nil, ::T.untyped) DEC_RST = ::T.let(nil, ::T.untyped) DEC_SET = ::T.let(nil, ::T.untyped) DEC_TCEM = ::T.let(nil, ::T.untyped) ESC = ::T.let(nil, ::T.untyped) VERSION = ::T.let(nil, ::T.untyped) end class TTY::Prompt VERSION = ::T.let(nil, ::T.untyped) end module TTY::Prompt::Const Undefined = ::T.let(nil, ::T.untyped) end module TTY::Prompt::Converters DIGIT_MATCHER = ::T.let(nil, ::T.untyped) FALSE_VALUES = ::T.let(nil, ::T.untyped) LETTER_MATCHER = ::T.let(nil, ::T.untyped) SINGLE_DIGIT_MATCHER = ::T.let(nil, ::T.untyped) TRUE_VALUES = ::T.let(nil, ::T.untyped) end class TTY::Prompt::EnumList PAGE_HELP = ::T.let(nil, ::T.untyped) end class TTY::Prompt::Expander HELP_CHOICE = ::T.let(nil, ::T.untyped) end class TTY::Prompt::List FILTER_KEYS_MATCHER = ::T.let(nil, ::T.untyped) end class TTY::Prompt::Multiline HELP = ::T.let(nil, ::T.untyped) end class TTY::Prompt::Paginator DEFAULT_PAGE_SIZE = ::T.let(nil, ::T.untyped) end class TTY::Prompt::Question::Validation VALIDATORS = ::T.let(nil, ::T.untyped) end class TTY::Prompt::Slider FORMAT = ::T.let(nil, ::T.untyped) HELP = ::T.let(nil, ::T.untyped) end class TTY::Prompt::Suggestion DEFAULT_INDENT = ::T.let(nil, ::T.untyped) PLURAL_TEXT = ::T.let(nil, ::T.untyped) SINGLE_TEXT = ::T.let(nil, ::T.untyped) end module TTY::Prompt::Symbols KEYS = ::T.let(nil, ::T.untyped) WIN_KEYS = ::T.let(nil, ::T.untyped) end class TTY::Reader BACKSPACE = ::T.let(nil, ::T.untyped) CARRIAGE_RETURN = ::T.let(nil, ::T.untyped) DELETE = ::T.let(nil, ::T.untyped) NEWLINE = ::T.let(nil, ::T.untyped) VERSION = ::T.let(nil, ::T.untyped) end class TTY::Reader::Console CSI = ::T.let(nil, ::T.untyped) ESC = ::T.let(nil, ::T.untyped) TIMEOUT = ::T.let(nil, ::T.untyped) end class TTY::Reader::History DEFAULT_SIZE = ::T.let(nil, ::T.untyped) end class TTY::Reader::Line ANSI_MATCHER = ::T.let(nil, ::T.untyped) end class TTY::Reader::WinConsole ESC = ::T.let(nil, ::T.untyped) EXT_HEX = ::T.let(nil, ::T.untyped) NUL_HEX = ::T.let(nil, ::T.untyped) end module TTY::Screen DEFAULT_SIZE = ::T.let(nil, ::T.untyped) TIOCGWINSZ = ::T.let(nil, ::T.untyped) TIOCGWINSZ_PPC = ::T.let(nil, ::T.untyped) TIOCGWINSZ_SOL = ::T.let(nil, ::T.untyped) VERSION = ::T.let(nil, ::T.untyped) end module TTY::Utils BLANK_REGEX = ::T.let(nil, ::T.untyped) end module TZInfo::RubyCoreSupport HALF_DAYS_IN_DAY = ::T.let(nil, ::T.untyped) end class TZInfo::ZoneinfoDataSource DEFAULT_ALTERNATE_ISO3166_TAB_SEARCH_PATH = ::T.let(nil, ::T.untyped) DEFAULT_SEARCH_PATH = ::T.let(nil, ::T.untyped) end class TZInfo::ZoneinfoTimezoneInfo MAX_TIMESTAMP = ::T.let(nil, ::T.untyped) MIN_TIMESTAMP = ::T.let(nil, ::T.untyped) end class Tempfile def _close(); end def inspect(); end end class Tempfile::Remover def call(*args); end def initialize(tmpfile); end end class Tempfile::Remover end class Thor HELP_MAPPINGS = ::T.let(nil, ::T.untyped) TEMPLATE_EXTNAME = ::T.let(nil, ::T.untyped) THOR_RESERVED_WORDS = ::T.let(nil, ::T.untyped) end module Thor::Actions WARNINGS = ::T.let(nil, ::T.untyped) end Thor::AmbiguousTaskError = Thor::AmbiguousCommandError class Thor::Argument VALID_TYPES = ::T.let(nil, ::T.untyped) end class Thor::Arguments NUMERIC = ::T.let(nil, ::T.untyped) end class Thor::Command FILE_REGEXP = ::T.let(nil, ::T.untyped) end Thor::Correctable = DidYouMean::Correctable Thor::DynamicTask = Thor::DynamicCommand Thor::HiddenTask = Thor::HiddenCommand class Thor::Option VALID_TYPES = ::T.let(nil, ::T.untyped) end class Thor::Options EQ_RE = ::T.let(nil, ::T.untyped) LONG_RE = ::T.let(nil, ::T.untyped) OPTS_END = ::T.let(nil, ::T.untyped) SHORT_NUM = ::T.let(nil, ::T.untyped) SHORT_RE = ::T.let(nil, ::T.untyped) SHORT_SQ_RE = ::T.let(nil, ::T.untyped) end module Thor::RakeCompat include ::Rake::DSL include ::Rake::FileUtilsExt include ::FileUtils include ::FileUtils::StreamUtils_ end module Thor::RakeCompat def self.included(base); end def self.rake_classes(); end end module Thor::Shell SHELL_DELEGATED_METHODS = ::T.let(nil, ::T.untyped) end Thor::Task = Thor::Command class Thor::UndefinedCommandError include ::DidYouMean::Correctable end Thor::UndefinedTaskError = Thor::UndefinedCommandError class Thor::UnknownArgumentError include ::DidYouMean::Correctable end module ThreadSafe NULL = ::T.let(nil, ::T.untyped) VERSION = ::T.let(nil, ::T.untyped) end ThreadSafe::Array = Array class ThreadSafe::AtomicReferenceCacheBackend def [](key); end def []=(key, value); end def clear(); end def compute(key); end def compute_if_absent(key); end def compute_if_present(key); end def delete(key); end def delete_pair(key, value); end def each_pair(); end def empty?(); end def get_and_set(key, value); end def get_or_default(key, else_value=T.unsafe(nil)); end def initialize(options=T.unsafe(nil)); end def key?(key); end def merge_pair(key, value); end def replace_if_exists(key, new_value); end def replace_pair(key, old_value, new_value); end def size(); end DEFAULT_CAPACITY = ::T.let(nil, ::T.untyped) HASH_BITS = ::T.let(nil, ::T.untyped) LOCKED = ::T.let(nil, ::T.untyped) MAX_CAPACITY = ::T.let(nil, ::T.untyped) MOVED = ::T.let(nil, ::T.untyped) NOW_RESIZING = ::T.let(nil, ::T.untyped) TRANSFER_BUFFER_SIZE = ::T.let(nil, ::T.untyped) WAITING = ::T.let(nil, ::T.untyped) end class ThreadSafe::AtomicReferenceCacheBackend::Node include ::ThreadSafe::Util::CheapLockable def initialize(hash, key, value, next_node=T.unsafe(nil)); end def key(); end def key?(key); end def locked?(); end def matches?(key, hash); end def pure_hash(); end def try_await_lock(table, i); end def try_lock_via_hash(node_hash=T.unsafe(nil)); end def unlock_via_hash(locked_hash, node_hash); end HASH_BITS = ::T.let(nil, ::T.untyped) LOCKED = ::T.let(nil, ::T.untyped) MOVED = ::T.let(nil, ::T.untyped) SPIN_LOCK_ATTEMPTS = ::T.let(nil, ::T.untyped) WAITING = ::T.let(nil, ::T.untyped) end class ThreadSafe::AtomicReferenceCacheBackend::Node extend ::ThreadSafe::Util::Volatile def self.locked_hash?(hash); end end class ThreadSafe::AtomicReferenceCacheBackend::Table def cas_new_node(i, hash, key, value); end def delete_node_at(i, node, predecessor_node); end def try_lock_via_hash(i, node, node_hash); end def try_to_cas_in_computed(i, hash, key); end end class ThreadSafe::AtomicReferenceCacheBackend::Table end class ThreadSafe::AtomicReferenceCacheBackend extend ::ThreadSafe::Util::Volatile end ThreadSafe::ConcurrentCacheBackend = ThreadSafe::MriCacheBackend ThreadSafe::Hash = Hash class ThreadSafe::MriCacheBackend WRITE_LOCK = ::T.let(nil, ::T.untyped) end class ThreadSafe::SynchronizedCacheBackend include ::Mutex_m def lock(); end def locked?(); end def synchronize(&block); end def try_lock(); end def unlock(); end end class ThreadSafe::SynchronizedCacheBackend end module ThreadSafe::Util CPU_COUNT = ::T.let(nil, ::T.untyped) FIXNUM_BIT_SIZE = ::T.let(nil, ::T.untyped) MAX_INT = ::T.let(nil, ::T.untyped) end class ThreadSafe::Util::Adder def add(x); end def decrement(); end def increment(); end def reset(); end def sum(); end end class ThreadSafe::Util::Adder end class ThreadSafe::Util::AtomicReference def compare_and_set(old_value, new_value); end def get(); end def initialize(value=T.unsafe(nil)); end def set(new_value); end def value(); end def value=(new_value); end end class ThreadSafe::Util::AtomicReference end module ThreadSafe::Util::CheapLockable def cas_mutex(old_value, new_value); end def compare_and_set_mutex(old_value, new_value); end def lazy_set_mutex(value); end def mutex(); end def mutex=(value); end end module ThreadSafe::Util::CheapLockable extend ::ThreadSafe::Util::Volatile end class ThreadSafe::Util::PowerOfTwoTuple def hash_to_index(hash); end def next_in_size_table(); end def volatile_get_by_hash(hash); end def volatile_set_by_hash(hash, value); end end class ThreadSafe::Util::PowerOfTwoTuple end class ThreadSafe::Util::Striped64 def busy?(); end def initialize(); end def retry_update(x, hash_code, was_uncontended); end THREAD_LOCAL_KEY = ::T.let(nil, ::T.untyped) end class ThreadSafe::Util::Striped64::Cell def cas(old_value, new_value); end def cas_computed(); end def padding_(); end end class ThreadSafe::Util::Striped64::Cell end class ThreadSafe::Util::Striped64 extend ::ThreadSafe::Util::Volatile end module ThreadSafe::Util::Volatile def attr_volatile(*attr_names); end end module ThreadSafe::Util::Volatile end class ThreadSafe::Util::VolatileTuple include ::Enumerable def cas(i, old_value, new_value); end def compare_and_set(i, old_value, new_value); end def each(&blk); end def initialize(size); end def size(); end def volatile_get(i); end def volatile_set(i, value); end end class ThreadSafe::Util::VolatileTuple end module ThreadSafe::Util::XorShiftRandom def get(); end def xorshift(x); end MAX_XOR_SHIFTABLE_INT = ::T.let(nil, ::T.untyped) end module ThreadSafe::Util::XorShiftRandom extend ::ThreadSafe::Util::XorShiftRandom end module ThreadSafe::Util end class Time COMMON_YEAR_DAYS_IN_MONTH = ::T.let(nil, ::T.untyped) DATE_FORMATS = ::T.let(nil, ::T.untyped) end class TracePoint def __enable(_, _1); end def eval_script(); end def instruction_sequence(); end def parameters(); end end class TrueClass include ::JSON::Ext::Generator::GeneratorMethods::TrueClass end module URI include ::URI::RFC2396_REGEXP 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::File def check_password(user); end def check_user(user); end def check_userinfo(user); end def set_userinfo(v); end COMPONENT = ::T.let(nil, ::T.untyped) DEFAULT_PORT = ::T.let(nil, ::T.untyped) end class URI::File end class URI::GID COMPONENT = ::T.let(nil, ::T.untyped) PATH_REGEXP = ::T.let(nil, ::T.untyped) 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 initialize(*arg); end end URI::Parser = URI::RFC2396_Parser URI::REGEXP = URI::RFC2396_REGEXP class URI::RFC2396_Parser def initialize(opts=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 module UnicodeNormalize end module UnicodeNormalize end module Warning extend ::Warning end class WebSocket::Driver BINARY = ::T.let(nil, ::T.untyped) MAX_LENGTH = ::T.let(nil, ::T.untyped) STATES = ::T.let(nil, ::T.untyped) UNICODE = ::T.let(nil, ::T.untyped) end class WebSocket::Driver::Client def headers(); end def proxy(origin, options=T.unsafe(nil)); end def status(); end VALID_SCHEMES = ::T.let(nil, ::T.untyped) end class WebSocket::Driver::Client def self.generate_key(); end end class WebSocket::Driver::Draft75 def frame(buffer, type=T.unsafe(nil), error_type=T.unsafe(nil)); end def parse(chunk); end def version(); end end class WebSocket::Driver::Draft75 end class WebSocket::Driver::Draft76 BODY_SIZE = ::T.let(nil, ::T.untyped) end class WebSocket::Driver::Draft76 end class WebSocket::Driver::Headers def [](name); end def []=(name, value); end def clear(); end def initialize(received=T.unsafe(nil)); end def to_h(); end ALLOWED_DUPLICATES = ::T.let(nil, ::T.untyped) end class WebSocket::Driver::Headers end class WebSocket::Driver::Hybi def frame(buffer, type=T.unsafe(nil), code=T.unsafe(nil)); end def parse(chunk); end def ping(message=T.unsafe(nil), &callback); end def pong(message=T.unsafe(nil)); end def version(); end BYTE = ::T.let(nil, ::T.untyped) DEFAULT_ERROR_CODE = ::T.let(nil, ::T.untyped) ERRORS = ::T.let(nil, ::T.untyped) ERROR_CODES = ::T.let(nil, ::T.untyped) FIN = ::T.let(nil, ::T.untyped) GUID = ::T.let(nil, ::T.untyped) LENGTH = ::T.let(nil, ::T.untyped) MASK = ::T.let(nil, ::T.untyped) MAX_RESERVED_ERROR = ::T.let(nil, ::T.untyped) MESSAGE_OPCODES = ::T.let(nil, ::T.untyped) MIN_RESERVED_ERROR = ::T.let(nil, ::T.untyped) OPCODE = ::T.let(nil, ::T.untyped) OPCODES = ::T.let(nil, ::T.untyped) OPCODE_CODES = ::T.let(nil, ::T.untyped) OPENING_OPCODES = ::T.let(nil, ::T.untyped) PACK_FORMATS = ::T.let(nil, ::T.untyped) RSV1 = ::T.let(nil, ::T.untyped) RSV2 = ::T.let(nil, ::T.untyped) RSV3 = ::T.let(nil, ::T.untyped) VERSION = ::T.let(nil, ::T.untyped) end class WebSocket::Driver::Hybi::Frame def final(); end def final=(final); end def length(); end def length=(length); end def length_bytes(); end def length_bytes=(length_bytes); end def masked(); end def masked=(masked); end def masking_key(); end def masking_key=(masking_key); end def opcode(); end def opcode=(opcode); end def payload(); end def payload=(payload); end def rsv1(); end def rsv1=(rsv1); end def rsv2(); end def rsv2=(rsv2); end def rsv3(); end def rsv3=(rsv3); end end class WebSocket::Driver::Hybi::Frame end class WebSocket::Driver::Hybi::Message def <<(frame); end def data(); end def data=(data); end def opcode(); end def opcode=(opcode); end def rsv1(); end def rsv1=(rsv1); end def rsv2(); end def rsv2=(rsv2); end def rsv3(); end def rsv3=(rsv3); end end class WebSocket::Driver::Hybi::Message end class WebSocket::Driver::Hybi def self.generate_accept(key); end end class WebSocket::Driver::Proxy include ::WebSocket::Driver::EventEmitter def headers(); end def initialize(client, origin, options); end def parse(chunk); end def set_header(name, value); end def start(); end def status(); end PORTS = ::T.let(nil, ::T.untyped) end class WebSocket::Driver::Proxy end class WebSocket::Driver::Server def add_extension(*args, &block); end def binary(*args, &block); end def close(*args, &block); end def env(); end def frame(*args, &block); end def parse(chunk); end def ping(*args, &block); end def set_header(*args, &block); end def start(*args, &block); end def text(*args, &block); end def url(); end def version(); end def write(buffer); end EVENTS = ::T.let(nil, ::T.untyped) end class WebSocket::Driver::Server end class WebSocket::Driver::StreamReader def each_byte(); end def put(chunk); end def read(length); end MINIMUM_AUTOMATIC_PRUNE_OFFSET = ::T.let(nil, ::T.untyped) end class WebSocket::Driver::StreamReader end class WebSocket::Extensions MESSAGE_OPCODES = ::T.let(nil, ::T.untyped) end class WebSocket::Extensions::Parser EXT = ::T.let(nil, ::T.untyped) EXT_LIST = ::T.let(nil, ::T.untyped) NOTOKEN = ::T.let(nil, ::T.untyped) NUMBER = ::T.let(nil, ::T.untyped) PARAM = ::T.let(nil, ::T.untyped) QUOTED = ::T.let(nil, ::T.untyped) TOKEN = ::T.let(nil, ::T.untyped) end class WebSocket::Extensions::Parser::ParseError end class WebSocket::Extensions::Parser::ParseError end class WebSocket::Extensions::Parser def self.parse_header(header); end def self.serialize_params(name, params); end end module WebSocket::HTTP end module WebSocket::HTTP::Headers def complete?(); end def error?(); end def headers(); end def initialize(); end def parse(chunk); end CR = ::T.let(nil, ::T.untyped) HEADER_LINE = ::T.let(nil, ::T.untyped) LF = ::T.let(nil, ::T.untyped) MAX_LINE_LENGTH = ::T.let(nil, ::T.untyped) end module WebSocket::HTTP::Headers end class WebSocket::HTTP::Request include ::WebSocket::HTTP::Headers def env(); end REQUEST_LINE = ::T.let(nil, ::T.untyped) REQUEST_TARGET = ::T.let(nil, ::T.untyped) RESERVED_HEADERS = ::T.let(nil, ::T.untyped) end class WebSocket::HTTP::Request end class WebSocket::HTTP::Response include ::WebSocket::HTTP::Headers def [](name); end def body(); end def code(); end STATUS_LINE = ::T.let(nil, ::T.untyped) end class WebSocket::HTTP::Response end module WebSocket::HTTP def self.normalize_header(name); end end module Wisper VERSION = ::T.let(nil, ::T.untyped) end 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