# sig/bundler.rbs class Bundler::BundlerError < Bundler::StandardError def self.status_code: () -> untyped end # sig/bundler/cli.rbs class Bundler::CLI < Bundler::Thor def self.source_root: () -> untyped def cache: () -> untyped def check: () -> untyped def config: () -> untyped def console: () -> untyped def exec: () -> untyped def gem: () -> untyped def have_groff?: () -> untyped def help: () -> untyped def init: () -> untyped def initialize: () -> void def install: () -> untyped def locate_gem: () -> untyped def lock: () -> untyped def open: () -> untyped def package: () -> untyped def show: () -> untyped def unlock: () -> untyped def update: () -> untyped def version: () -> untyped def viz: () -> untyped end # sig/bundler/definition.rbs class Bundler::Definition def self.build: () -> untyped def converge_dependencies: () -> untyped def converge_locked_specs: () -> untyped def converge_sources: () -> untyped def current_dependencies: () -> untyped def ensure_equivalent_gemfile_and_lockfile: () -> untyped def expand_dependencies: () -> untyped def expanded_dependencies: () -> untyped def groups: () -> untyped def in_locked_deps?: () -> untyped def index: () -> untyped def initialize: () -> void def lock: () -> untyped def missing_specs: () -> untyped def new_platform?: () -> untyped def new_specs: () -> untyped def no_sources?: () -> untyped def pretty_dep: () -> untyped def removed_specs: () -> untyped def requested_dependencies: () -> untyped def requested_specs: () -> untyped def resolve: () -> untyped def resolve_remotely!: () -> untyped def resolve_with_cache!: () -> untyped def rubygems_index: () -> untyped def satisfies_locked_spec?: () -> untyped def sorted_sources: () -> untyped def specs: () -> untyped def specs_for: () -> untyped def to_lock: () -> untyped end # sig/bundler/rubygems_ext.rbs class Bundler::DepProxy def ==: () -> untyped def hash: () -> untyped def initialize: () -> void def method_missing: () -> untyped def to_s: () -> untyped def type: () -> untyped end # sig/bundler/dependency.rbs class Bundler::Dependency < Bundler::Gem::Dependency def current_env?: () -> untyped def current_platform?: () -> untyped def gem_platforms: () -> untyped def initialize: () -> void def jruby?: () -> untyped def maglev?: () -> untyped def mingw?: () -> untyped def mingw_18?: () -> untyped def mingw_19?: () -> untyped def mri?: () -> untyped def mri_18?: () -> untyped def mri_19?: () -> untyped def mswin?: () -> untyped def rbx?: () -> untyped def ruby?: () -> untyped def ruby_18?: () -> untyped def ruby_19?: () -> untyped def should_include?: () -> untyped def to_lock: () -> untyped end # sig/bundler/deployment.rbs class Bundler::Deployment def self.define_task: () -> untyped end # sig/bundler/dsl.rbs class Bundler::Dsl def self.deprecate: () -> untyped def self.evaluate: () -> untyped def _deprecated_options: () -> untyped def _normalize_hash: () -> untyped def _normalize_options: () -> untyped def env: () -> untyped def gem: () -> untyped def gemspec: () -> untyped def git: () -> untyped def group: () -> untyped def initialize: () -> void def path: () -> untyped def platforms: () -> untyped def rubygems_source: () -> untyped def source: () -> untyped def to_definition: () -> untyped end # sig/bundler/environment.rbs class Bundler::Environment def current_dependencies: () -> untyped def dependencies: () -> untyped def index: () -> untyped def initialize: () -> void def inspect: () -> untyped def lock: () -> untyped def requested_specs: () -> untyped def specs: () -> untyped def update: () -> untyped end # sig/bundler/gem_helper.rbs class Bundler::GemHelper def self.install_tasks: () -> untyped def build_gem: () -> untyped def built_gem_path: () -> untyped def clean?: () -> untyped def git_push: () -> untyped def guard_already_tagged: () -> untyped def guard_clean: () -> untyped def initialize: () -> void def install: () -> untyped def install_gem: () -> untyped def name: () -> untyped def perform_git_push: () -> untyped def release_gem: () -> untyped def rubygem_push: () -> untyped def sh: () -> untyped def sh_with_code: () -> untyped def tag_version: () -> untyped def version: () -> untyped def version_tag: () -> untyped end # sig/bundler/gem_installer.rbs class Bundler::GemInstaller < Bundler::Gem::Installer def check_executable_overwrite: () -> untyped end # sig/bundler/graph.rbs class Bundler::Graph def groups: () -> untyped def initialize: () -> void def nodes: () -> untyped def populate: () -> untyped def viz: () -> untyped end # sig/bundler/graph.rbs class Bundler::GraphNode def initialize: () -> void end # sig/bundler/index.rbs class Bundler::Index def self.build: () -> untyped def <<: () -> untyped def ==: () -> untyped def each: () -> untyped def empty?: () -> untyped def initialize: () -> void def initialize_copy: () -> untyped def same_version?: () -> untyped def same_version?: () -> untyped def search: () -> untyped def search_by_dependency: () -> untyped def search_by_spec: () -> untyped def search_for_all_platforms: () -> untyped def sources: () -> untyped def spec_satisfies_dependency?: () -> untyped def use: () -> untyped end # sig/bundler/installer.rbs class Bundler::Installer < Bundler::Environment def self.install: () -> untyped def generate_bundler_executable_stubs: () -> untyped def install_gem_from_spec: () -> untyped def run: () -> untyped end # sig/bundler/lazy_specification.rbs class Bundler::LazySpecification def __materialize__: () -> untyped def full_name: () -> untyped def initialize: () -> void def method_missing: () -> untyped def respond_to?: () -> untyped def satisfies?: () -> untyped def to_ary: () -> untyped def to_lock: () -> untyped def to_s: () -> untyped end # sig/bundler/lockfile_parser.rbs class Bundler::LockfileParser def initialize: () -> void def parse_dependency: () -> untyped def parse_platform: () -> untyped def parse_source: () -> untyped def parse_spec: () -> untyped end # sig/bundler/remote_specification.rbs class Bundler::RemoteSpecification def __swap__: () -> untyped def _remote_specification: () -> untyped def fetch_platform: () -> untyped def full_name: () -> untyped def initialize: () -> void def method_missing: () -> untyped end # sig/bundler/resolver.rbs class Bundler::Resolver def self.resolve: () -> untyped def clean_req: () -> untyped def debug: () -> untyped def error_message: () -> untyped def gem_message: () -> untyped def gems_size: () -> untyped def initialize: () -> void def resolve: () -> untyped def resolve_requirement: () -> untyped def search: () -> untyped def start: () -> untyped def successify: () -> untyped def version_conflict: () -> untyped end # sig/bundler/resolver.rbs class Bundler::Resolver::SpecGroup < Bundler::Resolver::Array def __dependencies: () -> untyped def activate_platform: () -> untyped def for?: () -> untyped def initialize: () -> void def initialize_copy: () -> untyped def name: () -> untyped def source: () -> untyped def to_s: () -> untyped def to_specs: () -> untyped def version: () -> untyped end # sig/bundler/rubygems_integration.rbs class Bundler::RubygemsIntegration def backport_segment_generation: () -> untyped def bin_path: () -> untyped def clear_paths: () -> untyped def configuration: () -> untyped def download_gem: () -> untyped def fetch_specs: () -> untyped def gem_bindir: () -> untyped def gem_dir: () -> untyped def gem_path: () -> untyped def inflate: () -> untyped def initialize: () -> void def loaded_specs: () -> untyped def mark_loaded: () -> untyped def marshal_spec_dir: () -> untyped def path: () -> untyped def platforms: () -> untyped def preserve_paths: () -> untyped def read_binary: () -> untyped def replace_bin_path: () -> untyped def replace_entrypoints: () -> untyped def replace_gem: () -> untyped def replace_refresh: () -> untyped def reverse_rubygems_kernel_mixin: () -> untyped def ruby_engine: () -> untyped def sources: () -> untyped def sources=: () -> untyped def spec_from_gem: () -> untyped def stub_source_index137: () -> untyped def stub_source_index170: () -> untyped def ui=: () -> untyped def user_home: () -> untyped def with_build_args: () -> untyped end # sig/bundler/rubygems_integration.rbs class Bundler::RubygemsIntegration::AlmostModern < Bundler::RubygemsIntegration::Modern def preserve_paths: () -> untyped end # sig/bundler/rubygems_integration.rbs class Bundler::RubygemsIntegration::Ancient < Bundler::RubygemsIntegration::Legacy def initialize: () -> void end # sig/bundler/rubygems_integration.rbs class Bundler::RubygemsIntegration::Deprecate def skip_during: () -> untyped end # sig/bundler/rubygems_integration.rbs class Bundler::RubygemsIntegration::Legacy < Bundler::RubygemsIntegration::RubygemsIntegration def all_specs: () -> untyped def find_name: () -> untyped def stub_rubygems: () -> untyped end # sig/bundler/rubygems_integration.rbs class Bundler::RubygemsIntegration::Modern < Bundler::RubygemsIntegration::RubygemsIntegration def all_specs: () -> untyped def find_name: () -> untyped def stub_rubygems: () -> untyped end # sig/bundler/rubygems_integration.rbs class Bundler::RubygemsIntegration::Transitional < Bundler::RubygemsIntegration::Legacy def stub_rubygems: () -> untyped end # sig/bundler/runtime.rbs class Bundler::Runtime < Bundler::Environment def cache: () -> untyped def cache_path: () -> untyped def dependencies_for: () -> untyped def prune_cache: () -> untyped def require: () -> untyped def setup: () -> untyped def setup_environment: () -> untyped end # sig/bundler/settings.rbs class Bundler::Settings def []: () -> untyped def []=: () -> untyped def all: () -> untyped def allow_sudo?: () -> untyped def delete: () -> untyped def global_config_file: () -> untyped def initialize: () -> void def key_for: () -> untyped def local_config_file: () -> untyped def locations: () -> untyped def path: () -> untyped def pretty_values_for: () -> untyped def set_global: () -> untyped def set_key: () -> untyped def without: () -> untyped def without=: () -> untyped end # sig/bundler/source.rbs class Bundler::Source::Git < Bundler::Source::Path def self.from_lock: () -> untyped def allow_git_ops?: () -> untyped def base_name: () -> untyped def cache: () -> untyped def cache_path: () -> untyped def cached?: () -> untyped def checkout: () -> untyped def eql?: () -> untyped def git: () -> untyped def has_revision_cached?: () -> untyped def in_cache: () -> untyped def initialize: () -> void def install: () -> untyped def load_spec_files: () -> untyped def name: () -> untyped def path: () -> untyped def revision: () -> untyped def shortref_for_display: () -> untyped def shortref_for_path: () -> untyped def specs: () -> untyped def to_lock: () -> untyped def to_s: () -> untyped def unlock!: () -> untyped def uri_escaped: () -> untyped def uri_hash: () -> untyped end # sig/bundler/source.rbs class Bundler::Source::Path def self.from_lock: () -> untyped def cache: () -> untyped def cached!: () -> untyped def eql?: () -> untyped def generate_bin: () -> untyped def hash: () -> untyped def initialize: () -> void def install: () -> untyped def load_spec_files: () -> untyped def local_specs: () -> untyped def name: () -> untyped def relative_path: () -> untyped def remote!: () -> untyped def to_lock: () -> untyped def to_s: () -> untyped end # sig/bundler/source.rbs class Bundler::Source::Path::Installer < Bundler::Source::Path::Bundler::GemInstaller def generate_bin: () -> untyped def initialize: () -> void end # sig/bundler/source.rbs class Bundler::Source::Rubygems def self.from_lock: () -> untyped def add_remote: () -> untyped def cache: () -> untyped def cached!: () -> untyped def cached_gem: () -> untyped def cached_specs: () -> untyped def download_gem_from_uri: () -> untyped def eql?: () -> untyped def fetch: () -> untyped def fetch_all_remote_specs: () -> untyped def fetch_specs: () -> untyped def hash: () -> untyped def initialize: () -> void def install: () -> untyped def installed_specs: () -> untyped def merge_remotes: () -> untyped def normalize_uri: () -> untyped def options: () -> untyped def remote!: () -> untyped def remote_specs: () -> untyped def specs: () -> untyped def sudo: () -> untyped def to_lock: () -> untyped def to_s: () -> untyped end # sig/bundler/spec_set.rbs class Bundler::SpecSet def []: () -> untyped def []=: () -> untyped def for: () -> untyped def initialize: () -> void def lookup: () -> untyped def materialize: () -> untyped def merge: () -> untyped def sort!: () -> untyped def sorted: () -> untyped def to_a: () -> untyped def to_hash: () -> untyped def tsort_each_child: () -> untyped def tsort_each_node: () -> untyped def valid_for?: () -> untyped end # sig/bundler/ui.rbs class Bundler::UI def confirm: () -> untyped def debug: () -> untyped def error: () -> untyped def info: () -> untyped def warn: () -> untyped end # sig/bundler/ui.rbs class Bundler::UI::RGProxy < Gem::SilentUI def initialize: () -> void def say: () -> untyped end # sig/bundler/ui.rbs class Bundler::UI::Shell < Bundler::UI::UI def be_quiet!: () -> untyped def confirm: () -> untyped def debug: () -> untyped def debug!: () -> untyped def error: () -> untyped def info: () -> untyped def initialize: () -> void def warn: () -> untyped end # sig/bundler.rbs class Bundler::VersionConflict < Bundler::BundlerError def initialize: () -> void end # sig/bundler/vendor/thor/core_ext/file_binary_read.rbs class File def self.binread: () -> untyped end # sig/bundler/resolver.rbs class Gem::Dependency def encode_with: () -> untyped def matches_spec?: () -> untyped def required_by: () -> untyped def requirement: () -> untyped def to_lock: () -> untyped def to_yaml_properties: () -> untyped end # sig/bundler/rubygems_ext.rbs class Gem::Platform def hash: () -> untyped end # sig/bundler/rubygems_ext.rbs class Gem::Requirement def none?: () -> untyped end # sig/bundler/resolver.rbs class Gem::Specification def add_bundler_dependencies: () -> untyped def dependencies_to_gemfile: () -> untyped def full_gem_path: () -> untyped def gem_dir: () -> untyped def git_version: () -> untyped def groups: () -> untyped def load_paths: () -> untyped def loaded_from: () -> untyped def nondevelopment_dependencies: () -> untyped def required_by: () -> untyped def to_gemfile: () -> untyped end # sig/bundler/vendor/thor/rake_compat.rbs class Object def namespace: () -> untyped def task: () -> untyped end # sig/bundler/vendor/thor.rbs class Thor def banner: () -> untyped def baseclass: () -> untyped def check_unknown_options!: () -> untyped def check_unknown_options?: () -> untyped def create_task: () -> untyped def default_task: () -> untyped def desc: () -> untyped def dispatch: () -> untyped def find_subcommand: () -> untyped def find_subcommand_and_update_argv: () -> untyped def find_subcommand_possibilities: () -> untyped def help: () -> untyped def help: () -> untyped def initialize_added: () -> untyped def long_desc: () -> untyped def map: () -> untyped def method_option: () -> untyped def method_options: () -> untyped def normalize_task_name: () -> untyped def printable_tasks: () -> untyped def register: () -> untyped def retrieve_task_name: () -> untyped def subcommand: () -> untyped def subcommand_help: () -> untyped def subcommands: () -> untyped def task_help: () -> untyped end # sig/bundler/vendor/thor/actions/create_file.rbs class Thor::Actions::CreateFile < Thor::Actions::EmptyDirectory def force_on_collision?: () -> untyped def force_or_skip_or_conflict: () -> untyped def identical?: () -> untyped def initialize: () -> void def invoke!: () -> untyped def on_conflict_behavior: () -> untyped def render: () -> untyped end # sig/bundler/vendor/thor/actions/create_link.rbs class Thor::Actions::CreateLink < Thor::Actions::CreateFile def identical?: () -> untyped def invoke!: () -> untyped end # sig/bundler/vendor/thor/actions/directory.rbs class Thor::Actions::Directory < Thor::Actions::EmptyDirectory def execute!: () -> untyped def initialize: () -> void def invoke!: () -> untyped def revoke!: () -> untyped end # sig/bundler/vendor/thor/actions/empty_directory.rbs class Thor::Actions::EmptyDirectory def convert_encoded_instructions: () -> untyped def destination=: () -> untyped def exists?: () -> untyped def initialize: () -> void def invoke!: () -> untyped def invoke_with_conflict_check: () -> untyped def on_conflict_behavior: () -> untyped def pretend?: () -> untyped def revoke!: () -> untyped def say_status: () -> untyped end # sig/bundler/vendor/thor/actions/inject_into_file.rbs class Thor::Actions::InjectIntoFile < Thor::Actions::EmptyDirectory def initialize: () -> void def invoke!: () -> untyped def replace!: () -> untyped def revoke!: () -> untyped def say_status: () -> untyped end # sig/bundler/vendor/thor/parser/argument.rbs class Thor::Argument def default_banner: () -> untyped def initialize: () -> void def required?: () -> untyped def show_default?: () -> untyped def usage: () -> untyped def valid_type?: () -> untyped def validate!: () -> untyped end # sig/bundler/vendor/thor/parser/arguments.rbs class Thor::Arguments def self.parse: () -> untyped def self.split: () -> untyped def check_requirement!: () -> untyped def current_is_value?: () -> untyped def initialize: () -> void def last?: () -> untyped def no_or_skip?: () -> untyped def parse: () -> untyped def parse_array: () -> untyped def parse_hash: () -> untyped def parse_numeric: () -> untyped def parse_string: () -> untyped def peek: () -> untyped def shift: () -> untyped def unshift: () -> untyped end # sig/bundler/vendor/thor/core_ext/hash_with_indifferent_access.rbs class Thor::CoreExt::HashWithIndifferentAccess < Hash def []: () -> untyped def []=: () -> untyped def convert_key: () -> untyped def delete: () -> untyped def initialize: () -> void def merge: () -> untyped def merge!: () -> untyped def method_missing: () -> untyped def values_at: () -> untyped end # sig/bundler/vendor/thor/core_ext/ordered_hash.rbs class Thor::CoreExt::OrderedHash < Hash def []: () -> untyped def []=: () -> untyped def delete: () -> untyped def each: () -> untyped def empty?: () -> untyped def initialize: () -> void def keys: () -> untyped def merge: () -> untyped def values: () -> untyped end # sig/bundler/vendor/thor/task.rbs class Thor::DynamicTask < Thor::Task def initialize: () -> void def run: () -> untyped end # sig/bundler/vendor/thor/group.rbs class Thor::Group def _invoke_for_class_method: () -> untyped def banner: () -> untyped def baseclass: () -> untyped def class_options_help: () -> untyped def create_task: () -> untyped def desc: () -> untyped def dispatch: () -> untyped def get_options_from_invocations: () -> untyped def handle_argument_error: () -> untyped def help: () -> untyped def invocation_blocks: () -> untyped def invocations: () -> untyped def invoke: () -> untyped def invoke_from_option: () -> untyped def printable_tasks: () -> untyped def remove_invocation: () -> untyped def self_task: () -> untyped end # sig/bundler/vendor/thor/task.rbs class Thor::HiddenTask < Thor::Task def hidden?: () -> untyped end # sig/bundler/vendor/thor/parser/option.rbs class Thor::Option < Thor::Argument def self.parse: () -> untyped def dasherize: () -> untyped def dasherized?: () -> untyped def human_name: () -> untyped def initialize: () -> void def switch_name: () -> untyped def undasherize: () -> untyped def usage: () -> untyped def validate!: () -> untyped end # sig/bundler/vendor/thor/parser/options.rbs class Thor::Options < Thor::Arguments def self.to_switches: () -> untyped def check_unknown!: () -> untyped def current_is_switch?: () -> untyped def current_is_switch_formatted?: () -> untyped def initialize: () -> void def normalize_switch: () -> untyped def parse: () -> untyped def parse_boolean: () -> untyped def parse_peek: () -> untyped def switch?: () -> untyped def switch_option: () -> untyped end # sig/bundler/vendor/thor/runner.rbs class Thor::Runner < Thor def self.banner: () -> untyped def self.exit_on_failure?: () -> untyped def display_klasses: () -> untyped def display_tasks: () -> untyped def help: () -> untyped def initialize_thorfiles: () -> untyped def install: () -> untyped def installed: () -> untyped def list: () -> untyped def method_missing: () -> untyped def save_yaml: () -> untyped def show_modules: () -> untyped def thor_root: () -> untyped def thor_yaml: () -> untyped def thorfiles: () -> untyped def thorfiles_relevant_to: () -> untyped def uninstall: () -> untyped def update: () -> untyped def version: () -> untyped end # sig/bundler/vendor/thor/shell/basic.rbs class Thor::Shell::Basic def ask: () -> untyped def dynamic_width: () -> untyped def dynamic_width_stty: () -> untyped def dynamic_width_tput: () -> untyped def error: () -> untyped def file_collision: () -> untyped def file_collision_help: () -> untyped def initialize: () -> void def is?: () -> untyped def mute: () -> untyped def mute?: () -> untyped def no?: () -> untyped def padding=: () -> untyped def print_table: () -> untyped def print_wrapped: () -> untyped def quiet?: () -> untyped def say: () -> untyped def say_status: () -> untyped def set_color: () -> untyped def show_diff: () -> untyped def stderr: () -> untyped def stdin: () -> untyped def stdout: () -> untyped def terminal_width: () -> untyped def truncate: () -> untyped def unix?: () -> untyped def yes?: () -> untyped end # sig/bundler/vendor/thor/shell/color.rbs class Thor::Shell::Color < Thor::Shell::Basic def diff_lcs_loaded?: () -> untyped def output_diff_line: () -> untyped def set_color: () -> untyped def show_diff: () -> untyped end # sig/bundler/vendor/thor/shell/html.rbs class Thor::Shell::HTML < Thor::Shell::Basic def ask: () -> untyped def diff_lcs_loaded?: () -> untyped def output_diff_line: () -> untyped def set_color: () -> untyped def show_diff: () -> untyped end # sig/bundler/vendor/thor/task.rbs class Thor::Task def formatted_usage: () -> untyped def handle_argument_error?: () -> untyped def handle_no_method_error?: () -> untyped def hidden?: () -> untyped def initialize: () -> void def initialize_copy: () -> untyped def not_debugging?: () -> untyped def public_method?: () -> untyped def required_options: () -> untyped def run: () -> untyped def sans_backtrace: () -> untyped end # sig/bundler.rbs module Bundler def app_cache: () -> untyped def app_config_path: () -> untyped def bin_path: () -> untyped def bundle_path: () -> untyped def cache: () -> untyped def configure: () -> untyped def configure_gem_home_and_path: () -> untyped def default_gemfile: () -> untyped def default_lockfile: () -> untyped def definition: () -> untyped def environment: () -> untyped def home: () -> untyped def install_path: () -> untyped def load: () -> untyped def load_gemspec: () -> untyped def mkdir_p: () -> untyped def read_file: () -> untyped def require: () -> untyped def requires_sudo?: () -> untyped def root: () -> untyped def ruby_scope: () -> untyped def settings: () -> untyped def setup: () -> untyped def specs_path: () -> untyped def sudo: () -> untyped def tmp: () -> untyped def ui: () -> untyped def upgrade_lockfile: () -> untyped def user_bundle_path: () -> untyped def with_clean_env: () -> untyped end # sig/bundler/rubygems_ext.rbs module Bundler::GemHelpers def generic: () -> untyped end # sig/bundler/rubygems_ext.rbs module Bundler::MatchPlatform def match_platform: () -> untyped end # sig/bundler/shared_helpers.rbs module Bundler::SharedHelpers def clean_load_path: () -> untyped def default_gemfile: () -> untyped def default_lockfile: () -> untyped def find_gemfile: () -> untyped def in_bundle?: () -> untyped end # sig/bundler/vendor/thor/actions.rbs module Thor::Actions def self.included: () -> untyped def _cleanup_options_and_set: () -> untyped def _shared_configuration: () -> untyped def action: () -> untyped def append_to_file: () -> untyped def apply: () -> untyped def capture: () -> untyped def chmod: () -> untyped def concat: () -> untyped def copy_file: () -> untyped def create_file: () -> untyped def create_link: () -> untyped def destination_root: () -> untyped def destination_root=: () -> untyped def directory: () -> untyped def empty_directory: () -> untyped def find_in_source_paths: () -> untyped def get: () -> untyped def gsub_file: () -> untyped def in_root: () -> untyped def initialize: () -> void def inject_into_class: () -> untyped def insert_into_file: () -> untyped def inside: () -> untyped def link_file: () -> untyped def prepend_to_file: () -> untyped def relative_to_original_destination_root: () -> untyped def remove_file: () -> untyped def run: () -> untyped def run_ruby_script: () -> untyped def source_paths: () -> untyped def template: () -> untyped def thor: () -> untyped def with_output_buffer: () -> untyped end # sig/bundler/vendor/thor/actions.rbs module Thor::Actions::ClassMethods def add_runtime_options!: () -> untyped def source_paths: () -> untyped def source_paths_for_search: () -> untyped def source_root: () -> untyped end # sig/bundler/vendor/thor/base.rbs module Thor::Base def self.shell: () -> untyped def self.shell=: () -> untyped def included: () -> untyped def initialize: () -> void def register_klass_file: () -> untyped def subclass_files: () -> untyped def subclasses: () -> untyped end # sig/bundler/vendor/thor/base.rbs module Thor::Base::ClassMethods def all_tasks: () -> untyped def argument: () -> untyped def arguments: () -> untyped def attr_accessor: () -> untyped def attr_reader: () -> untyped def attr_writer: () -> untyped def baseclass: () -> untyped def basename: () -> untyped def build_option: () -> untyped def build_options: () -> untyped def check_unknown_options: () -> untyped def check_unknown_options!: () -> untyped def check_unknown_options?: () -> untyped def class_option: () -> untyped def class_options: () -> untyped def class_options_help: () -> untyped def create_task: () -> untyped def dispatch: () -> untyped def exit_on_failure?: () -> untyped def find_and_refresh_task: () -> untyped def from_superclass: () -> untyped def group: () -> untyped def handle_argument_error: () -> untyped def handle_no_task_error: () -> untyped def inherited: () -> untyped def initialize_added: () -> untyped def is_thor_reserved_word?: () -> untyped def method_added: () -> untyped def namespace: () -> untyped def no_tasks: () -> untyped def print_options: () -> untyped def public_task: () -> untyped def remove_argument: () -> untyped def remove_class_option: () -> untyped def remove_task: () -> untyped def start: () -> untyped def tasks: () -> untyped end # sig/bundler/vendor/thor/invocation.rbs module Thor::Invocation def self.included: () -> untyped def _parse_initialization_options: () -> untyped def _retrieve_class_and_task: () -> untyped def _shared_configuration: () -> untyped def initialize: () -> void def invoke: () -> untyped def invoke_all: () -> untyped def invoke_task: () -> untyped def invoke_with_padding: () -> untyped end # sig/bundler/vendor/thor/invocation.rbs module Thor::Invocation::ClassMethods def prepare_for_invocation: () -> untyped end # sig/bundler/vendor/thor/rake_compat.rbs module Thor::RakeCompat def self.included: () -> untyped def self.rake_classes: () -> untyped end # sig/bundler/vendor/thor/shell.rbs module Thor::Shell def _shared_configuration: () -> untyped def initialize: () -> void def shell: () -> untyped def shell=: () -> untyped def with_padding: () -> untyped end # sig/bundler/vendor/thor/util.rbs module Thor::Util def self.camel_case: () -> untyped def self.find_by_namespace: () -> untyped def self.find_class_and_task_by_namespace: () -> untyped def self.globs_for: () -> untyped def self.load_thorfile: () -> untyped def self.namespace_from_thor_class: () -> untyped def self.namespaces_in_content: () -> untyped def self.ruby_command: () -> untyped def self.snake_case: () -> untyped def self.thor_classes_in: () -> untyped def self.thor_root: () -> untyped def self.thor_root_glob: () -> untyped def self.user_home: () -> untyped end