Table of Contents - rbs: Ruby Standard Library Documentation
Classes and Modules
- Kernel
- Module
- Proc
- RBS
- RBS::AST
- RBS::AST::Annotation
- RBS::AST::Comment
- RBS::AST::Declarations
- RBS::AST::Declarations::AliasDecl
- RBS::AST::Declarations::Base
- RBS::AST::Declarations::Class
- RBS::AST::Declarations::Class::Super
- RBS::AST::Declarations::ClassAlias
- RBS::AST::Declarations::Constant
- RBS::AST::Declarations::Global
- RBS::AST::Declarations::Interface
- RBS::AST::Declarations::MixinHelper
- RBS::AST::Declarations::Module
- RBS::AST::Declarations::Module::Self
- RBS::AST::Declarations::ModuleAlias
- RBS::AST::Declarations::NestedDeclarationHelper
- RBS::AST::Declarations::TypeAlias
- RBS::AST::Directives
- RBS::AST::Directives::Base
- RBS::AST::Directives::Use
- RBS::AST::Directives::Use::SingleClause
- RBS::AST::Directives::Use::WildcardClause
- RBS::AST::Members
- RBS::AST::Members::Alias
- RBS::AST::Members::AttrAccessor
- RBS::AST::Members::AttrReader
- RBS::AST::Members::AttrWriter
- RBS::AST::Members::Attribute
- RBS::AST::Members::Base
- RBS::AST::Members::ClassInstanceVariable
- RBS::AST::Members::ClassVariable
- RBS::AST::Members::Extend
- RBS::AST::Members::Include
- RBS::AST::Members::InstanceVariable
- RBS::AST::Members::LocationOnly
- RBS::AST::Members::MethodDefinition
- RBS::AST::Members::MethodDefinition::Overload
- RBS::AST::Members::Mixin
- RBS::AST::Members::Prepend
- RBS::AST::Members::Private
- RBS::AST::Members::Public
- RBS::AST::Members::Var
- RBS::AST::TypeParam
- RBS::AncestorGraph
- RBS::Annotate
- RBS::Annotate::Annotations
- RBS::Annotate::Annotations::Copy
- RBS::Annotate::Annotations::Skip
- RBS::Annotate::Annotations::Source
- RBS::Annotate::Formatter
- RBS::Annotate::RDocAnnotator
- RBS::Annotate::RDocSource
- RBS::BaseError
- RBS::Buffer
- RBS::BuiltinNames
- RBS::BuiltinNames::Name
- RBS::CLI
- RBS::CLI::ColoredIO
- RBS::CLI::Diff
- RBS::CLI::LibraryOptions
- RBS::CLI::Validate
- RBS::CLI::Validate::Errors
- RBS::Collection
- RBS::Collection::Cleaner
- RBS::Collection::Config
- RBS::Collection::Config::CollectionNotAvailable
- RBS::Collection::Config::Lockfile
- RBS::Collection::Config::LockfileGenerator
- RBS::Collection::Config::LockfileGenerator::GemfileLockMismatchError
- RBS::Collection::Installer
- RBS::Collection::Sources
- RBS::Collection::Sources::Base
- RBS::Collection::Sources::Git
- RBS::Collection::Sources::Git::CommandError
- RBS::Collection::Sources::Local
- RBS::Collection::Sources::Rubygems
- RBS::Collection::Sources::Stdlib
- RBS::Constant
- RBS::CyclicClassAliasDefinitionError
- RBS::CyclicTypeParameterBound
- RBS::Definition
- RBS::Definition::Ancestor
- RBS::Definition::Ancestor::Instance
- RBS::Definition::Ancestor::Singleton
- RBS::Definition::InstanceAncestors
- RBS::Definition::Method
- RBS::Definition::Method::TypeDef
- RBS::Definition::SingletonAncestors
- RBS::Definition::Variable
- RBS::DefinitionBuilder
- RBS::DefinitionBuilder::AncestorBuilder
- RBS::DefinitionBuilder::AncestorBuilder::OneAncestors
- RBS::DefinitionBuilder::MethodBuilder
- RBS::DefinitionBuilder::MethodBuilder::Methods
- RBS::DefinitionBuilder::MethodBuilder::Methods::Sorter
- RBS::DefinitionError
- RBS::DetailedMessageable
- RBS::Diff
- RBS::DuplicatedDeclarationError
- RBS::DuplicatedInterfaceMethodDefinitionError
- RBS::DuplicatedMethodDefinitionError
- RBS::Environment
- RBS::Environment::ClassAliasEntry
- RBS::Environment::ClassEntry
- RBS::Environment::ConstantEntry
- RBS::Environment::ContextUtil
- RBS::Environment::GlobalEntry
- RBS::Environment::InterfaceEntry
- RBS::Environment::ModuleAliasEntry
- RBS::Environment::ModuleEntry
- RBS::Environment::MultiEntry
- RBS::Environment::SingleEntry
- RBS::Environment::TypeAliasEntry
- RBS::Environment::UseMap
- RBS::Environment::UseMap::Table
- RBS::EnvironmentLoader
- RBS::EnvironmentLoader::UnknownLibraryError
- RBS::EnvironmentWalker
- RBS::Factory
- RBS::FileFinder
- RBS::GenericParameterMismatchError
- RBS::InconsistentClassModuleAliasError
- RBS::InheritModuleError
- RBS::InvalidOverloadMethodError
- RBS::InvalidTypeApplicationError
- RBS::InvalidVarianceAnnotationError
- RBS::LoadingError
- RBS::Location
- RBS::Locator
- RBS::MethodNameHelper
- RBS::MethodType
- RBS::MixinClassError
- RBS::Namespace
- RBS::NoMixinFoundError
- RBS::NoSelfTypeFoundError
- RBS::NoSuperclassFoundError
- RBS::NoTypeFoundError
- RBS::NonregularTypeAliasError
- RBS::Parser
- RBS::Parser::LexerError
- RBS::Parser::LocatedValue
- RBS::Parser::SemanticsError
- RBS::Parser::SyntaxError
- RBS::ParsingError
- RBS::Prototype
- RBS::Prototype::Helpers
- RBS::Prototype::NodeUsage
- RBS::Prototype::RB
- RBS::Prototype::RBI
- RBS::Prototype::Runtime
- RBS::Prototype::Runtime::DataGenerator
- RBS::Prototype::Runtime::Helpers
- RBS::Prototype::Runtime::Reflection
- RBS::Prototype::Runtime::StructGenerator
- RBS::Prototype::Runtime::Todo
- RBS::Prototype::Runtime::ValueObjectBase
- RBS::RDocPlugin
- RBS::RDocPlugin::Parser
- RBS::RecursiveAliasDefinitionError
- RBS::RecursiveAncestorError
- RBS::RecursiveTypeAliasError
- RBS::Repository
- RBS::Repository::GemRBS
- RBS::Resolver
- RBS::Resolver::ConstantResolver
- RBS::Resolver::ConstantResolver::Table
- RBS::Resolver::TypeNameResolver
- RBS::Sorter
- RBS::Substitution
- RBS::Subtractor
- RBS::SuperclassMismatchError
- RBS::Test
- RBS::Test::ArgumentsReturn
- RBS::TypeAliasDependency
- RBS::TypeAliasRegularity
- RBS::TypeAliasRegularity::Diagnostic
- RBS::TypeName
- RBS::Types
- RBS::Types::Alias
- RBS::Types::Application
- RBS::Types::Bases
- RBS::Types::Bases::Any
- RBS::Types::Bases::Base
- RBS::Types::Bases::Bool
- RBS::Types::Bases::Bottom
- RBS::Types::Bases::Class
- RBS::Types::Bases::Instance
- RBS::Types::Bases::Nil
- RBS::Types::Bases::Self
- RBS::Types::Bases::Top
- RBS::Types::Bases::Void
- RBS::Types::Block
- RBS::Types::ClassInstance
- RBS::Types::ClassSingleton
- RBS::Types::EmptyEachType
- RBS::Types::Function
- RBS::Types::Function::Param
- RBS::Types::Interface
- RBS::Types::Intersection
- RBS::Types::Literal
- RBS::Types::NoFreeVariables
- RBS::Types::NoSubst
- RBS::Types::NoTypeName
- RBS::Types::Optional
- RBS::Types::Proc
- RBS::Types::Record
- RBS::Types::SelfTypeBindingHelper
- RBS::Types::Tuple
- RBS::Types::Union
- RBS::Types::Variable
- RBS::UnitTest
- RBS::UnitTest::Convertibles
- RBS::UnitTest::Convertibles::BlankSlate
- RBS::UnitTest::Convertibles::CustomRange
- RBS::UnitTest::Convertibles::CustomRange::Each
- RBS::UnitTest::Convertibles::ToA
- RBS::UnitTest::Convertibles::ToArray
- RBS::UnitTest::Convertibles::ToC
- RBS::UnitTest::Convertibles::ToF
- RBS::UnitTest::Convertibles::ToHash
- RBS::UnitTest::Convertibles::ToI
- RBS::UnitTest::Convertibles::ToIO
- RBS::UnitTest::Convertibles::ToInt
- RBS::UnitTest::Convertibles::ToPath
- RBS::UnitTest::Convertibles::ToR
- RBS::UnitTest::Convertibles::ToS
- RBS::UnitTest::Convertibles::ToStr
- RBS::UnitTest::Convertibles::ToSym
- RBS::UnitTest::Spy
- RBS::UnitTest::Spy::WrapSpy
- RBS::UnitTest::TypeAssertions
- RBS::UnitTest::TypeAssertions::ClassMethods
- RBS::UnitTest::WithAliases
- RBS::UnitTest::WithAliases::WithEnum
- RBS::UnknownMethodAliasError
- RBS::Validator
- RBS::VarianceCalculator
- RBS::VarianceCalculator::Result
- RBS::Vendorer
- RBS::WillSyntaxError
- RBS::Writer
- RDoc
- RDoc::Parser
- RDoc::Parser::RBS
Methods
- ::break — RBS::Test::ArgumentsReturn
- ::buffer — RBS::Parser
- ::build — RBS::Substitution
- ::build — RBS::Types::Variable
- ::call — RBS::Test
- ::check! — RBS::InvalidTypeApplicationError
- ::check! — RBS::RecursiveAncestorError
- ::check! — RBS::NoTypeFoundError
- ::check! — RBS::NoSuperclassFoundError
- ::check! — RBS::InheritModuleError
- ::check! — RBS::NoSelfTypeFoundError
- ::check! — RBS::NoMixinFoundError
- ::check! — RBS::MixinClassError
- ::class_instance — RBS::DefinitionBuilder::AncestorBuilder::OneAncestors
- ::constants_of — RBS::Prototype::Runtime::Reflection
- ::default — RBS::Repository
- ::define — RBS::BuiltinNames::Name
- ::each_file — RBS::FileFinder
- ::each_part — RBS::Annotate::Formatter
- ::empty — RBS::Namespace
- ::empty — RBS::Types::Function
- ::exception — RBS::Test::ArgumentsReturn
- ::find_best_version — RBS::Repository
- ::find_config_path — RBS::Collection::Config
- ::fresh — RBS::Types::Variable
- ::from_config_entry — RBS::Collection::Sources
- ::from_loader — RBS::Environment
- ::from_lockfile — RBS::Collection::Config::Lockfile
- ::from_path — RBS::Collection::Config
- ::gem_sig_path — RBS::EnvironmentLoader
- ::generatable? — RBS::Prototype::Runtime::StructGenerator
- ::generatable? — RBS::Prototype::Runtime::DataGenerator
- ::generate — RBS::Collection::Config::LockfileGenerator
- ::generate_lockfile — RBS::Collection::Config
- ::included — RBS::UnitTest::TypeAssertions
- ::interface — RBS::DefinitionBuilder::AncestorBuilder::OneAncestors
- ::logger — RBS
- ::logger_level= — RBS
- ::logger_output= — RBS
- ::module_instance — RBS::DefinitionBuilder::AncestorBuilder::OneAncestors
- ::new — RBS::AncestorGraph
- ::new — RBS::Annotate::Annotations
- ::new — RBS::Annotate::Annotations::Skip
- ::new — RBS::Annotate::Annotations::Source
- ::new — RBS::Annotate::Annotations::Copy
- ::new — RBS::Annotate::Formatter
- ::new — RBS::Annotate::RDocAnnotator
- ::new — RBS::Annotate::RDocSource
- ::new — RBS::AST::Annotation
- ::new — RBS::AST::Comment
- ::new — RBS::AST::Declarations::Class
- ::new — RBS::AST::Declarations::Class::Super
- ::new — RBS::AST::Declarations::Module
- ::new — RBS::AST::Declarations::Module::Self
- ::new — RBS::AST::Declarations::Interface
- ::new — RBS::AST::Declarations::TypeAlias
- ::new — RBS::AST::Declarations::Constant
- ::new — RBS::AST::Declarations::Global
- ::new — RBS::AST::Declarations::AliasDecl
- ::new — RBS::AST::Directives::Use
- ::new — RBS::AST::Directives::Use::SingleClause
- ::new — RBS::AST::Directives::Use::WildcardClause
- ::new — RBS::AST::Members::MethodDefinition
- ::new — RBS::AST::Members::MethodDefinition::Overload
- ::new — RBS::AST::Members::Alias
- ::new — RBS::AST::TypeParam
- ::new — RBS::Buffer
- ::new — RBS::BuiltinNames::Name
- ::new — RBS::CLI
- ::new — RBS::CLI::LibraryOptions
- ::new — RBS::CLI::ColoredIO
- ::new — RBS::CLI::Diff
- ::new — RBS::CLI::Validate
- ::new — RBS::CLI::Validate::Errors
- ::new — RBS::Collection::Cleaner
- ::new — RBS::Collection::Config
- ::new — RBS::Collection::Config::CollectionNotAvailable
- ::new — RBS::Collection::Config::Lockfile
- ::new — RBS::Collection::Config::LockfileGenerator
- ::new — RBS::Collection::Config::LockfileGenerator::GemfileLockMismatchError
- ::new — RBS::Collection::Installer
- ::new — RBS::Collection::Sources::Git
- ::new — RBS::Collection::Sources::Local
- ::new — RBS::Constant
- ::new — RBS::Definition
- ::new — RBS::Definition::Variable
- ::new — RBS::Definition::Method
- ::new — RBS::Definition::Method::TypeDef
- ::new — RBS::Definition::Ancestor::Instance
- ::new — RBS::Definition::Ancestor::Singleton
- ::new — RBS::Definition::InstanceAncestors
- ::new — RBS::Definition::SingletonAncestors
- ::new — RBS::DefinitionBuilder
- ::new — RBS::DefinitionBuilder::AncestorBuilder
- ::new — RBS::DefinitionBuilder::AncestorBuilder::OneAncestors
- ::new — RBS::DefinitionBuilder::MethodBuilder
- ::new — RBS::DefinitionBuilder::MethodBuilder::Methods
- ::new — RBS::DefinitionBuilder::MethodBuilder::Methods::Sorter
- ::new — RBS::Diff
- ::new — RBS::Environment
- ::new — RBS::Environment::MultiEntry
- ::new — RBS::Environment::SingleEntry
- ::new — RBS::Environment::UseMap
- ::new — RBS::Environment::UseMap::Table
- ::new — RBS::EnvironmentLoader
- ::new — RBS::EnvironmentLoader::UnknownLibraryError
- ::new — RBS::EnvironmentWalker
- ::new — RBS::ParsingError
- ::new — RBS::InvalidTypeApplicationError
- ::new — RBS::RecursiveAncestorError
- ::new — RBS::NoTypeFoundError
- ::new — RBS::NoSuperclassFoundError
- ::new — RBS::InheritModuleError
- ::new — RBS::NoSelfTypeFoundError
- ::new — RBS::NoMixinFoundError
- ::new — RBS::DuplicatedMethodDefinitionError
- ::new — RBS::DuplicatedInterfaceMethodDefinitionError
- ::new — RBS::UnknownMethodAliasError
- ::new — RBS::SuperclassMismatchError
- ::new — RBS::InvalidOverloadMethodError
- ::new — RBS::GenericParameterMismatchError
- ::new — RBS::DuplicatedDeclarationError
- ::new — RBS::InvalidVarianceAnnotationError
- ::new — RBS::RecursiveAliasDefinitionError
- ::new — RBS::MixinClassError
- ::new — RBS::RecursiveTypeAliasError
- ::new — RBS::NonregularTypeAliasError
- ::new — RBS::CyclicTypeParameterBound
- ::new — RBS::InconsistentClassModuleAliasError
- ::new — RBS::CyclicClassAliasDefinitionError
- ::new — RBS::WillSyntaxError
- ::new — RBS::Location
- ::new — RBS::Locator
- ::new — RBS::MethodType
- ::new — RBS::Namespace
- ::new — RBS::ParsingError
- ::new — RBS::ParsingError
- ::new — RBS::ParsingError
- ::new — RBS::Prototype::NodeUsage
- ::new — RBS::Prototype::RB
- ::new — RBS::Prototype::RBI
- ::new — RBS::Prototype::Runtime
- ::new — RBS::Prototype::Runtime::Todo
- ::new — RBS::Prototype::Runtime::ValueObjectBase
- ::new — RBS::Repository
- ::new — RBS::Repository::GemRBS
- ::new — RBS::Resolver::ConstantResolver
- ::new — RBS::Resolver::ConstantResolver::Table
- ::new — RBS::Resolver::TypeNameResolver
- ::new — RBS::Sorter
- ::new — RBS::Substitution
- ::new — RBS::Subtractor
- ::new — RBS::Test::ArgumentsReturn
- ::new — RBS::TypeAliasDependency
- ::new — RBS::TypeAliasRegularity
- ::new — RBS::TypeAliasRegularity::Diagnostic
- ::new — RBS::TypeName
- ::new — RBS::Types::Bases::Base
- ::new — RBS::Types::Variable
- ::new — RBS::Types::ClassSingleton
- ::new — RBS::Types::Interface
- ::new — RBS::Types::ClassInstance
- ::new — RBS::Types::Alias
- ::new — RBS::Types::Tuple
- ::new — RBS::Types::Record
- ::new — RBS::Types::Optional
- ::new — RBS::Types::Union
- ::new — RBS::Types::Intersection
- ::new — RBS::Types::Function
- ::new — RBS::Types::Function::Param
- ::new — RBS::Types::Block
- ::new — RBS::Types::Proc
- ::new — RBS::Types::Literal
- ::new — RBS::UnitTest::Convertibles::ToIO
- ::new — RBS::UnitTest::Convertibles::ToI
- ::new — RBS::UnitTest::Convertibles::ToInt
- ::new — RBS::UnitTest::Convertibles::ToF
- ::new — RBS::UnitTest::Convertibles::ToR
- ::new — RBS::UnitTest::Convertibles::ToC
- ::new — RBS::UnitTest::Convertibles::ToStr
- ::new — RBS::UnitTest::Convertibles::ToS
- ::new — RBS::UnitTest::Convertibles::ToSym
- ::new — RBS::UnitTest::Convertibles::ToA
- ::new — RBS::UnitTest::Convertibles::ToArray
- ::new — RBS::UnitTest::Convertibles::ToHash
- ::new — RBS::UnitTest::Convertibles::ToPath
- ::new — RBS::UnitTest::Convertibles::CustomRange
- ::new — RBS::UnitTest::Convertibles::CustomRange::Each
- ::new — RBS::UnitTest::Spy::WrapSpy
- ::new — RBS::UnitTest::WithAliases::WithEnum
- ::new — RBS::Validator
- ::new — RBS::VarianceCalculator
- ::new — RBS::VarianceCalculator::Result
- ::new — RBS::Vendorer
- ::new — RBS::Writer
- ::new — RBS::RDocPlugin::Parser
- ::new — RBS::AST::Members::Var
- ::new — RBS::AST::Members::Mixin
- ::new — RBS::AST::Members::Attribute
- ::new — RBS::AST::Members::LocationOnly
- ::object_class — RBS::Prototype::Runtime::Reflection
- ::parse — RBS::Annotate::Annotations
- ::parse — RBS::Namespace
- ::parse_method_type — RBS::Parser
- ::parse_signature — RBS::Parser
- ::parse_type — RBS::Parser
- ::print_warning — RBS
- ::rename — RBS::AST::TypeParam
- ::reset_suffix — RBS::Test
- ::resolve_variables — RBS::AST::TypeParam
- ::return — RBS::Test::ArgumentsReturn
- ::root — RBS::Namespace
- ::singleton — RBS::DefinitionBuilder::AncestorBuilder::OneAncestors
- ::subst_var — RBS::AST::TypeParam
- ::to_lockfile_path — RBS::Collection::Config
- ::to_string — RBS::Location
- ::translate — RBS::Annotate::Formatter
- ::unescape_string — RBS::Types::Literal
- ::validate — RBS::TypeAliasRegularity
- ::wrap — RBS::UnitTest::Spy
- #+ — RBS::Namespace
- #+ — RBS::Substitution
- #+ — RBS::TypeName
- #<< — RBS::Annotate::Formatter
- #<< — RBS::Environment
- #== — RBS::Annotate::Annotations::Skip
- #== — RBS::Annotate::Annotations::Source
- #== — RBS::Annotate::Annotations::Copy
- #== — RBS::AST::Annotation
- #== — RBS::AST::Comment
- #== — RBS::AST::Declarations::Class
- #== — RBS::AST::Declarations::Class::Super
- #== — RBS::AST::Declarations::Module
- #== — RBS::AST::Declarations::Module::Self
- #== — RBS::AST::Declarations::Interface
- #== — RBS::AST::Declarations::TypeAlias
- #== — RBS::AST::Declarations::Constant
- #== — RBS::AST::Declarations::Global
- #== — RBS::AST::Declarations::AliasDecl
- #== — RBS::AST::Members::MethodDefinition
- #== — RBS::AST::Members::MethodDefinition::Overload
- #== — RBS::AST::Members::Alias
- #== — RBS::AST::TypeParam
- #== — RBS::Constant
- #== — RBS::Definition::Method
- #== — RBS::Definition::Method::TypeDef
- #== — RBS::Definition::Ancestor::Instance
- #== — RBS::Definition::Ancestor::Singleton
- #== — RBS::Location
- #== — RBS::MethodType
- #== — RBS::Namespace
- #== — RBS::TypeName
- #== — RBS::Types::Bases::Base
- #== — RBS::Types::Variable
- #== — RBS::Types::ClassSingleton
- #== — RBS::Types::Tuple
- #== — RBS::Types::Record
- #== — RBS::Types::Optional
- #== — RBS::Types::Union
- #== — RBS::Types::Intersection
- #== — RBS::Types::Function
- #== — RBS::Types::Function::Param
- #== — RBS::Types::Block
- #== — RBS::Types::Proc
- #== — RBS::Types::Literal
- #== — RBS::AST::Members::Var
- #== — RBS::AST::Members::Mixin
- #== — RBS::AST::Members::Attribute
- #== — RBS::AST::Members::LocationOnly
- #== — RBS::Types::Application
- #Namespace — Kernel
- #TypeName — Kernel
- #[] — RBS::Substitution
- #__with_object_methods — RBS::UnitTest::Convertibles::BlankSlate
- #_install — RBS::Collection::Sources::Git
- #_install — RBS::Collection::Sources::Local
- #absolute! — RBS::Namespace
- #absolute! — RBS::TypeName
- #absolute? — RBS::Namespace
- #absolute? — RBS::TypeName
- #absolute_type — RBS::Environment
- #absolute_type — RBS::Validator
- #absolute_type_name — RBS::Environment
- #absolute_typename — RBS::Subtractor
- #access_modifier? — RBS::Subtractor
- #add — RBS::CLI::Validate::Errors
- #add — RBS::EnvironmentLoader
- #add — RBS::Repository
- #add — RBS::Substitution
- #add_collection — RBS::EnvironmentLoader
- #add_decl_members — RBS::Prototype::Runtime::StructGenerator
- #add_decl_members — RBS::Prototype::Runtime::DataGenerator
- #add_optional_child — RBS::Location
- #add_required_child — RBS::Location
- #add_signature — RBS::Environment
- #alias? — RBS::TypeName
- #allow_non_simple_method_type — RBS::UnitTest::TypeAssertions
- #allows_error — RBS::UnitTest::TypeAssertions
- #amap — RBS::Types::Function
- #and — RBS::UnitTest::WithAliases::WithEnum
- #and_nil — RBS::UnitTest::WithAliases::WithEnum
- #annotate_alias — RBS::Annotate::RDocAnnotator
- #annotate_attribute — RBS::Annotate::RDocAnnotator
- #annotate_class — RBS::Annotate::RDocAnnotator
- #annotate_constant — RBS::Annotate::RDocAnnotator
- #annotate_decls — RBS::Annotate::RDocAnnotator
- #annotate_file — RBS::Annotate::RDocAnnotator
- #annotate_method — RBS::Annotate::RDocAnnotator
- #annotations — RBS::Annotate::RDocAnnotator
- #annotations — RBS::Definition::Method
- #annotations — RBS::Definition::Method::TypeDef
- #any_node? — RBS::Prototype::Helpers
- #append — RBS::Namespace
- #append_context — RBS::Environment
- #apply — RBS::Definition::InstanceAncestors
- #apply — RBS::Substitution
- #are_colors_disabled? — RBS::CLI::ColoredIO
- #are_colors_supported? — RBS::CLI::ColoredIO
- #args_from_node — RBS::Prototype::Helpers
- #ascend — RBS::Namespace
- #assert_const_type — RBS::UnitTest::TypeAssertions
- #assert_send_type — RBS::UnitTest::TypeAssertions
- #assert_type — RBS::UnitTest::TypeAssertions
- #assign_gem — RBS::Collection::Config::LockfileGenerator
- #assign_stdlib — RBS::Collection::Config::LockfileGenerator
- #attribute — RBS::Writer
- #autoload — RBS::CLI
- #block_from_ast_of — RBS::Prototype::Runtime
- #block_from_body — RBS::Prototype::Helpers
- #block_type — RBS::Prototype::RB
- #body_type — RBS::Prototype::RB
- #break? — RBS::Test::ArgumentsReturn
- #break_from_block — RBS::UnitTest::TypeAssertions
- #buffers — RBS::Environment
- #build — RBS::AncestorGraph
- #build_alias — RBS::DefinitionBuilder::MethodBuilder
- #build_alias_type — RBS::TypeAliasRegularity
- #build_ancestors — RBS::AncestorGraph
- #build_attribute — RBS::DefinitionBuilder::MethodBuilder
- #build_builder — RBS::Diff
- #build_decl — RBS::Prototype::Runtime::ValueObjectBase
- #build_dependencies — RBS::TypeAliasDependency
- #build_env — RBS::Diff
- #build_instance — RBS::DefinitionBuilder
- #build_instance — RBS::DefinitionBuilder::MethodBuilder
- #build_interface — RBS::DefinitionBuilder
- #build_interface — RBS::DefinitionBuilder::MethodBuilder
- #build_map — RBS::Environment::UseMap
- #build_member_accessors — RBS::Prototype::Runtime::ValueObjectBase
- #build_message — RBS::CLI::Validate::Errors
- #build_method — RBS::DefinitionBuilder::MethodBuilder
- #build_methods — RBS::Diff
- #build_overload_for_keyword_arguments — RBS::Prototype::Runtime::StructGenerator
- #build_overload_for_positional_arguments — RBS::Prototype::Runtime::StructGenerator
- #build_s_keyword_init_p — RBS::Prototype::Runtime::StructGenerator
- #build_s_members — RBS::Prototype::Runtime::ValueObjectBase
- #build_s_new — RBS::Prototype::Runtime::StructGenerator
- #build_s_new — RBS::Prototype::Runtime::DataGenerator
- #build_singleton — RBS::DefinitionBuilder
- #build_singleton — RBS::DefinitionBuilder::MethodBuilder
- #build_singleton0 — RBS::DefinitionBuilder
- #build_super_class — RBS::Prototype::Runtime::StructGenerator
- #build_super_class — RBS::Prototype::Runtime::DataGenerator
- #builder — RBS::EnvironmentWalker
- #builder — RBS::Prototype::Runtime
- #builder — RBS::UnitTest::TypeAssertions
- #builder — RBS::UnitTest::TypeAssertions::ClassMethods
- #but — RBS::UnitTest::WithAliases::WithEnum
- #calculate — RBS::Prototype::NodeUsage
- #calculate_context — RBS::Environment::ContextUtil
- #call — RBS::Subtractor
- #call_node? — RBS::Prototype::RBI
- #can_alias? — RBS::Prototype::Runtime
- #can_display_colors? — RBS::CLI::ColoredIO
- #check_rbs_availability! — RBS::Collection::Config::Lockfile
- #children — RBS::Resolver::ConstantResolver
- #children — RBS::Resolver::ConstantResolver::Table
- #circular_definition? — RBS::TypeAliasDependency
- #class? — RBS::Definition
- #class? — RBS::TypeName
- #class_alias? — RBS::Environment
- #class_class — RBS::UnitTest::TypeAssertions
- #class_decl? — RBS::Environment
- #class_docs — RBS::Annotate::RDocSource
- #class_entry — RBS::Environment
- #class_type? — RBS::Definition
- #clean — RBS::Collection::Cleaner
- #clean! — RBS::Vendorer
- #collection_options — RBS::CLI
- #comment — RBS::Definition::Method::TypeDef
- #comment_string — RBS::RDocPlugin::Parser
- #comments — RBS::Definition::Method
- #commit_hash? — RBS::Collection::Sources::Git
- #compatible? — RBS::VarianceCalculator::Result
- #compatible_args? — RBS::TypeAliasRegularity
- #compatible_params? — RBS::Environment::MultiEntry
- #compute_children — RBS::Environment::UseMap::Table
- #const_name — RBS::Prototype::Runtime::Helpers
- #const_name! — RBS::Prototype::Runtime::Helpers
- #const_to_name — RBS::Prototype::RB
- #const_to_name — RBS::Prototype::RBI
- #const_to_name! — RBS::Prototype::RB
- #constant — RBS::Resolver::ConstantResolver::Table
- #constant_decl? — RBS::Environment
- #constant_entry — RBS::Environment
- #constant_name? — RBS::Environment
- #constant_of_constant — RBS::Resolver::ConstantResolver::Table
- #constant_of_module — RBS::Resolver::ConstantResolver::Table
- #constant_to_s — RBS::Diff
- #constants — RBS::Resolver::ConstantResolver
- #constants_from_ancestors — RBS::Resolver::ConstantResolver
- #constants_from_context — RBS::Resolver::ConstantResolver
- #constants_itself — RBS::Resolver::ConstantResolver
- #construct_comment — RBS::RDocPlugin::Parser
- #context — RBS::Environment::SingleEntry
- #contravariant — RBS::VarianceCalculator::Result
- #copy! — RBS::Vendorer
- #copy_annotation — RBS::Annotate::Annotations
- #covariant — RBS::VarianceCalculator::Result
- #cp_r — RBS::Collection::Sources::Git
- #current_accessibility — RBS::Prototype::RB
- #current_module — RBS::Prototype::RBI
- #current_module! — RBS::Prototype::RBI
- #current_namespace — RBS::Prototype::RBI
- #cvar_exist? — RBS::Subtractor
- #decls — RBS::Prototype::RB
- #decls — RBS::Prototype::Runtime
- #define_instance — RBS::DefinitionBuilder
- #define_interface — RBS::DefinitionBuilder
- #define_method — RBS::DefinitionBuilder
- #defined_in — RBS::Definition::Method
- #definition_method_to_s — RBS::Diff
- #dependencies_of — RBS::TypeAliasDependency
- #dependencies_of — RBS::Collection::Sources::Base
- #dependency — RBS::TypeAliasDependency
- #detailed_message — RBS::DetailedMessageable
- #direct_dependencies_of — RBS::TypeAliasDependency
- #direct_dependency — RBS::TypeAliasDependency
- #doc_for_alias — RBS::Annotate::RDocAnnotator
- #doc_for_attribute — RBS::Annotate::RDocAnnotator
- #doc_for_class — RBS::Annotate::RDocAnnotator
- #doc_for_constant — RBS::Annotate::RDocAnnotator
- #doc_for_method — RBS::Annotate::RDocAnnotator
- #doc_for_method0 — RBS::Annotate::RDocAnnotator
- #docs — RBS::Annotate::RDocSource
- #drop_head — RBS::Types::Function
- #drop_tail — RBS::Types::Function
- #each — RBS::DefinitionBuilder::MethodBuilder::Methods
- #each — RBS::UnitTest::Convertibles::CustomRange::Each
- #each — RBS::UnitTest::WithAliases::WithEnum
- #each — RBS::VarianceCalculator::Result
- #each_alias_type — RBS::TypeAliasRegularity
- #each_ancestor — RBS::AncestorGraph
- #each_ancestor — RBS::DefinitionBuilder::AncestorBuilder::OneAncestors
- #each_arg — RBS::Prototype::RBI
- #each_child — RBS::AncestorGraph
- #each_child — RBS::Prototype::RBI
- #each_child — RBS::Prototype::Helpers
- #each_conditional_node — RBS::Prototype::NodeUsage
- #each_decl — RBS::AST::Declarations::NestedDeclarationHelper
- #each_descendant — RBS::AncestorGraph
- #each_diff — RBS::Diff
- #each_diff_constants — RBS::Diff
- #each_diff_methods — RBS::Diff
- #each_dir — RBS::EnvironmentLoader
- #each_extended_interface — RBS::DefinitionBuilder::AncestorBuilder::OneAncestors
- #each_extended_module — RBS::DefinitionBuilder::AncestorBuilder::OneAncestors
- #each_included_interface — RBS::DefinitionBuilder::AncestorBuilder::OneAncestors
- #each_included_module — RBS::DefinitionBuilder::AncestorBuilder::OneAncestors
- #each_member — RBS::Subtractor
- #each_member — RBS::AST::Declarations::NestedDeclarationHelper
- #each_member_with_accessibility — RBS::DefinitionBuilder::MethodBuilder
- #each_mixin — RBS::AST::Declarations::MixinHelper
- #each_mixined_module — RBS::Prototype::Runtime
- #each_mixined_module_one — RBS::Prototype::Runtime
- #each_mutual_alias_defs — RBS::TypeAliasRegularity
- #each_node — RBS::Prototype::Helpers
- #each_optional_key — RBS::Location
- #each_param — RBS::Types::Function
- #each_parent — RBS::AncestorGraph
- #each_part — RBS::Annotate::RDocAnnotator
- #each_prepended_module — RBS::DefinitionBuilder::AncestorBuilder::OneAncestors
- #each_required_key — RBS::Location
- #each_self_type — RBS::DefinitionBuilder::AncestorBuilder::OneAncestors
- #each_signature — RBS::EnvironmentLoader
- #each_type — RBS::Definition
- #each_type — RBS::MethodType
- #each_type — RBS::Types::Tuple
- #each_type — RBS::Types::Record
- #each_type — RBS::Types::Optional
- #each_type — RBS::Types::Union
- #each_type — RBS::Types::Intersection
- #each_type — RBS::Types::Function
- #each_type — RBS::Types::Proc
- #each_type — RBS::Types::EmptyEachType
- #each_type — RBS::Types::Application
- #each_type_name — RBS::EnvironmentWalker
- #each_type_node — RBS::EnvironmentWalker
- #empty? — RBS::Annotate::Formatter
- #empty? — RBS::Namespace
- #empty? — RBS::Repository::GemRBS
- #empty? — RBS::Substitution
- #empty? — RBS::Types::Function
- #end_column — RBS::Location
- #end_line — RBS::Location
- #end_loc — RBS::Location
- #ensure_dir — RBS::Vendorer
- #ensure_namespace! — RBS::DefinitionBuilder
- #ensure_outer_module_declarations — RBS::Prototype::Runtime
- #env — RBS::VarianceCalculator
- #env — RBS::UnitTest::TypeAssertions
- #env — RBS::UnitTest::TypeAssertions::ClassMethods
- #eql? — RBS::Annotate::Annotations::Skip
- #eql? — RBS::Annotate::Annotations::Source
- #eql? — RBS::Annotate::Annotations::Copy
- #eql? — RBS::AST::Annotation
- #eql? — RBS::AST::Comment
- #eql? — RBS::AST::Declarations::Class
- #eql? — RBS::AST::Declarations::Class::Super
- #eql? — RBS::AST::Declarations::Module
- #eql? — RBS::AST::Declarations::Module::Self
- #eql? — RBS::AST::Declarations::Interface
- #eql? — RBS::AST::Declarations::TypeAlias
- #eql? — RBS::AST::Declarations::Constant
- #eql? — RBS::AST::Declarations::Global
- #eql? — RBS::AST::Declarations::AliasDecl
- #eql? — RBS::AST::Members::MethodDefinition
- #eql? — RBS::AST::Members::MethodDefinition::Overload
- #eql? — RBS::AST::Members::Alias
- #eql? — RBS::AST::TypeParam
- #eql? — RBS::Constant
- #eql? — RBS::Definition::Method
- #eql? — RBS::Definition::Method::TypeDef
- #eql? — RBS::Definition::Ancestor::Instance
- #eql? — RBS::Definition::Ancestor::Singleton
- #eql? — RBS::Namespace
- #eql? — RBS::TypeName
- #eql? — RBS::Types::Bases::Base
- #eql? — RBS::Types::Variable
- #eql? — RBS::Types::ClassSingleton
- #eql? — RBS::Types::Tuple
- #eql? — RBS::Types::Record
- #eql? — RBS::Types::Optional
- #eql? — RBS::Types::Union
- #eql? — RBS::Types::Intersection
- #eql? — RBS::Types::Function
- #eql? — RBS::Types::Function::Param
- #eql? — RBS::Types::Proc
- #eql? — RBS::Types::Literal
- #eql? — RBS::AST::Members::Var
- #eql? — RBS::AST::Members::Mixin
- #eql? — RBS::AST::Members::Attribute
- #eql? — RBS::AST::Members::LocationOnly
- #eql? — RBS::Types::Application
- #error_value — RBS::ParsingError
- #error_value — RBS::ParsingError
- #error_value — RBS::ParsingError
- #error_value — RBS::ParsingError
- #exception — RBS::Test::ArgumentsReturn
- #exception? — RBS::Test::ArgumentsReturn
- #exclude_end? — RBS::UnitTest::Convertibles::CustomRange
- #expand_alias — RBS::DefinitionBuilder
- #expand_alias1 — RBS::DefinitionBuilder
- #expand_alias2 — RBS::DefinitionBuilder
- #fill_ancestor_source — RBS::DefinitionBuilder::AncestorBuilder
- #filter_members — RBS::Subtractor
- #filter_redundunt_access_modifiers — RBS::Subtractor
- #find — RBS::Locator
- #find2 — RBS::Locator
- #find_attribute — RBS::Annotate::RDocSource
- #find_best_version — RBS::Collection::Config::LockfileGenerator
- #find_best_version — RBS::Repository::GemRBS
- #find_class — RBS::Annotate::RDocSource
- #find_const — RBS::Annotate::RDocSource
- #find_def_index_by_name — RBS::Prototype::RB
- #find_in_decl — RBS::Locator
- #find_in_directive — RBS::Locator
- #find_in_loc — RBS::Locator
- #find_in_member — RBS::Locator
- #find_in_method_type — RBS::Locator
- #find_in_type — RBS::Locator
- #find_in_type_param — RBS::Locator
- #find_method — RBS::Annotate::RDocSource
- #find_source — RBS::Collection::Config::LockfileGenerator
- #finish — RBS::CLI::Validate::Errors
- #format — RBS::Annotate::Formatter
- #format_annotation — RBS::Writer
- #format_config_entry — RBS::Collection::Sources::Git
- #free_variables — RBS::MethodType
- #free_variables — RBS::Types::Variable
- #free_variables — RBS::Types::Tuple
- #free_variables — RBS::Types::Record
- #free_variables — RBS::Types::Optional
- #free_variables — RBS::Types::Union
- #free_variables — RBS::Types::Intersection
- #free_variables — RBS::Types::Function
- #free_variables — RBS::Types::Proc
- #free_variables — RBS::Types::NoFreeVariables
- #free_variables — RBS::Types::Application
- #fullpath — RBS::Collection::Config::Lockfile
- #fully_qualified_name — RBS::RDocPlugin::Parser
- #function — RBS::VarianceCalculator
- #function_return_type_from_body — RBS::Prototype::RB
- #function_type_from_body — RBS::Prototype::RB
- #gem — RBS::Collection::Config
- #gem_repo_dir — RBS::Collection::Sources::Git
- #gem_sig_path — RBS::Collection::Sources::Rubygems
- #gemfile_lock_fullpath — RBS::Collection::Config::Lockfile
- #gems — RBS::Collection::Config
- #gems_versions — RBS::Collection::Sources::Git
- #generate — RBS::Collection::Config::LockfileGenerator
- #generate_class — RBS::Prototype::Runtime
- #generate_constants — RBS::Prototype::Runtime
- #generate_methods — RBS::Prototype::Runtime
- #generate_mixin — RBS::Prototype::Runtime
- #generate_module — RBS::Prototype::Runtime
- #generate_super_class — RBS::Prototype::Runtime
- #git — RBS::Collection::Sources::Git
- #git? — RBS::Collection::Sources::Git
- #git_dir — RBS::Collection::Sources::Git
- #has? — RBS::Collection::Sources::Git
- #has? — RBS::Collection::Sources::Local
- #has? — RBS::Collection::Sources::Rubygems
- #has? — RBS::Collection::Sources::Stdlib
- #has_classish_type? — RBS::MethodType
- #has_classish_type? — RBS::Types::Bases::Base
- #has_classish_type? — RBS::Types::Variable
- #has_classish_type? — RBS::Types::ClassSingleton
- #has_classish_type? — RBS::Types::Tuple
- #has_classish_type? — RBS::Types::Record
- #has_classish_type? — RBS::Types::Optional
- #has_classish_type? — RBS::Types::Union
- #has_classish_type? — RBS::Types::Intersection
- #has_classish_type? — RBS::Types::Function
- #has_classish_type? — RBS::Types::Proc
- #has_classish_type? — RBS::Types::Literal
- #has_classish_type? — RBS::Types::Application
- #has_keyword? — RBS::Types::Function
- #has_library? — RBS::EnvironmentLoader
- #has_name? — RBS::Resolver::TypeNameResolver
- #has_parser? — RBS::CLI
- #has_self_type? — RBS::MethodType
- #has_self_type? — RBS::Types::Bases::Base
- #has_self_type? — RBS::Types::Variable
- #has_self_type? — RBS::Types::ClassSingleton
- #has_self_type? — RBS::Types::Tuple
- #has_self_type? — RBS::Types::Record
- #has_self_type? — RBS::Types::Optional
- #has_self_type? — RBS::Types::Union
- #has_self_type? — RBS::Types::Intersection
- #has_self_type? — RBS::Types::Function
- #has_self_type? — RBS::Types::Proc
- #has_self_type? — RBS::Types::Literal
- #has_self_type? — RBS::Types::Application
- #hash — RBS::Annotate::Annotations::Skip
- #hash — RBS::Annotate::Annotations::Source
- #hash — RBS::Annotate::Annotations::Copy
- #hash — RBS::AST::Annotation
- #hash — RBS::AST::Comment
- #hash — RBS::AST::Declarations::Class
- #hash — RBS::AST::Declarations::Class::Super
- #hash — RBS::AST::Declarations::Module
- #hash — RBS::AST::Declarations::Module::Self
- #hash — RBS::AST::Declarations::Interface
- #hash — RBS::AST::Declarations::TypeAlias
- #hash — RBS::AST::Declarations::Constant
- #hash — RBS::AST::Declarations::Global
- #hash — RBS::AST::Declarations::AliasDecl
- #hash — RBS::AST::Members::MethodDefinition
- #hash — RBS::AST::Members::MethodDefinition::Overload
- #hash — RBS::AST::Members::Alias
- #hash — RBS::AST::TypeParam
- #hash — RBS::Constant
- #hash — RBS::Definition::Method
- #hash — RBS::Definition::Method::TypeDef
- #hash — RBS::Definition::Ancestor::Instance
- #hash — RBS::Definition::Ancestor::Singleton
- #hash — RBS::Namespace
- #hash — RBS::TypeName
- #hash — RBS::Types::Bases::Base
- #hash — RBS::Types::Variable
- #hash — RBS::Types::ClassSingleton
- #hash — RBS::Types::Tuple
- #hash — RBS::Types::Record
- #hash — RBS::Types::Optional
- #hash — RBS::Types::Union
- #hash — RBS::Types::Intersection
- #hash — RBS::Types::Function
- #hash — RBS::Types::Function::Param
- #hash — RBS::Types::Proc
- #hash — RBS::Types::Literal
- #hash — RBS::AST::Members::Var
- #hash — RBS::AST::Members::Mixin
- #hash — RBS::AST::Members::Attribute
- #hash — RBS::AST::Members::LocationOnly
- #hash — RBS::Types::Application
- #hmapv — RBS::Types::Function
- #if_unless_type — RBS::Prototype::RB
- #implemented_in — RBS::Definition::Method
- #import_methods — RBS::DefinitionBuilder
- #in_inherit — RBS::VarianceCalculator
- #in_method_type — RBS::VarianceCalculator
- #in_type_alias — RBS::VarianceCalculator
- #include? — RBS::VarianceCalculator::Result
- #incompatible? — RBS::VarianceCalculator::Result
- #indent — RBS::Writer
- #initialize_copy — RBS::Environment
- #insert — RBS::Environment::MultiEntry
- #insert_decl — RBS::Environment
- #insert_variable — RBS::DefinitionBuilder
- #inspect — RBS::Buffer
- #inspect — RBS::Environment
- #inspect — RBS::Location
- #install — RBS::Collection::Sources::Git
- #install — RBS::Collection::Sources::Local
- #install — RBS::Collection::Sources::Rubygems
- #install — RBS::Collection::Sources::Stdlib
- #install_from_lockfile — RBS::Collection::Installer
- #instance? — RBS::AST::Members::MethodDefinition
- #instance? — RBS::AST::Members::Alias
- #instance_ancestors — RBS::DefinitionBuilder::AncestorBuilder
- #instance_class — RBS::UnitTest::TypeAssertions
- #instance_type — RBS::BuiltinNames::Name
- #instance_type? — RBS::BuiltinNames::Name
- #instance_type? — RBS::Definition
- #interface? — RBS::Definition
- #interface? — RBS::TypeName
- #interface_ancestors — RBS::DefinitionBuilder::AncestorBuilder
- #interface_methods — RBS::DefinitionBuilder
- #interface_name? — RBS::Environment
- #interface_type? — RBS::Definition
- #invariant — RBS::VarianceCalculator::Result
- #is_accessibility? — RBS::Prototype::RB
- #ivar_exist? — RBS::Subtractor
- #join_comments — RBS::Prototype::RBI
- #join_docs — RBS::Annotate::RDocAnnotator
- #key? — RBS::Location
- #keyword_hash? — RBS::Prototype::Helpers
- #last_position — RBS::Buffer
- #latest_version — RBS::Repository::GemRBS
- #library — RBS::UnitTest::TypeAssertions::ClassMethods
- #library_data — RBS::Collection::Config::Lockfile
- #lines — RBS::Buffer
- #literal_to_symbol — RBS::Prototype::RB
- #literal_to_type — RBS::Prototype::RB
- #load — RBS::Annotate::RDocSource
- #load — RBS::EnvironmentLoader
- #load! — RBS::Repository::GemRBS
- #load_child_constants — RBS::Resolver::ConstantResolver
- #load_context_constants — RBS::Resolver::ConstantResolver
- #load_metadata — RBS::Collection::Sources::Git
- #loader — RBS::CLI::LibraryOptions
- #loc_to_pos — RBS::Buffer
- #location — RBS::InheritModuleError
- #location — RBS::NoMixinFoundError
- #location — RBS::DuplicatedMethodDefinitionError
- #location — RBS::DuplicatedInterfaceMethodDefinitionError
- #location — RBS::InvalidOverloadMethodError
- #location — RBS::RecursiveAliasDefinitionError
- #location — RBS::MixinClassError
- #location — RBS::InconsistentClassModuleAliasError
- #location — RBS::CyclicClassAliasDefinitionError
- #lookup — RBS::Collection::Sources::Stdlib
- #lookup — RBS::Repository
- #lookup_path — RBS::Repository
- #manifest_of — RBS::Collection::Sources::Git
- #manifest_of — RBS::Collection::Sources::Local
- #manifest_of — RBS::Collection::Sources::Rubygems
- #manifest_of — RBS::Collection::Sources::Stdlib
- #map_method_type — RBS::Definition
- #map_method_type — RBS::Definition::Method
- #map_type — RBS::AST::TypeParam
- #map_type — RBS::Definition::Method
- #map_type — RBS::MethodType
- #map_type — RBS::Types::Interface
- #map_type — RBS::Types::ClassInstance
- #map_type — RBS::Types::Alias
- #map_type — RBS::Types::Tuple
- #map_type — RBS::Types::Record
- #map_type — RBS::Types::Optional
- #map_type — RBS::Types::Union
- #map_type — RBS::Types::Intersection
- #map_type — RBS::Types::Function
- #map_type — RBS::Types::Function::Param
- #map_type — RBS::Types::Block
- #map_type — RBS::Types::Proc
- #map_type — RBS::Types::EmptyEachType
- #map_type_bound — RBS::Definition::Method
- #map_type_bound — RBS::MethodType
- #map_type_name — RBS::Types::ClassSingleton
- #map_type_name — RBS::Types::Interface
- #map_type_name — RBS::Types::ClassInstance
- #map_type_name — RBS::Types::Alias
- #map_type_name — RBS::Types::Tuple
- #map_type_name — RBS::Types::Record
- #map_type_name — RBS::Types::Optional
- #map_type_name — RBS::Types::Union
- #map_type_name — RBS::Types::Intersection
- #map_type_name — RBS::Types::Function
- #map_type_name — RBS::Types::Proc
- #map_type_name — RBS::Types::NoTypeName
- #margin — RBS::Annotate::Formatter
- #member_exist? — RBS::Subtractor
- #members — RBS::Definition::Method
- #merge_rbs — RBS::Prototype::Runtime
- #message — RBS::Collection::Config::LockfileGenerator::GemfileLockMismatchError
- #metadata_content — RBS::Collection::Sources::Git
- #method_exist? — RBS::Subtractor
- #method_name — RBS::Annotate::Annotations::Copy
- #method_name — RBS::Writer
- #method_name_string — RBS::MethodNameHelper
- #method_type — RBS::Prototype::RBI
- #method_type — RBS::Prototype::Runtime
- #method_types — RBS::Definition::Method
- #method_types — RBS::UnitTest::TypeAssertions
- #mixin_ancestors — RBS::DefinitionBuilder::AncestorBuilder
- #mixin_ancestors0 — RBS::DefinitionBuilder::AncestorBuilder
- #mixin_decls — RBS::Prototype::Runtime::Todo
- #mixin_exist? — RBS::Subtractor
- #mixin_name — RBS::MixinClassError
- #module? — RBS::Definition
- #module_alias? — RBS::Environment
- #module_class_entry — RBS::Environment
- #module_decl? — RBS::Environment
- #module_entry — RBS::Environment
- #module_name? — RBS::Environment
- #name — RBS::RecursiveTypeAliasError
- #name — RBS::Location
- #name_and_args — RBS::Writer
- #name_and_params — RBS::Writer
- #need_to_fetch? — RBS::Collection::Sources::Git
- #needed? — RBS::Collection::Cleaner
- #negate — RBS::VarianceCalculator
- #nested_name — RBS::Prototype::RBI
- #no_classish_type_validator — RBS::CLI::Validate
- #no_self_type_validator — RBS::CLI::Validate
- #node_to_hash — RBS::Prototype::RBI
- #node_type — RBS::Prototype::RB
- #nonregular? — RBS::TypeAliasRegularity
- #normalize_module_name — RBS::Environment
- #normalize_module_name? — RBS::Environment
- #normalize_type_name — RBS::Environment
- #normalize_type_name! — RBS::Environment
- #normalize_type_name? — RBS::Environment
- #normalized_class_entry — RBS::Environment
- #normalized_module_class_entry — RBS::Environment
- #normalized_module_entry — RBS::Environment
- #normalized_type_name! — RBS::Environment
- #normalized_type_name? — RBS::Environment
- #oldest_version — RBS::Repository::GemRBS
- #one_instance_ancestors — RBS::DefinitionBuilder::AncestorBuilder
- #one_interface_ancestors — RBS::DefinitionBuilder::AncestorBuilder
- #one_singleton_ancestors — RBS::DefinitionBuilder::AncestorBuilder
- #only_ancestors! — RBS::EnvironmentWalker
- #only_ancestors? — RBS::EnvironmentWalker
- #only_name — RBS::Prototype::Runtime::Helpers
- #optional_key? — RBS::Location
- #other_locations — RBS::DuplicatedMethodDefinitionError
- #overload? — RBS::Definition::Method::TypeDef
- #overloading? — RBS::AST::Members::MethodDefinition
- #param_to_s — RBS::Types::Function
- #param_type — RBS::Prototype::RB
- #parent — RBS::Namespace
- #parse — RBS::Prototype::RB
- #parse — RBS::Prototype::RBI
- #parse — RBS::Prototype::Runtime
- #parse_attr_decl — RBS::RDocPlugin::Parser
- #parse_class_decl — RBS::RDocPlugin::Parser
- #parse_constant_decl — RBS::RDocPlugin::Parser
- #parse_extend_decl — RBS::RDocPlugin::Parser
- #parse_include_decl — RBS::RDocPlugin::Parser
- #parse_logging_options — RBS::CLI
- #parse_member — RBS::RDocPlugin::Parser
- #parse_method_alias_decl — RBS::RDocPlugin::Parser
- #parse_method_decl — RBS::RDocPlugin::Parser
- #parse_module_decl — RBS::RDocPlugin::Parser
- #parse_params — RBS::Prototype::RBI
- #partition — RBS::Annotate::Annotations::Copy
- #partition — RBS::Resolver::TypeNameResolver
- #pass — RBS::UnitTest::TypeAssertions
- #pop_sig — RBS::Prototype::RBI
- #pos_to_loc — RBS::Buffer
- #prefix — RBS::Writer
- #preserve! — RBS::Writer
- #preserve? — RBS::Writer
- #preserve_empty_line — RBS::Writer
- #primary — RBS::Environment::MultiEntry
- #primary — RBS::Environment::ModuleEntry
- #primary — RBS::Environment::ClassEntry
- #private — RBS::Prototype::RB
- #private? — RBS::Definition::Method
- #proc_type? — RBS::Prototype::RBI
- #process — RBS::Prototype::RB
- #process — RBS::Prototype::RBI
- #process_children — RBS::Prototype::RB
- #public — RBS::Prototype::RB
- #public? — RBS::Definition::Method
- #push_class — RBS::Prototype::RBI
- #push_module — RBS::Prototype::RBI
- #push_sig — RBS::Prototype::RBI
- #put_lines — RBS::Writer
- #puts — RBS::CLI::ColoredIO
- #puts — RBS::Writer
- #puts_green — RBS::CLI::ColoredIO
- #puts_red — RBS::CLI::ColoredIO
- #qualified_method_name — RBS::DuplicatedMethodDefinitionError
- #qualified_method_name — RBS::DuplicatedInterfaceMethodDefinitionError
- #range — RBS::Location
- #range_element_type — RBS::Prototype::RB
- #ranges — RBS::Buffer
- #refute_send_type — RBS::UnitTest::TypeAssertions
- #register — RBS::AncestorGraph
- #relative! — RBS::Namespace
- #relative! — RBS::TypeName
- #relative? — RBS::Namespace
- #remove_unnecessary_accessibility_methods! — RBS::Prototype::RB
- #rename — RBS::AST::TypeParam
- #replace_comment — RBS::Annotate::RDocAnnotator
- #repo_path — RBS::Collection::Config
- #repo_path_data — RBS::Collection::Config
- #required_key? — RBS::Location
- #resolve — RBS::Environment::UseMap
- #resolve — RBS::Resolver::ConstantResolver
- #resolve — RBS::Resolver::TypeNameResolver
- #resolve? — RBS::Environment::UseMap
- #resolve_child — RBS::Resolver::ConstantResolver
- #resolve_declaration — RBS::Environment
- #resolve_dependencies — RBS::EnvironmentLoader
- #resolve_doc_source — RBS::Annotate::RDocAnnotator
- #resolve_in — RBS::Resolver::TypeNameResolver
- #resolve_member — RBS::Environment
- #resolve_method_type — RBS::Environment
- #resolve_name — RBS::Annotate::RDocAnnotator
- #resolve_type_names — RBS::Environment
- #resolve_type_params — RBS::Environment
- #resolved_revision — RBS::Collection::Sources::Git
- #resolver_context — RBS::Environment
- #return? — RBS::Test::ArgumentsReturn
- #return_to_s — RBS::Types::Function
- #return_value — RBS::Test::ArgumentsReturn
- #ruby2_keywords — Module
- #ruby2_keywords — Proc
- #run — RBS::CLI
- #run — RBS::CLI::Diff
- #run — RBS::CLI::Validate
- #run — RBS::Sorter
- #run_ancestors — RBS::CLI
- #run_annotate — RBS::CLI
- #run_ast — RBS::CLI
- #run_collection — RBS::CLI
- #run_constant — RBS::CLI
- #run_diff — RBS::CLI
- #run_diff — RBS::CLI::Diff
- #run_list — RBS::CLI
- #run_markdown — RBS::CLI::Diff
- #run_method — RBS::CLI
- #run_methods — RBS::CLI
- #run_parse — RBS::CLI
- #run_paths — RBS::CLI
- #run_prototype — RBS::CLI
- #run_prototype_file — RBS::CLI
- #run_subtract — RBS::CLI
- #run_test — RBS::CLI
- #run_validate — RBS::CLI
- #run_vendor — RBS::CLI
- #scan — RDoc::Parser::RBS
- #scan — RBS::RDocPlugin::Parser
- #self_type_binding_to_s — RBS::Types::SelfTypeBindingHelper
- #self_types — RBS::Environment::ModuleEntry
- #send_setup — RBS::UnitTest::TypeAssertions
- #setup! — RBS::Collection::Sources::Git
- #setup_library_options — RBS::CLI::LibraryOptions
- #sh! — RBS::Collection::Sources::Git
- #singleton? — RBS::Annotate::Annotations::Copy
- #singleton? — RBS::AST::Members::MethodDefinition
- #singleton? — RBS::AST::Members::Alias
- #singleton_ancestors — RBS::DefinitionBuilder::AncestorBuilder
- #singleton_type — RBS::BuiltinNames::Name
- #singleton_type? — RBS::BuiltinNames::Name
- #skip? — RBS::Annotate::Annotations
- #skip_all? — RBS::Annotate::Annotations
- #skip_constant? — RBS::Prototype::Runtime::Todo
- #skip_instance_method? — RBS::Prototype::Runtime::Todo
- #skip_mixin? — RBS::Prototype::Runtime::Todo
- #skip_singleton_method? — RBS::Prototype::Runtime::Todo
- #sort_decl! — RBS::Sorter
- #sort_members! — RBS::Prototype::RB
- #source — RBS::Location
- #source_location — RBS::DefinitionBuilder
- #sources — RBS::Collection::Config
- #split — RBS::Namespace
- #split — RBS::TypeName
- #start_column — RBS::Location
- #start_line — RBS::Location
- #start_loc — RBS::Location
- #sub — RBS::AST::Members::MethodDefinition::Overload
- #sub — RBS::Definition
- #sub — RBS::Definition::Variable
- #sub — RBS::Definition::Method
- #sub — RBS::MethodType
- #sub — RBS::Types::Bases::Instance
- #sub — RBS::Types::Variable
- #sub — RBS::Types::Interface
- #sub — RBS::Types::ClassInstance
- #sub — RBS::Types::Alias
- #sub — RBS::Types::Tuple
- #sub — RBS::Types::Record
- #sub — RBS::Types::Optional
- #sub — RBS::Types::Union
- #sub — RBS::Types::Intersection
- #sub — RBS::Types::Function
- #sub — RBS::Types::Block
- #sub — RBS::Types::Proc
- #sub — RBS::Types::NoSubst
- #tapp_subst — RBS::DefinitionBuilder
- #target — RBS::UnitTest::TypeAssertions
- #target? — RBS::Prototype::Runtime
- #target_method? — RBS::Prototype::Runtime
- #targets — RBS::UnitTest::TypeAssertions
- #test_loc — RBS::Locator
- #test_opt — RBS::CLI
- #test_path — RBS::Annotate::Annotations
- #test_path_string — RBS::Annotate::Annotations
- #testing — RBS::UnitTest::TypeAssertions
- #testing — RBS::UnitTest::TypeAssertions::ClassMethods
- #to_a — RBS::UnitTest::Convertibles::ToA
- #to_ary — RBS::UnitTest::Convertibles::ToArray
- #to_c — RBS::UnitTest::Convertibles::ToC
- #to_f — RBS::UnitTest::Convertibles::ToF
- #to_hash — RBS::UnitTest::Convertibles::ToHash
- #to_i — RBS::UnitTest::Convertibles::ToI
- #to_int — RBS::UnitTest::Convertibles::ToInt
- #to_io — RBS::UnitTest::Convertibles::ToIO
- #to_json — RBS::AST::Annotation
- #to_json — RBS::AST::Comment
- #to_json — RBS::AST::Declarations::Class
- #to_json — RBS::AST::Declarations::Class::Super
- #to_json — RBS::AST::Declarations::Module
- #to_json — RBS::AST::Declarations::Module::Self
- #to_json — RBS::AST::Declarations::Interface
- #to_json — RBS::AST::Declarations::TypeAlias
- #to_json — RBS::AST::Declarations::Constant
- #to_json — RBS::AST::Declarations::Global
- #to_json — RBS::AST::Declarations::ClassAlias
- #to_json — RBS::AST::Declarations::ModuleAlias
- #to_json — RBS::AST::Members::MethodDefinition
- #to_json — RBS::AST::Members::MethodDefinition::Overload
- #to_json — RBS::AST::Members::InstanceVariable
- #to_json — RBS::AST::Members::ClassInstanceVariable
- #to_json — RBS::AST::Members::ClassVariable
- #to_json — RBS::AST::Members::Include
- #to_json — RBS::AST::Members::Extend
- #to_json — RBS::AST::Members::Prepend
- #to_json — RBS::AST::Members::AttrReader
- #to_json — RBS::AST::Members::AttrAccessor
- #to_json — RBS::AST::Members::AttrWriter
- #to_json — RBS::AST::Members::Public
- #to_json — RBS::AST::Members::Private
- #to_json — RBS::AST::Members::Alias
- #to_json — RBS::AST::TypeParam
- #to_json — RBS::Location
- #to_json — RBS::MethodType
- #to_json — RBS::TypeName
- #to_json — RBS::Types::Bases::Base
- #to_json — RBS::Types::Variable
- #to_json — RBS::Types::ClassSingleton
- #to_json — RBS::Types::Interface
- #to_json — RBS::Types::ClassInstance
- #to_json — RBS::Types::Alias
- #to_json — RBS::Types::Tuple
- #to_json — RBS::Types::Record
- #to_json — RBS::Types::Optional
- #to_json — RBS::Types::Union
- #to_json — RBS::Types::Intersection
- #to_json — RBS::Types::Function
- #to_json — RBS::Types::Function::Param
- #to_json — RBS::Types::Block
- #to_json — RBS::Types::Proc
- #to_json — RBS::Types::Literal
- #to_lockfile — RBS::Collection::Config::Lockfile
- #to_lockfile — RBS::Collection::Sources::Git
- #to_lockfile — RBS::Collection::Sources::Local
- #to_lockfile — RBS::Collection::Sources::Rubygems
- #to_lockfile — RBS::Collection::Sources::Stdlib
- #to_namespace — RBS::TypeName
- #to_path — RBS::UnitTest::Convertibles::ToPath
- #to_r — RBS::UnitTest::Convertibles::ToR
- #to_s — RBS::AST::Declarations::Module::Self
- #to_s — RBS::AST::TypeParam
- #to_s — RBS::BuiltinNames::Name
- #to_s — RBS::Location
- #to_s — RBS::MethodType
- #to_s — RBS::Namespace
- #to_s — RBS::TypeName
- #to_s — RBS::Types::Bases::Base
- #to_s — RBS::Types::Bases::Any
- #to_s — RBS::Types::Variable
- #to_s — RBS::Types::ClassSingleton
- #to_s — RBS::Types::Tuple
- #to_s — RBS::Types::Record
- #to_s — RBS::Types::Optional
- #to_s — RBS::Types::Union
- #to_s — RBS::Types::Intersection
- #to_s — RBS::Types::Function::Param
- #to_s — RBS::Types::Proc
- #to_s — RBS::Types::Literal
- #to_s — RBS::UnitTest::Convertibles::ToS
- #to_s — RBS::Types::Application
- #to_str — RBS::UnitTest::Convertibles::ToStr
- #to_sym — RBS::UnitTest::Convertibles::ToSym
- #to_type_name — RBS::Namespace
- #to_type_name — RBS::Prototype::Runtime::Helpers
- #todo! — RBS::Types::Bases::Any
- #todo_object — RBS::Prototype::Runtime
- #token_str — RBS::ParsingError
- #token_str — RBS::ParsingError
- #token_str — RBS::ParsingError
- #token_str — RBS::ParsingError
- #transitive_closure — RBS::TypeAliasDependency
- #try_cache — RBS::DefinitionBuilder
- #try_cache — RBS::Resolver::TypeNameResolver
- #tsort_each_child — RBS::DefinitionBuilder::MethodBuilder::Methods::Sorter
- #tsort_each_child — RBS::EnvironmentWalker
- #tsort_each_node — RBS::DefinitionBuilder::MethodBuilder::Methods::Sorter
- #tsort_each_node — RBS::EnvironmentWalker
- #type — RBS::VarianceCalculator
- #type_alias_dependency — RBS::Validator
- #type_alias_name? — RBS::Environment
- #type_alias_regularity — RBS::Validator
- #type_args — RBS::Prototype::Runtime
- #type_name — RBS::Annotate::Annotations::Copy
- #type_name — RBS::DuplicatedMethodDefinitionError
- #type_name — RBS::DuplicatedInterfaceMethodDefinitionError
- #type_name — RBS::Factory
- #type_name? — RBS::Environment
- #type_of — RBS::Prototype::RBI
- #type_of0 — RBS::Prototype::RBI
- #type_param_names — RBS::MethodType
- #type_params — RBS::Definition
- #type_params — RBS::Environment::MultiEntry
- #type_params — RBS::Prototype::Runtime
- #type_params_decl — RBS::Definition
- #typename_candidates — RBS::Subtractor
- #types_to_union_type — RBS::Prototype::RB
- #unchecked! — RBS::AST::TypeParam
- #unchecked? — RBS::AST::TypeParam
- #unload — RBS::Environment
- #untyped — RBS::Prototype::Helpers
- #untyped — RBS::Prototype::Runtime::Helpers
- #update — RBS::AST::Members::MethodDefinition
- #update — RBS::AST::Members::MethodDefinition::Overload
- #update — RBS::Definition::Method
- #update — RBS::Definition::Method::TypeDef
- #update — RBS::DefinitionBuilder
- #update — RBS::DefinitionBuilder::MethodBuilder
- #update — RBS::MethodType
- #update — RBS::Types::Function
- #update — RBS::AST::Members::Attribute
- #update_decl — RBS::Subtractor
- #validate — RBS::TypeAliasRegularity
- #validate! — RBS::DefinitionBuilder::MethodBuilder::Methods
- #validate_alias_type — RBS::TypeAliasRegularity
- #validate_class_alias — RBS::Validator
- #validate_class_module_alias_definition — RBS::CLI::Validate
- #validate_class_module_definition — RBS::CLI::Validate
- #validate_constant — RBS::CLI::Validate
- #validate_gemfile_lock_path! — RBS::Collection::Config::LockfileGenerator
- #validate_global — RBS::CLI::Validate
- #validate_interface — RBS::CLI::Validate
- #validate_method_definition — RBS::Validator
- #validate_params_with — RBS::DefinitionBuilder
- #validate_simple_method_type — RBS::UnitTest::TypeAssertions
- #validate_super_class! — RBS::DefinitionBuilder::AncestorBuilder
- #validate_type — RBS::Validator
- #validate_type_alias — RBS::CLI::Validate
- #validate_type_alias — RBS::Validator
- #validate_type_name — RBS::DefinitionBuilder
- #validate_type_params — RBS::DefinitionBuilder
- #validate_type_params — RBS::Environment
- #validate_type_params — RBS::Environment::MultiEntry
- #validate_type_params — RBS::Validator
- #validate_type_presence — RBS::DefinitionBuilder
- #version_names — RBS::Repository::GemRBS
- #versions — RBS::Collection::Sources::Git
- #versions — RBS::Collection::Sources::Local
- #versions — RBS::Collection::Sources::Rubygems
- #versions — RBS::Collection::Sources::Stdlib
- #versions — RBS::Repository::GemRBS
- #void_type_context_validator — RBS::CLI::Validate
- #with — RBS::UnitTest::WithAliases::WithEnum
- #with_array — RBS::UnitTest::WithAliases::WithEnum
- #with_bool — RBS::UnitTest::WithAliases::WithEnum
- #with_boolish — RBS::UnitTest::WithAliases::WithEnum
- #with_encoding — RBS::UnitTest::WithAliases::WithEnum
- #with_float — RBS::UnitTest::WithAliases::WithEnum
- #with_hash — RBS::UnitTest::WithAliases::WithEnum
- #with_int — RBS::UnitTest::WithAliases::WithEnum
- #with_interned — RBS::UnitTest::WithAliases::WithEnum
- #with_io — RBS::UnitTest::WithAliases::WithEnum
- #with_nonreturn_void? — RBS::MethodType
- #with_nonreturn_void? — RBS::Types::Bases::Base
- #with_nonreturn_void? — RBS::Types::Variable
- #with_nonreturn_void? — RBS::Types::ClassSingleton
- #with_nonreturn_void? — RBS::Types::Tuple
- #with_nonreturn_void? — RBS::Types::Record
- #with_nonreturn_void? — RBS::Types::Optional
- #with_nonreturn_void? — RBS::Types::Union
- #with_nonreturn_void? — RBS::Types::Intersection
- #with_nonreturn_void? — RBS::Types::Function
- #with_nonreturn_void? — RBS::Types::Proc
- #with_nonreturn_void? — RBS::Types::Literal
- #with_nonreturn_void? — RBS::Types::Application
- #with_path — RBS::UnitTest::WithAliases::WithEnum
- #with_prefix — RBS::TypeName
- #with_range — RBS::UnitTest::WithAliases::WithEnum
- #with_return_type — RBS::Types::Function
- #with_string — RBS::UnitTest::WithAliases::WithEnum
- #without — RBS::Substitution
- #wrapped_object — RBS::UnitTest::Spy::WrapSpy
- #write — RBS::Writer
- #write_annotation — RBS::Writer
- #write_comment — RBS::Writer
- #write_decl — RBS::Writer
- #write_def — RBS::Writer
- #write_directive — RBS::Writer
- #write_loc_source — RBS::Writer
- #write_member — RBS::Writer
- #write_metadata — RBS::Collection::Sources::Git