Table of Contents - RDoc Documentation
Pages
- CONTRIBUTING
- COPYING
- COPYING.ja
- LEGAL
-
NEWS-1.8.7
- NEWS for Ruby 1.8.7
- Changes since the 1.8.6 release
- Configuration changes
- Global constants
- Library updates (outstanding ones only)
- Interpreter Implementation
- Compatibility issues (excluding feature bug fixes)
- Changes since the 1.8.5 release
- New platforms/build tools support
- Global constants
- Library updates (outstanding ones only)
- Compatibility issues (excluding feature bug fixes)
- NEWS-1.9.1
- NEWS-1.9.2
- NEWS-1.9.3
- NEWS-2.0.0
-
NEWS-2.1.0
- NEWS for Ruby 2.1.0
- Changes since the 2.0.0 release
- Language changes
- Core classes updates (outstanding ones only)
- Core classes compatibility issues (excluding feature bug fixes)
- Stdlib updates (outstanding ones only)
- Stdlib compatibility issues (excluding feature bug fixes)
- Built-in global variables compatibility issues
- C API updates
-
NEWS-2.2.0
- NEWS for Ruby 2.2.0
- Changes since the 2.1.0 release
- Language changes
- Core classes updates (outstanding ones only)
- Core classes compatibility issues (excluding feature bug fixes)
- Stdlib updates (outstanding ones only)
- Stdlib compatibility issues (excluding feature bug fixes)
- Built-in global variables compatibility issues
- C API updates
- Build system updates
- Implementation changes
-
NEWS-2.3.0
- NEWS for Ruby 2.3.0
- Changes since the 2.2.0 release
- Language changes
- Core classes updates (outstanding ones only)
- Core classes compatibility issues (excluding feature bug fixes)
- Stdlib updates (outstanding ones only)
- Stdlib compatibility issues (excluding feature bug fixes)
- Built-in global variables compatibility issues
- C API updates
- Supported platform changes
- Implementation improvements
-
NEWS-2.4.0
- NEWS for Ruby 2.4.0
- Changes since the 2.3.0 release
- Language changes
- Core classes updates (outstanding ones only)
- Stdlib updates (outstanding ones only)
- Compatibility issues (excluding feature bug fixes)
- Stdlib compatibility issues (excluding feature bug fixes)
- C API updates
- Supported platform changes
- Implementation improvements
- Miscellaneous changes
-
NEWS-2.5.0
- NEWS for Ruby 2.5.0
- Changes since the 2.4.0 release
- Language changes
- Core classes updates (outstanding ones only)
- Stdlib updates (outstanding ones only)
- Compatibility issues (excluding feature bug fixes)
- Stdlib compatibility issues (excluding feature bug fixes)
- Supported platform changes
- Implementation improvements
- Miscellaneous changes
-
NEWS-2.6.0
- NEWS for Ruby 2.6.0
- Changes since the 2.5.0 release
- Language changes
- Core classes updates (outstanding ones only)
- Stdlib updates (outstanding ones only)
- Compatibility issues (excluding feature bug fixes)
- Stdlib compatibility issues (excluding feature bug fixes)
- Implementation improvements
- Miscellaneous changes
-
NEWS-2.7.0
- NEWS for Ruby 2.7.0
- Changes since the 2.6.0 release
- Language changes
- Pattern matching
- The spec of keyword arguments is changed towards 3.0
- Numbered parameters
- proc/lambda without block is deprecated
- Other miscellaneous changes
- Command line options
- Warning option
- Core classes updates (outstanding ones only)
- Stdlib updates (outstanding ones only)
- Compatibility issues (excluding feature bug fixes)
- Stdlib compatibility issues (excluding feature bug fixes)
- C API updates
- Implementation improvements
- Miscellaneous changes
- NEWS-3.0.0
-
NEWS
- NEWS for Ruby 3.1.0
- Language changes
- Command line options
- Core classes updates
- Stdlib updates
- Compatibility issues
- Stdlib compatibility issues
- C API updates
- Implementation improvements
- JIT
- MJIT
- YJIT: New experimental in-process JIT compiler
- Static analysis
- RBS
- TypeProf
- Debugger
- error_highlight
- IRB Autocomplete and Document Display
- Miscellaneous changes
- README.ja
- README
- bsearch
- bug_triaging
- case_mapping
-
contributing
- Contributing to Ruby
- How To Report
- Reporting to downstream distributions
- Reporting Security Issues
- Reporting Other Issues
- Resolve Existing Issues
- How To Request Features
- Backport Requests
- Branches
- Running tests
- Contributing Documentation
- Contributing A Patch
- Deciding what to patch
- Coding style
- Commit messages
- Contributing your code
- Updating the official repository
- dig_methods
-
documentation_guide
- Documentation Guide
- Goal
- General Guidelines
- RDoc
- Output from
irb
- Headers
- Blank Lines
- Auto-Linking
- Documenting Classes and Modules
- Synopsis
- Common Uses
- What’s Here Summary
- Documenting Methods
- General Structure
- Calling Sequence (for methods written in C)
- Synopsis
- Details and Examples
- Argument Description (if necessary)
- Corner Cases and Exceptions
- Aliases
- Related Methods (optional)
- Methods Accepting Multiple Argument Types
- dtrace_probes
-
extension.ja
- Rubyの拡張ライブラリの作り方
- 基礎知識
- データタイプ
- VALUEのデータタイプをチェックする
- VALUEをCのデータに変換する
- CのデータをVALUEに変換する
- Rubyのデータを操作する
- 文字列に対する関数
- 配列に対する関数
- Rubyの機能を使う
- Rubyに機能を追加する
- クラス/モジュール定義
- メソッド/特異メソッド定義
- 定数定義
- Rubyの機能をCから呼び出す
- Rubyのプログラムをevalする
- IDまたはシンボル
- CからRubyのメソッドを呼び出す
- 変数/定数を参照/更新する
- RubyとCとの情報共有
- Cから参照できるRubyの定数
- CとRubyで共有される大域変数
- CのデータをRubyオブジェクトにする
- 構造体からオブジェクトへ
- オブジェクトから構造体へ
- 例: dbmの拡張ライブラリの作成
- ディレクトリを作る
- 設計する
- Cコードを書く
- extconf.rbを用意する
- dependを用意する
- Makefileを生成する
- makeする
- デバッグ
- できあがり
- Appendix A. Rubyのソースコードの分類
- Ruby言語のコア
- Rubyの構文解析器
- Rubyの評価器 (通称YARV)
- 正規表現エンジン (鬼雲)
- ユーティリティ関数
- Rubyコマンドの実装
- クラスライブラリ
- 多言語化
- gorubyコマンドの実装
- Appendix B. 拡張用関数リファレンス
- 型
- 変数・定数
- Cデータのカプセル化
- 型チェック
- 型変換
- クラス/モジュール定義
- 大域変数定義
- 定数
- メソッド定義
- Rubyメソッド呼び出し
- インスタンス変数
- 制御構造
- 例外・エラー
- Rubyの初期化・実行
- インタプリタのイベントのフック
- メモリ使用量
- 互換性のためのマクロ
- Appendix C. extconf.rbで使える関数たち
- Appendix D. 世代別GC
- Appendix E. Ractor サポート
-
extension
- Creating Extension Libraries for Ruby
- Basic Knowledge
- Data Types
- Check Data Type of the VALUE
- Convert VALUE into C Data
- Convert C Data into VALUE
- Manipulating Ruby Data
- String Functions
- Array Functions
- Extending Ruby with C
- Adding New Features to Ruby
- Class and Module Definition
- Method and Singleton Method Definition
- Constant Definition
- Use Ruby Features from C
- Evaluate Ruby Programs in a String
- ID or Symbol
- Invoke Ruby Method from C
- Accessing the Variables and Constants
- Information Sharing Between Ruby and C
- Ruby Constants That Can Be Accessed From C
- Global Variables Shared Between C and Ruby
- Encapsulate C Data into a Ruby Object
- C struct to Ruby object
- Ruby object to C struct
- Example - Creating the dbm Extension
- Make the Directory
- Design the Library
- Write the C Code
- Prepare extconf.rb
- Prepare Depend (Optional)
- Generate Makefile
- Run make
- Debug
- Done! Now You Have the Extension Library
- Appendix A. Ruby Header and Source Files Overview
- Ruby Header Files
- Ruby Language Core
- Ruby Syntax Parser
- Ruby Evaluator (a.k.a. YARV)
- Regular Expression Engine (Onigumo)
- Utility Functions
- Ruby Interpreter Implementation
- Class Library
- Multilingualization
- goruby Interpreter Implementation
- Appendix B. Ruby Extension API Reference
- Types
- Variables and Constants
- C Pointer Wrapping
- Checking Data Types
- Data Type Conversion
- Defining Classes and Modules
- Defining Global Variables
- Constant Definition
- Method Definition
- Invoking Ruby method
- Instance Variables
- Control Structure
- Exceptions and Errors
- Threading
- Input/Output (IO) on a single file descriptor
- I/O Multiplexing
- Initialize and Start the Interpreter
- Hooks for the Interpreter Events
- Memory usage
- Macros for Compatibility
- Defining backward compatible macros for keyword argument functions
- Appendix C. Functions available for use in extconf.rb
- Appendix D. Generational GC
- Incompatibility
- Write barriers
- Don’t touch pointers directly
- Consider whether to insert write barriers
- Combine with built-in types
- Insert write barriers
- Appendix E. RB_GC_GUARD to protect from premature GC
- Appendix F. Ractor support
- fiber
- globals
- hacking
- implicit_conversion
- keywords
- maintainers
-
make_cheatsheet
- How to use “configure” and “make” commands for Ruby
- In-place build
- Out-of-place build
- How to run the whole test suite
- How to run the test suite with log
- How to run a part of the test suite
- Runs a directory
- Runs a file
- Runs a test whose name includes test_bar
- Runs a file or directory with GNU make
- Runs a ruby-spec directory
- Runs a ruby-spec file
- Runs a ruby-spec file or directory with GNU make
- Runs a bundler spec file
- How to measure coverage of C and Ruby code
- How to benchmark
-
marshal
- Marshal Format
- Stream Format
- true, false, nil
- Fixnum and long
- Symbols and Byte Sequence
- Object References
- Instance Variables
- Extended
- Array
- Bignum
- Class and Module
- Data
- Float
- Hash and Hash with Default Value
- Module and Old Module
- Object
- Regular Expression
- String
- Struct
- User Class
- User Defined
- User Marshal
- memory_view
-
ractor
- Ractor - Ruby’s Actor-like concurrent abstraction
- Summary
- Multiple Ractors in an interpreter process
- Limited sharing between multiple ractors
- Two-types communication between Ractors
- Copy & Move semantics to send messages
- Thread-safety
- Creation and termination
Ractor.new
- Given block isolation
- An execution result of given block
- Communication between Ractors
- Sending/Receiving ports
- Return value of a block for
Ractor.new
- Wait for multiple Ractors with
Ractor.select
- Closing Ractor’s ports
- Send a message by copying
- Send a message by moving
- Shareable objects
- Language changes to isolate unshareable objects between Ractors
- Global variables
- Instance variables of shareable objects
- Class variables
- Constants
- Implementation note
- Examples
- Traditional Ring example in Actor-model
- Fork-join
- Worker pool
- Pipeline
- Supervise
-
regexp
=~
and Regexp#match=~
operator- Regexp#match method
- Metacharacters and Escapes
- Character Classes
- Repetition
- Greedy match
- Possessive match
- Capturing
- Named captures
- Grouping
- Atomic Grouping
- Subexpression Calls
- Alternation
- Character Properties
- Anchors
- Options
- Free-Spacing Mode and Comments
- Encoding
- Special global variables
- Performance
- security
- signals
- standard_library
- syntax
- assignment
- calling_methods
- comments
- control_expressions
- exceptions
-
literals
- Literals
- Boolean and Nil Literals
- Number Literals
- Integer Literals
- Float Literals
- Rational Literals
- Complex Literals
- Strings
- String Literals
- Here Document Literals
- Symbol Literals
- Array Literals
- Hash Literals
- Range Literals
- Regexp Literals
- Lambda Proc Literals
- Percent Literals
%q
: Non-Interpolable String Literals% and %Q
: Interpolable String Literals%w and %W
: String-Array Literals%i and %I
: Symbol-Array Literals%s
: Symbol Literals%r
: Regexp Literals%x
: Backtick Literals
- methods
- miscellaneous
- modules_and_classes
- pattern_matching
- precedence
- refinements
- README.win32
Classes and Modules
- ACL
- ACL::ACLEntry
- ACL::ACLList
- ARGF
- Abbrev
- Addrinfo
- ArgumentError
-
Array
- Array Indexes
- Creating Arrays
- Example Usage
- Accessing Elements
- Obtaining Information about an Array
- Adding Items to Arrays
- Removing Items from an Array
- Iterating over Arrays
- Selecting Items from an Array
- Non-destructive Selection
- Destructive Selection
- What’s Here
- Methods for Creating an Array
- Methods for Querying
- Methods for Comparing
- Methods for Fetching
- Methods for Assigning
- Methods for Deleting
- Methods for Combining
- Methods for Iterating
- Methods for Converting
- Other Methods
- Base64
- BasicObject
- BasicSocket
- Benchmark
- Benchmark::Tms
- BigDecimal
- BigMath
- Binding
- Bundler
-
CGI
- Overview
- Introduction
- Queries
- Environmental Variables
- Parameters
- Cookies
- Multipart requests
- Responses
- Writing output
- Generating HTML
- Utility HTML escape and other methods like a function.
- Examples of use
- Get form values
- Get form values as hash
- Save form values to file
- Restore form values from file
- Get multipart form values
- Get cookie values
- Get cookie objects
- Print http header and html string to $DEFAULT_OUTPUT ($>)
- Some utility methods
- Some utility methods like a function
- CGI::Cookie
- CGI::Escape
- CGI::HTML3
- CGI::HTML4
- CGI::HTML4Fr
- CGI::HTML4Tr
- CGI::HTML5
- CGI::HtmlExtension
- CGI::InvalidEncoding
- CGI::QueryExtension
- CGI::Session
- CGI::Session::FileStore
- CGI::Session::MemoryStore
- CGI::Session::NullStore
- CGI::Session::PStore
- CGI::Util
-
CSV
- CSV
- In a Hurry?
- CSV Data
- Class CSV
- Keeping It Simple
- Simple Parsing
- Parsing a String
- Parsing Via a File Path
- Parsing from an Open IO Stream
- Simple Generating
- “Filtering” CSV
- CSV Objects
- Instance Methods
- Delegated Methods
- Options
- Options for Parsing
- Option
row_sep
- Option
col_sep
- Option
quote_char
- Option
field_size_limit
- Option
converters
- Option
unconverted_fields
- Option
headers
- Option
return_headers
- Option
header_converters
- Option
skip_blanks
- Option
skip_lines
- Option
strip
- Option
liberal_parsing
- Option
nil_value
- Option
empty_value
- Options for Generating
- Option
row_sep
- Option
col_sep
- Option
quote_char
- Option
write_headers
- Option
force_quotes
- Option
quote_empty
- Option
write_converters
- Option
write_nil_value
- Option
write_empty_value
- CSV with Headers
- Converters
- Specifying Converters
- Converter Procs
- Stored Converters
- Converter Lists
- Field Converters
- Built-In Field Converters
- Custom Field Converters
- Header Converters
- Built-In Header Converters
- Custom Header Converters
- Write Converters
- Character Encodings (M17n or Multilingualization)
- CSV::DeleteSuffix
- CSV::FieldsConverter
- CSV::InputRecordSeparator
- CSV::MalformedCSVError
- CSV::MatchP
- CSV::Parser
- CSV::Parser::InputsScanner
- CSV::Parser::InvalidEncoding
- CSV::Parser::Scanner
- CSV::Parser::UnexpectedError
- CSV::Row
- CSV::Table
- CSV::Writer
- Class
- ClosedQueueError
- Comparable
- Complex
- Continuation
- CoreExtensions
- CoreExtensions::TCPSocketExt
- CoreExtensions::TCPSocketExt::Initializer
- Coverage
- DRb
- DRb::DRbArray
- DRb::DRbBadScheme
- DRb::DRbBadURI
- DRb::DRbConn
- DRb::DRbConnError
- DRb::DRbError
- DRb::DRbIdConv
- DRb::DRbIdConv
- DRb::DRbMessage
- DRb::DRbObject
- DRb::DRbObject
- DRb::DRbObservable
- DRb::DRbProtocol
- DRb::DRbRemoteError
- DRb::DRbSSLSocket
- DRb::DRbSSLSocket::SSLConfig
- DRb::DRbServerNotFound
- DRb::DRbTCPSocket
- DRb::DRbUNIXSocket
- DRb::DRbUndumped
- DRb::DRbUndumped
- DRb::DRbUnknown
- DRb::DRbUnknownError
- DRb::ExtServ
- DRb::ExtServManager
- DRb::GW
- DRb::GWIdConv
- DRb::ThreadObject
- DRb::TimerIdConv
- DRb::TimerIdConv::TimerHolder2
- DRb::TimerIdConv::TimerHolder2::InvalidIndexError
- DRb::WeakIdConv
- DRb::WeakIdConv::WeakSet
- Date
- Date::Error
- DateTime
- Delegator
- DidYouMean
- DidYouMean::ClassNameChecker
- DidYouMean::ClassNameChecker::ClassName
- DidYouMean::Correctable
- DidYouMean::Formatter
- DidYouMean::Jaro
- DidYouMean::JaroWinkler
- DidYouMean::KeyErrorChecker
- DidYouMean::MethodNameChecker
- DidYouMean::NullChecker
- DidYouMean::PatternKeyNameChecker
- DidYouMean::PlainFormatter
- DidYouMean::RequirePathChecker
- DidYouMean::SpellChecker
- DidYouMean::TreeSpellChecker
- DidYouMean::VariableNameChecker
- DidYouMean::VerboseFormatter
- Digest
- Digest::Base
- Digest::Class
- Digest::Instance
- Digest::MD5
- Digest::RMD160
- Digest::SHA1
- Digest::SHA2
- Dir
- ENV
- EOFError
- ERB
- ERB::DefMethod
- ERB::Util
- Encoding
- Encoding::CompatibilityError
- Encoding::Converter
- Encoding::ConverterNotFoundError
- Encoding::InvalidByteSequenceError
- Encoding::UndefinedConversionError
- EncodingError
- English
- Enumerable
- Enumerator
- Enumerator::ArithmeticSequence
- Enumerator::Chain
- Enumerator::Generator
- Enumerator::Lazy
- Enumerator::Producer
- Enumerator::Yielder
- Errno
- ErrorHighlight
- ErrorHighlight::CoreExt
- ErrorHighlight::DefaultFormatter
- ErrorHighlight::Spotter
- ErrorHighlight::Spotter::NonAscii
- Etc
- Exception
- FalseClass
- Fcntl
- Fiber
- Fiber::SchedulerInterface
- FiberError
- Fiddle
- Fiddle::BasicTypes
- Fiddle::CParser
- Fiddle::CStruct
- Fiddle::CStructBuilder
- Fiddle::CStructEntity
- Fiddle::CUnion
- Fiddle::CUnionEntity
- Fiddle::ClearedReferenceError
- Fiddle::Closure
- Fiddle::Closure::BlockCaller
- Fiddle::CompositeHandler
- Fiddle::DLError
- Fiddle::Error
- Fiddle::Function
- Fiddle::Handle
- Fiddle::Importer
- Fiddle::Pinned
- Fiddle::Pointer
- Fiddle::StructArray
- Fiddle::Win32Types
- File
- File::File::Constants
- File::File::Constants
- File::Stat
- FileTest
- FileUtils
- FileUtils::DryRun
- FileUtils::NoWrite
- FileUtils::StreamUtils_
- FileUtils::Verbose
- Find
- Float
- FloatDomainError
- FrozenError
- GC
- GC::Profiler
- Gem
- Gem::AvailableSet
- Gem::BasicSpecification
- Gem::BundlerVersionFinder
- Gem::Command
- Gem::CommandLineError
- Gem::CommandManager
- Gem::Commands
- Gem::Commands::BuildCommand
- Gem::Commands::CertCommand
- Gem::Commands::CheckCommand
- Gem::Commands::CleanupCommand
- Gem::Commands::ContentsCommand
- Gem::Commands::DependencyCommand
- Gem::Commands::EnvironmentCommand
- Gem::Commands::FetchCommand
- Gem::Commands::GenerateIndexCommand
- Gem::Commands::HelpCommand
- Gem::Commands::InfoCommand
- Gem::Commands::InstallCommand
- Gem::Commands::ListCommand
- Gem::Commands::LockCommand
- Gem::Commands::MirrorCommand
- Gem::Commands::OpenCommand
- Gem::Commands::OutdatedCommand
- Gem::Commands::OwnerCommand
- Gem::Commands::PristineCommand
- Gem::Commands::PushCommand
- Gem::Commands::QueryCommand
- Gem::Commands::RdocCommand
- Gem::Commands::SearchCommand
- Gem::Commands::ServerCommand
- Gem::Commands::SetupCommand
- Gem::Commands::SetupCommand::MakeDirs
- Gem::Commands::SigninCommand
- Gem::Commands::SignoutCommand
- Gem::Commands::SourcesCommand
- Gem::Commands::SpecificationCommand
- Gem::Commands::StaleCommand
- Gem::Commands::UninstallCommand
- Gem::Commands::UnpackCommand
- Gem::Commands::UpdateCommand
- Gem::Commands::WhichCommand
- Gem::Commands::YankCommand
- Gem::ConfigFile
- Gem::ConflictError
- Gem::ConsoleUI
- Gem::DefaultUserInteraction
- Gem::Dependency
- Gem::DependencyError
- Gem::DependencyInstaller
- Gem::DependencyList
- Gem::DependencyRemovalException
- Gem::DependencyResolutionError
- Gem::Deprecate
- Gem::Doctor
- Gem::DocumentError
- Gem::EndOfYAMLException
- Gem::ErrorReason
- Gem::Exception
- Gem::Ext
- Gem::Ext::BuildError
- Gem::Ext::Builder
- Gem::Ext::CargoBuilder
- Gem::Ext::CargoBuilder::DylibNotFoundError
- Gem::Ext::CargoBuilder::LinkFlagConverter
- Gem::Ext::CmakeBuilder
- Gem::Ext::ConfigureBuilder
- Gem::Ext::ExtConfBuilder
- Gem::Ext::RakeBuilder
- Gem::FilePermissionError
- Gem::FormatException
- Gem::GemNotFoundException
- Gem::GemNotInHomeException
- Gem::GemRunner
- Gem::GemcutterUtilities
- Gem::ImpossibleDependenciesError
- Gem::Indexer
- Gem::InstallError
- Gem::InstallUpdateOptions
- Gem::Installer
- Gem::Installer::FakePackage
- Gem::InstallerUninstallerUtils
- Gem::InvalidSpecificationException
- Gem::Licenses
- Gem::List
- Gem::LoadError
- Gem::LocalRemoteOptions
- Gem::MissingSpecError
- Gem::MissingSpecVersionError
- Gem::MockGemUi
- Gem::MockGemUi::InputEOFError
- Gem::MockGemUi::SystemExitException
- Gem::MockGemUi::TTY
- Gem::MockGemUi::TermError
- Gem::NameTuple
- Gem::NoAliasYAMLTree
- Gem::OperationNotSupportedError
- Gem::Package
- Gem::Package::DigestIO
- Gem::Package::Error
- Gem::Package::FormatError
- Gem::Package::NonSeekableIO
- Gem::Package::Old
- Gem::Package::PathError
- Gem::Package::SymlinkError
- Gem::Package::TarHeader
- Gem::Package::TarInvalidError
- Gem::Package::TarReader
- Gem::Package::TarReader::Entry
- Gem::Package::TarReader::UnexpectedEOF
- Gem::Package::TarWriter
- Gem::Package::TarWriter::BoundedStream
- Gem::Package::TarWriter::FileOverflow
- Gem::Package::TarWriter::RestrictedStream
- Gem::Package::TooLongFileName
- Gem::PackageTask
- Gem::PathSupport
- Gem::Platform
- Gem::PlatformMismatch
- Gem::QueryUtils
- Gem::RemoteError
- Gem::RemoteFetcher
- Gem::RemoteFetcher::FetchError
- Gem::RemoteFetcher::UnknownHostError
- Gem::RemoteInstallationCancelled
- Gem::RemoteInstallationSkipped
- Gem::RemoteSourceException
- Gem::RequestSet
- Gem::RequestSet::GemDependencyAPI
- Gem::RequestSet::Lockfile
- Gem::RequestSet::Lockfile::ParseError
- Gem::RequestSet::Lockfile::Parser
- Gem::RequestSet::Lockfile::Tokenizer
- Gem::Requirement
- Gem::Requirement::BadRequirementError
- Gem::Resolver
- Gem::Resolver::APISet
- Gem::Resolver::APISet::GemParser
- Gem::Resolver::APISpecification
- Gem::Resolver::ActivationRequest
- Gem::Resolver::BestSet
- Gem::Resolver::ComposedSet
- Gem::Resolver::Conflict
- Gem::Resolver::CurrentSet
- Gem::Resolver::DependencyRequest
- Gem::Resolver::GitSet
- Gem::Resolver::GitSpecification
- Gem::Resolver::IndexSet
- Gem::Resolver::IndexSpecification
- Gem::Resolver::InstalledSpecification
- Gem::Resolver::InstallerSet
- Gem::Resolver::LocalSpecification
- Gem::Resolver::LockSet
- Gem::Resolver::LockSpecification
- Gem::Resolver::Molinillo
- Gem::Resolver::Molinillo::CircularDependencyError
- Gem::Resolver::Molinillo::Delegates
- Gem::Resolver::Molinillo::Delegates::ResolutionState
- Gem::Resolver::Molinillo::Delegates::SpecificationProvider
- Gem::Resolver::Molinillo::DependencyGraph
- Gem::Resolver::Molinillo::DependencyGraph::Action
- Gem::Resolver::Molinillo::DependencyGraph::AddEdgeNoCircular
- Gem::Resolver::Molinillo::DependencyGraph::DeleteEdge
- Gem::Resolver::Molinillo::DependencyGraph::DetachVertexNamed
- Gem::Resolver::Molinillo::DependencyGraph::Log
- Gem::Resolver::Molinillo::DependencyGraph::Tag
- Gem::Resolver::Molinillo::DependencyGraph::Vertex
- Gem::Resolver::Molinillo::DependencyState
- Gem::Resolver::Molinillo::NoSuchDependencyError
- Gem::Resolver::Molinillo::PossibilityState
- Gem::Resolver::Molinillo::ResolutionState
- Gem::Resolver::Molinillo::Resolver
- Gem::Resolver::Molinillo::Resolver::Resolution
- Gem::Resolver::Molinillo::Resolver::Resolution::Conflict
- Gem::Resolver::Molinillo::Resolver::Resolution::PossibilitySet
- Gem::Resolver::Molinillo::Resolver::Resolution::UnwindDetails
- Gem::Resolver::Molinillo::ResolverError
- Gem::Resolver::Molinillo::SpecificationProvider
- Gem::Resolver::Molinillo::UI
- Gem::Resolver::Molinillo::VersionConflict
- Gem::Resolver::RequirementList
- Gem::Resolver::Set
- Gem::Resolver::SourceSet
- Gem::Resolver::SpecSpecification
- Gem::Resolver::Specification
- Gem::Resolver::Stats
- Gem::Resolver::VendorSet
- Gem::Resolver::VendorSpecification
- Gem::RubyVersionMismatch
- Gem::RuntimeRequirementNotMetError
- Gem::S3URISigner
- Gem::S3URISigner::ConfigurationError
- Gem::S3URISigner::InstanceProfileError
- Gem::SafeYAML
- Gem::Security
- Gem::Security::Exception
- Gem::Security::Policy
- Gem::Security::Signer
- Gem::Security::TrustDir
- Gem::SecurityOption
- Gem::SilentUI
- Gem::SilentUI::NullIO
- Gem::Source
- Gem::Source::Git
- Gem::Source::Installed
- Gem::Source::Local
- Gem::Source::Lock
- Gem::Source::SpecificFile
- Gem::Source::Vendor
- Gem::SourceFetchProblem
- Gem::SourceList
- Gem::SpecFetcher
- Gem::SpecificGemNotFoundException
- Gem::Specification
- Gem::SpecificationPolicy
- Gem::StreamUI
- Gem::StreamUI::SilentDownloadReporter
- Gem::StreamUI::SilentProgressReporter
- Gem::StreamUI::SimpleProgressReporter
- Gem::StreamUI::ThreadedDownloadReporter
- Gem::StreamUI::VerboseProgressReporter
- Gem::StubSpecification
- Gem::SystemExitException
- Gem::Text
- Gem::UninstallError
- Gem::Uninstaller
- Gem::UnknownCommandError
- Gem::UnknownCommandSpellChecker
- Gem::UnsatisfiableDependencyError
- Gem::Uri
- Gem::UriFormatter
- Gem::UserInteraction
- Gem::Util
- Gem::Validator
- Gem::VerificationError
- Gem::Version
- Gem::VersionOption
- GetoptLong
- GetoptLong::AmbiguousOption
- GetoptLong::Error
- GetoptLong::InvalidOption
- GetoptLong::MissingArgument
- GetoptLong::NeedlessArgument
-
Hash
- Hash Data Syntax
- Common Uses
- Creating a Hash
- Hash Value Basics
- Entry Order
- Hash Keys
- Hash Key Equivalence
- Modifying an Active Hash Key
- User-Defined Hash Keys
- Default Values
- Default Proc
- What’s Here
- Methods for Creating a Hash
- Methods for Setting Hash State
- Methods for Querying
- Methods for Comparing
- Methods for Fetching
- Methods for Assigning
- Methods for Deleting
- Methods for Iterating
- Methods for Converting
- Methods for Transforming Keys and Values
- Other Methods
- IO
- IO::Buffer
- IO::Buffer::AccessError
- IO::Buffer::AllocationError
- IO::Buffer::InvalidatedError
- IO::Buffer::LockedError
- IO::EAGAINWaitReadable
- IO::EAGAINWaitWritable
- IO::EINPROGRESSWaitReadable
- IO::EINPROGRESSWaitWritable
- IO::EWOULDBLOCKWaitReadable
- IO::EWOULDBLOCKWaitWritable
- IO::WaitReadable
- IO::WaitWritable
- IO::generic_readable
- IO::generic_writable
- IOError
- IPAddr
- IPAddr::AddressFamilyError
- IPAddr::Error
- IPAddr::InvalidAddressError
- IPAddr::InvalidPrefixError
- IPSocket
- IRB::Abort
- IRB::Canvas
- IRB::Color
- IRB::Color::SymbolState
- IRB::ColorPrinter
- IRB::Context
- IRB::ContextExtender
- IRB::ExtendCommandBundle
- IRB::FileInputMethod
- IRB::Frame
- IRB::Frame::FrameOverflow
- IRB::Frame::FrameUnderflow
- IRB::History
- IRB::InputMethod
- IRB::Inspector
- IRB::Irb
- IRB::IrbLoader
- IRB::JobManager
- IRB::LoadAbort
- IRB::MethodExtender
- IRB::Notifier
- IRB::Notifier::AbstractNotifier
- IRB::Notifier::CompositeNotifier
- IRB::Notifier::ErrUndefinedNotifier
- IRB::Notifier::ErrUnrecognizedLevel
- IRB::Notifier::LeveledNotifier
- IRB::Notifier::NoMsgNotifier
- IRB::OutputMethod
- IRB::OutputMethod::NotImplementedError
- IRB::ReadlineInputMethod
- IRB::ReidlineInputMethod
- IRB::RubyModel
- IRB::StdioInputMethod
- IRB::StdioOutputMethod
- IRB::Vec
- IRB::WorkSpace
- IndexError
- Integer
- Interrupt
-
JSON
- JavaScript Object Notation (JSON)
- Using Module JSON
- Parsing JSON
- Parsing JSON Arrays
- Parsing JSON Objects
- Parsing JSON Scalars
- Parsing Options
- Input Options
- Output Options
- Generating JSON
- Generating JSON from Arrays
- Generating JSON from Hashes
- Generating JSON from Other Objects
- Generating Options
- Input Options
- Output Options
- JSON Additions
- Built-in Additions
- Custom JSON Additions
- JSON::Ext
- JSON::Ext::Generator
- JSON::Ext::Generator::State
- JSON::Ext::Parser
- JSON::GeneratorError
- JSON::GenericObject
- JSON::JSONError
- JSON::MissingUnicodeSupport
- JSON::NestingError
- JSON::ParserError
- Jacobian
- Kconv
- Kernel
- KeyError
- LUSolve
- LoadError
- LocalJumpError
- Logger
- Logger::Formatter
- Logger::LogDevice
- Logger::Period
- Logger::Severity
- MakeMakefile
- Marshal
- MatchData
- Math
- Math::DomainError
- Method
- Module
- Monitor
- MonitorMixin
- MonitorMixin::ConditionVariable
- Mutex_m
-
NKF
- Description
- Flags
- -b -u
- -j -s -e -w -w16 -w32
- -J -S -E -W -W16 -W32
- -J
- -S
- -E
- -t
- -i_
- -o_
- -r
- -h –hiragana –katakana –katakana-hiragana
- -T
- -l
- -f[
m
[-n
]] - -F
- -Z
- -X -x
- -B
- -I
- -d -c
- -m
- -M
- -l
- -L
- –fj –unix –mac –msdos –windows
- –jis –euc –sjis –mime –base64
- –jis-input –euc-input –sjis-input –mime-input –base64-input
- –ic=
input codeset
–oc=output codeset
- –fb-{skip, html, xml, perl, java, subchar}
- –prefix=
escape character
target character
.. - –no-cp932ext
- –no-best-fit-chars
- –cap-input
- –url-input
- –
- NameError
- Net
-
Net::HTTP
- An HTTP client API for Ruby.
- Simple Examples
- GET
- GET by URI
- GET with Dynamic Parameters
- POST
- POST with Multiple Values
- How to use Net::HTTP
- Response Data
- Following Redirection
- POST
- Setting Headers
- Basic Authentication
- Streaming Response Bodies
- HTTPS
- Proxies
- Compression
- HTTP Request Classes
- HTTP Response Classes
- Net::HTTP::Copy
- Net::HTTP::Delete
- Net::HTTP::Get
- Net::HTTP::Head
- Net::HTTP::Lock
- Net::HTTP::Mkcol
- Net::HTTP::Move
- Net::HTTP::Options
- Net::HTTP::Patch
- Net::HTTP::Post
- Net::HTTP::Propfind
- Net::HTTP::Proppatch
- Net::HTTP::Put
- Net::HTTP::Trace
- Net::HTTP::Unlock
- Net::HTTPClientException
- Net::HTTPError
- Net::HTTPExceptions
- Net::HTTPFatalError
- Net::HTTPGenericRequest
- Net::HTTPHeader
- Net::HTTPRequest
- Net::HTTPResponse
- Net::HTTPRetriableError
- Net::OpenTimeout
- Net::ProtoAuthError
- Net::ProtoCommandError
- Net::ProtoFatalError
- Net::ProtoRetriableError
- Net::ProtoServerError
- Net::ProtoSyntaxError
- Net::ProtoUnknownError
- Net::ProtocRetryError
- Net::ProtocolError
- Net::ReadTimeout
- Net::WriteAdapter
- Net::WriteTimeout
- Newton
- NilClass
- NoMatchingPatternError
- NoMatchingPatternKeyError
- NoMemoryError
- NoMethodError
- NotImplementedError
- Numeric
- OLEProperty
- Object
- Object::ParseError
- ObjectSpace
- ObjectSpace::InternalObjectWrapper
- ObjectSpace::WeakMap
- Observable
- Open3
-
OpenSSL
- Examples
- Keys
- Creating a Key
- Exporting a Key
- Loading a Key
- Loading an Encrypted Key
- RSA Encryption
- Encryption & Decryption
- Signatures
- PBKDF2 Password-based Encryption
- Encryption
- Decryption
- PKCS #5 Password-based Encryption
- Encryption
- Decryption
- X509 Certificates
- Creating a Certificate
- Certificate Extensions
- Signing a Certificate
- Loading a Certificate
- Verifying a Certificate
- Certificate Authority
- CA Key
- CA Certificate
- Certificate Signing Request
- Creating a Certificate from a CSR
- SSL and TLS Connections
- SSL Server
- SSL client
- Peer Verification
- OpenSSL::ASN1
- OpenSSL::ASN1::ASN1Data
- OpenSSL::ASN1::ASN1Error
- OpenSSL::ASN1::Constructive
- OpenSSL::ASN1::ObjectId
- OpenSSL::ASN1::Primitive
- OpenSSL::BN
- OpenSSL::BNError
- OpenSSL::Buffering
- OpenSSL::Buffering::Buffer
- OpenSSL::Cipher
- OpenSSL::Cipher::Cipher
- OpenSSL::Cipher::CipherError
- OpenSSL::Config
- OpenSSL::ConfigError
- OpenSSL::Digest
- OpenSSL::Digest::DigestError
- OpenSSL::Engine
- OpenSSL::Engine::EngineError
- OpenSSL::ExtConfig
- OpenSSL::HMAC
- OpenSSL::HMACError
- OpenSSL::KDF
- OpenSSL::KDF::KDFError
- OpenSSL::Marshal
- OpenSSL::Marshal::ClassMethods
- OpenSSL::Netscape
- OpenSSL::Netscape::SPKI
- OpenSSL::Netscape::SPKIError
- OpenSSL::OCSP
- OpenSSL::OCSP::BasicResponse
- OpenSSL::OCSP::CertificateId
- OpenSSL::OCSP::OCSPError
- OpenSSL::OCSP::Request
- OpenSSL::OCSP::Response
- OpenSSL::OCSP::SingleResponse
- OpenSSL::OpenSSLError
- OpenSSL::PKCS12
- OpenSSL::PKCS12::PKCS12Error
- OpenSSL::PKCS5
- OpenSSL::PKCS7
- OpenSSL::PKCS7::PKCS7Error
- OpenSSL::PKCS7::RecipientInfo
- OpenSSL::PKCS7::SignerInfo
- OpenSSL::PKey
- OpenSSL::PKey::DH
- OpenSSL::PKey::DHError
- OpenSSL::PKey::DSA
- OpenSSL::PKey::DSAError
- OpenSSL::PKey::EC
- OpenSSL::PKey::EC::Group
- OpenSSL::PKey::EC::Group::Error
- OpenSSL::PKey::EC::Point
- OpenSSL::PKey::EC::Point::Error
- OpenSSL::PKey::ECError
- OpenSSL::PKey::PKey
- OpenSSL::PKey::PKeyError
- OpenSSL::PKey::RSA
- OpenSSL::PKey::RSAError
- OpenSSL::Random
- OpenSSL::Random::RandomError
- OpenSSL::SSL
- OpenSSL::SSL::SSLContext
- OpenSSL::SSL::SSLError
- OpenSSL::SSL::SSLErrorWaitReadable
- OpenSSL::SSL::SSLErrorWaitWritable
- OpenSSL::SSL::SSLServer
- OpenSSL::SSL::SSLSocket
- OpenSSL::SSL::Session
- OpenSSL::SSL::Session::SessionError
- OpenSSL::SSL::SocketForwarder
- OpenSSL::Timestamp
- OpenSSL::Timestamp::Factory
- OpenSSL::Timestamp::Request
- OpenSSL::Timestamp::Response
- OpenSSL::Timestamp::TimestampError
- OpenSSL::Timestamp::TokenInfo
- OpenSSL::X509
- OpenSSL::X509::Attribute
- OpenSSL::X509::AttributeError
- OpenSSL::X509::CRL
- OpenSSL::X509::CRLError
- OpenSSL::X509::Certificate
- OpenSSL::X509::CertificateError
- OpenSSL::X509::Extension
- OpenSSL::X509::Extension::AuthorityInfoAccess
- OpenSSL::X509::Extension::AuthorityKeyIdentifier
- OpenSSL::X509::Extension::CRLDistributionPoints
- OpenSSL::X509::Extension::Helpers
- OpenSSL::X509::Extension::SubjectKeyIdentifier
- OpenSSL::X509::ExtensionError
- OpenSSL::X509::ExtensionFactory
- OpenSSL::X509::Name
- OpenSSL::X509::Name::RFC2253DN
- OpenSSL::X509::NameError
- OpenSSL::X509::Request
- OpenSSL::X509::RequestError
- OpenSSL::X509::Revoked
- OpenSSL::X509::RevokedError
- OpenSSL::X509::Store
- OpenSSL::X509::StoreContext
- OpenSSL::X509::StoreError
- OpenStruct
- OpenURI
- OpenURI::HTTPError
- OpenURI::HTTPRedirect
- OpenURI::Meta
- OpenURI::OpenRead
- OptionParser
- OptionParser::AC
- OptionParser::Acceptables
- OptionParser::AmbiguousArgument
- OptionParser::AmbiguousOption
- OptionParser::Arguable
- OptionParser::CompletingHash
- OptionParser::Completion
- OptionParser::InvalidArgument
- OptionParser::InvalidOption
- OptionParser::List
- OptionParser::MissingArgument
- OptionParser::NeedlessArgument
- OptionParser::OptionMap
- OptionParser::ParseError
- OptionParser::Switch
- OptionParser::Switch::NoArgument
- OptionParser::Switch::OptionalArgument
- OptionParser::Switch::PlacedArgument
- OptionParser::Switch::RequiredArgument
- PP
- PP::PPMethods
- PStore
- PStore::Error
- PTY
- PTY::ChildExited
- Pathname
- Pool
- PrettyPrint
- PrettyPrint::SingleLine
- Proc
- Process
- Process::GID
- Process::Status
- Process::Sys
- Process::UID
-
Psych
- Overview
- I NEED TO PARSE OR EMIT YAML RIGHT NOW!
- YAML Parsing
- YAML Emitting
- High-level API
- Parsing
- Reading from a string
- Reading from a file
- Exception handling
- Emitting
- Writing to a string
- Writing to a file
- Mid-level API
- Parsing
- Reading from a string
- Reading from a file
- Exception handling
- Emitting
- Writing to a string
- Writing to a file
- Low-level API
- Parsing
- Reading to Psych::Nodes::Stream structure
- Receiving an events stream
- Emitting
- Writing to a Ruby structure
- Psych::BadAlias
- Psych::ClassLoader
- Psych::ClassLoader::Restricted
- Psych::Coder
- Psych::DisallowedClass
- Psych::Emitter
- Psych::Exception
- Psych::Handler
- Psych::Handler::DumperOptions
- Psych::Handlers
- Psych::Handlers::Recorder
- Psych::JSON
- Psych::JSON::Stream
- Psych::JSON::TreeBuilder
- Psych::Nodes
- Psych::Nodes::Alias
- Psych::Nodes::Document
- Psych::Nodes::Mapping
- Psych::Nodes::Node
- Psych::Nodes::Scalar
- Psych::Nodes::Sequence
- Psych::Nodes::Stream
- Psych::Omap
- Psych::Parser
- Psych::Parser::Mark
- Psych::ScalarScanner
- Psych::Set
- Psych::Stream
- Psych::Streaming
- Psych::Streaming::ClassMethods
- Psych::SyntaxError
- Psych::TreeBuilder
- Psych::Visitors
- Psych::Visitors::DepthFirst
- Psych::Visitors::Emitter
- Psych::Visitors::JSONTree
- Psych::Visitors::NoAliasRuby
- Psych::Visitors::RestrictedYAMLTree
- Psych::Visitors::ToRuby
- Psych::Visitors::Visitor
- Psych::Visitors::YAMLTree
- RDoc
- RDoc
- RDoc::Alias
- RDoc::AnonClass
- RDoc::AnyMethod
- RDoc::Attr
- RDoc::ClassModule
- RDoc::CodeObject
- RDoc::Comment
- RDoc::Constant
- RDoc::Context
- RDoc::CrossReference
- RDoc::ERBIO
- RDoc::ERBPartial
- RDoc::Encoding
- RDoc::Error
- RDoc::Extend
- RDoc::Generator
- RDoc::GhostMethod
- RDoc::I18n
- RDoc::Include
- RDoc::Markdown
-
RDoc::Markup
- Supported Formats
- RDoc::Markup
- Synopsis
- Encoding
- RDoc Markup Reference
- Block Markup
- Paragraphs and Verbatim
- Headers
- Rules
- Simple Lists
- Labeled Lists
- Lists and Verbatim
- Text Markup
- Bold, Italic, Typewriter Text
- Links
- Escaping Text Markup
- Conversion of characters
- Documenting Source Code
- Directives
- Controlling what is documented
- Method arguments
- Sections
- Other directives
- RDoc::MetaMethod
- RDoc::MethodAttr
- RDoc::Mixin
- RDoc::NormalClass
- RDoc::NormalModule
- RDoc::Options
- RDoc::Parser
- RDoc::Parser::C
- RDoc::Parser::ChangeLog
- RDoc::Parser::ChangeLog::Git
- RDoc::Parser::Markdown
- RDoc::Parser::RD
- RDoc::Parser::RipperStateLex
- RDoc::Parser::RipperStateLex::InnerStateLex
- RDoc::Parser::Ruby
- RDoc::Parser::RubyTools
- RDoc::Parser::Simple
- RDoc::Parser::Text
- RDoc::RD
- RDoc::RDoc
- RDoc::RI
- RDoc::RI::Error
- RDoc::Require
- RDoc::RubygemsHook
- RDoc::Servlet
- RDoc::SingleClass
- RDoc::Stats
- RDoc::Store
- RDoc::Store::Error
- RDoc::Store::MissingFileError
- RDoc::Task
- RDoc::Text
- RDoc::TokenStream
- RDoc::TomDoc
- RDoc::TopLevel
- RDocTask
- Racc
- Racc::Accept
- Racc::ActionTable
- Racc::CompileError
- Racc::CparseParams
- Racc::DebugFlags
- Racc::Error
- Racc::Goto
- Racc::Grammar
- Racc::Grammar::DefinitionEnv
- Racc::Grammar::PrecedenceDefinitionEnv
- Racc::GrammarFileParser
- Racc::GrammarFileParser::Result
- Racc::GrammarFileScanner
- Racc::ISet
- Racc::Item
- Racc::LocationPointer
- Racc::LogFileGenerator
- Racc::OrMark
- Racc::ParseError
- Racc::ParseError
- Racc::Parser
- Racc::ParserClassGenerator
- Racc::ParserFileGenerator
- Racc::ParserFileGenerator::Params
- Racc::Prec
- Racc::RRconflict
- Racc::Reduce
- Racc::Rule
- Racc::SRconflict
- Racc::Shift
- Racc::SourceText
- Racc::State
- Racc::StateTransitionTable
- Racc::StateTransitionTableGenerator
- Racc::States
- Racc::Sym
- Racc::SymbolTable
- Racc::UserAction
- Ractor
- Ractor::ClosedError
- Ractor::Error
- Ractor::IsolationError
- Ractor::MovedError
- Ractor::MovedObject
- Ractor::RemoteError
- Ractor::UnsafeError
- Random
- Random::Formatter
- Range
- RangeError
- Rational
- RbConfig
- Readline
- Refinement
-
Regexp
=~
and Regexp#match=~
operator- Regexp#match method
- Metacharacters and Escapes
- Character Classes
- Repetition
- Greedy match
- Possessive match
- Capturing
- Named captures
- Grouping
- Atomic Grouping
- Subexpression Calls
- Alternation
- Character Properties
- Anchors
- Options
- Free-Spacing Mode and Comments
- Encoding
- Special global variables
- Performance
- RegexpError
- Reline
- Reline::ANSI
- Reline::Config
- Reline::Config::InvalidInputrc
- Reline::ConfigEncodingConversionError
- Reline::Core
- Reline::GeneralIO
- Reline::History
- Reline::KeyActor
- Reline::KeyActor::Base
- Reline::KeyActor::Emacs
- Reline::KeyActor::ViCommand
- Reline::KeyActor::ViInsert
- Reline::KeyStroke
- Reline::KillRing
- Reline::KillRing::RingBuffer
- Reline::KillRing::State
- Reline::LineEditor
- Reline::LineEditor::CompletionState
- Reline::LineEditor::Dialog
- Reline::LineEditor::DialogProcScope
- Reline::Terminfo
- Reline::Terminfo::StringWithTiparm
- Reline::Terminfo::TerminfoError
- Reline::Unicode
- Reline::Unicode::EastAsianWidth
- Reline::Windows
- Reline::Windows::KeyEventRecord
- Reline::Windows::Win32API
- Resolv
- Resolv
- Resolv::DNS
- Resolv::DNS::Config
- Resolv::DNS::Config::NXDomain
- Resolv::DNS::Config::OtherResolvError
- Resolv::DNS::DecodeError
- Resolv::DNS::EncodeError
- Resolv::DNS::Name
- Resolv::DNS::Query
- Resolv::DNS::Requester
- Resolv::DNS::Requester::RequestError
- Resolv::DNS::Resource
- Resolv::DNS::Resource::ANY
- Resolv::DNS::Resource::CNAME
- Resolv::DNS::Resource::DomainName
- Resolv::DNS::Resource::Generic
- Resolv::DNS::Resource::HINFO
- Resolv::DNS::Resource::IN
- Resolv::DNS::Resource::IN::A
- Resolv::DNS::Resource::IN::AAAA
- Resolv::DNS::Resource::IN::SRV
- Resolv::DNS::Resource::IN::WKS
- Resolv::DNS::Resource::LOC
- Resolv::DNS::Resource::MINFO
- Resolv::DNS::Resource::MX
- Resolv::DNS::Resource::NS
- Resolv::DNS::Resource::PTR
- Resolv::DNS::Resource::SOA
- Resolv::DNS::Resource::TXT
- Resolv::Hosts
- Resolv::IPv4
- Resolv::IPv6
- Resolv::LOC
- Resolv::LOC::Alt
- Resolv::LOC::Coord
- Resolv::LOC::Size
- Resolv::MDNS
- Resolv::ResolvError
- Resolv::ResolvTimeout
- Resolv::SZ
- Rinda
- Rinda::DRbObjectTemplate
- Rinda::InvalidHashTupleKey
- Rinda::NotifyTemplateEntry
- Rinda::RequestCanceledError
- Rinda::RequestExpiredError
- Rinda::RindaError
- Rinda::RingFinger
- Rinda::RingProvider
- Rinda::RingServer
- Rinda::SimpleRenewer
- Rinda::Template
- Rinda::TemplateEntry
- Rinda::Tuple
- Rinda::TupleBag
- Rinda::TupleBag::TupleBin
- Rinda::TupleEntry
- Rinda::TupleSpace
- Rinda::TupleSpaceProxy
- Rinda::WaitTemplateEntry
- Ripper
- Ripper::Filter
- Ripper::Lexer
- Ripper::Lexer::Elem
- Ripper::Lexer::State
- RubyVM
- RubyVM::AbstractSyntaxTree
- RubyVM::AbstractSyntaxTree::Node
- RubyVM::InstructionSequence
- RubyVM::MJIT
- RubyVM::YJIT
- RubyVM::YJIT::Block
- RubyVM::YJIT::Disasm
- RuntimeError
- SOCKSSocket
- ScriptError
- SecureRandom
- SecurityError
- Set
- Shellwords
- Signal
- SignalException
- SimpleDelegator
- SingleForwardable
- Singleton
- Socket
- Socket::AncillaryData
- Socket::Constants
- Socket::Ifaddr
- Socket::Option
- Socket::UDPSource
- SocketError
- StandardError
- StopIteration
- String
- StringIO
- StringScanner
- StringScanner::Error
- Struct
- Symbol
- SyntaxError
- Syslog
- Syslog::Constants
- Syslog::Facility
- Syslog::Level
- Syslog::Logger
- Syslog::Logger::Formatter
- Syslog::Macros
- Syslog::Option
- SystemCallError
- SystemExit
- SystemStackError
- TCPServer
- TCPSocket
- TSort
- TSort::Cyclic
- Tempfile
- Thread
- Thread::Backtrace
- Thread::Backtrace::Location
- Thread::ConditionVariable
- Thread::Mutex
- Thread::Queue
- Thread::SizedQueue
- ThreadError
- ThreadGroup
- Time
- Timeout
- Timeout::Error
- TracePoint
- TrueClass
- TypeError
- UDPSocket
- UNIXServer
- UNIXSocket
- URI
- URI::BadURIError
- URI::Error
- URI::FTP
- URI::File
- URI::Generic
- URI::HTTP
- URI::HTTPS
- URI::InvalidComponentError
- URI::InvalidURIError
- URI::LDAP
- URI::LDAPS
- URI::MailTo
- URI::Parser
- URI::REGEXP
- URI::RFC2396_Parser
- URI::RFC2396_REGEXP
- URI::RFC2396_REGEXP::PATTERN
- URI::Schemes
- URI::WS
- URI::WSS
- UnboundMethod
- UncaughtThrowError
- UnicodeNormalize
- WIN32OLE
- WIN32OLE::VARIANT
- WIN32OLEQueryInterfaceError
- WIN32OLERuntimeError
- WIN32OLE_EVENT
- WIN32OLE_METHOD
- WIN32OLE_PARAM
- WIN32OLE_RECORD
- WIN32OLE_TYPE
- WIN32OLE_TYPELIB
- WIN32OLE_VARIABLE
- WIN32OLE_VARIANT
- Warning
- WeakRef
- WeakRef::RefError
- Win32
- Win32::Registry
- Win32::Registry::API
- Win32::Registry::Constants
- Win32::Registry::Error
- Win32::Registry::Error::Kernel32
- Win32::Registry::PredefinedKey
- Win32::SSPI
- Win32::SSPI::API
- Win32::SSPI::Identity
- Win32::SSPI::NegotiateAuth
- Win32::SSPI::SSPIResult
- Win32::SSPI::SecurityBuffer
- Win32::SSPI::SecurityHandle
- Win32::SSPI::TimeStamp
- XMP
- XMP::StringInputMethod
- YAML
- YAML::DBM
- YAML::Store
- ZeroDivisionError
- Zlib
- Zlib::BufError
- Zlib::DataError
- Zlib::Deflate
- Zlib::Error
- Zlib::GzipFile
- Zlib::GzipFile::CRCError
- Zlib::GzipFile::Error
- Zlib::GzipFile::LengthError
- Zlib::GzipFile::NoFooter
- Zlib::GzipReader
- Zlib::GzipWriter
- Zlib::InProgressError
- Zlib::Inflate
- Zlib::MemError
- Zlib::NeedDict
- Zlib::StreamEnd
- Zlib::StreamError
- Zlib::VersionError
- Zlib::ZStream
- fatal
Methods
- ::=== — SystemCallError
- ::CurrentContext — IRB
- ::DEBUG — Thread
- ::DEBUG= — Thread
- ::Digest — OpenSSL
- ::JobManager — IRB
- ::Proxy — Net::HTTP
- ::URI — Kernel
- ::[] — Array
- ::[] — Dir
- ::[] — Fiddle::Handle
- ::[] — Fiddle::Pointer
- ::[] — Set
- ::[] — Hash
- ::[] — ENV
- ::[] — Warning
- ::[] — JSON
- ::[] — MakeMakefile
- ::[]= — ENV
- ::[]= — Warning
- ::[]= — MakeMakefile
- ::_decode_uri_component — URI
- ::_dump — ObjectSpace
- ::_dump_all — ObjectSpace
- ::_encode_uri_component — URI
- ::_fork — Process
- ::_httpdate — Date
- ::_id2ref — ObjectSpace
- ::_iso8601 — Date
- ::_jisx0301 — Date
- ::_load — BigDecimal
- ::_load — DRb::DRbObject
- ::_load — DRb::DRbObject
- ::_load — Gem::Specification
- ::_load — Singleton
- ::_parse — Date
- ::_rfc2822 — Date
- ::_rfc3339 — Date
- ::_rfc822 — Date
- ::_strptime — Date
- ::_strptime — DateTime
- ::_xmlschema — Date
- ::abbrev — Abbrev
- ::abort — Process
- ::abort_on_exception — Thread
- ::abort_on_exception= — Thread
- ::absolute_path — File
- ::absolute_path? — File
- ::accept — OptionParser
- ::accept_charset — CGI
- ::accept_charset= — CGI
- ::accept_loop — Socket
- ::acos — Math
- ::acosh — Math
- ::action_name — Gem::Resolver::Molinillo::DependencyGraph::Action
- ::action_name — Gem::Resolver::Molinillo::DependencyGraph::AddEdgeNoCircular
- ::action_name — Gem::Resolver::Molinillo::DependencyGraph::DeleteEdge
- ::action_name — Gem::Resolver::Molinillo::DependencyGraph::DetachVertexNamed
- ::action_name — Gem::Resolver::Molinillo::DependencyGraph::Tag
- ::activated_gem_paths — Gem
- ::add_common_option — Gem::Command
- ::add_generator — RDoc::RDoc
- ::add_protocol — DRb::DRbProtocol
- ::add_spec — Gem::Specification
- ::add_specific_extra_args — Gem::Command
- ::add_stress_to_class — GC
- ::add_to_load_path — Gem
- ::adler32 — Zlib
- ::adler32_combine — Zlib
- ::alias_extension — RDoc::Parser
- ::aliases — Encoding
- ::alignment — Fiddle::CStructEntity
- ::all — Gem::Specification
- ::all= — Gem::Specification
- ::all_names — Gem::Specification
- ::all_symbols — Symbol
- ::allocation_class_path — ObjectSpace
- ::allocation_generation — ObjectSpace
- ::allocation_method_id — ObjectSpace
- ::allocation_sourcefile — ObjectSpace
- ::allocation_sourceline — ObjectSpace
- ::allow_reentry — TracePoint
- ::already_loaded? — Gem
- ::alt_name_or_x509_entry — Gem::Security
- ::app_cache — Bundler
- ::app_config_path — Bundler
- ::append_features — Singleton
- ::argv0 — Process
- ::array — WIN32OLE_VARIANT
- ::array_attributes — Gem::Specification
- ::asciicompat_encoding — Encoding::Converter
- ::asin — Math
- ::asinh — Math
- ::assoc — ENV
- ::at — Time
- ::at — Gem::Installer
- ::atan — Math
- ::atan2 — Math
- ::atanh — Math
- ::atime — File
- ::attach_correctable — Gem::UnknownCommandError
- ::attribute_names — Gem::Specification
- ::auto_compact — GC
- ::auto_compact= — GC
- ::base64digest — Digest::Class
- ::base64digest — OpenSSL::HMAC
- ::basename — File
- ::basic_quote_characters — Readline
- ::basic_quote_characters= — Readline
- ::basic_word_break_characters — Readline
- ::basic_word_break_characters= — Readline
- ::benchmark — Benchmark
- ::bin_path — Bundler
- ::bin_path — Gem
- ::binary? — RDoc::Parser
- ::binary_mode — Gem
- ::bindir — Gem
- ::binread — IO
- ::binwrite — IO
- ::birthtime — File
- ::blockdev? — File
- ::blocking? — Fiber
- ::blocks_for — RubyVM::YJIT
- ::bm — Benchmark
- ::bmbm — Benchmark
- ::body_permitted? — Net::HTTPResponse
- ::bool — Socket::Option
- ::bool_attr — Racc::ParserFileGenerator::Params
- ::bottom — IRB::Frame
- ::bubblebabble — Digest::Class
- ::bubblebabble — Digest
- ::build — URI::HTTP
- ::build — URI::FTP
- ::build — Gem::Ext::CmakeBuilder
- ::build — Gem::Ext::ConfigureBuilder
- ::build — Gem::Ext::ExtConfBuilder
- ::build — Gem::Ext::RakeBuilder
- ::build — Gem::Package
- ::build — Gem::RequestSet::Lockfile
- ::build — URI::File
- ::build — URI::Generic
- ::build — URI::LDAP
- ::build — URI::MailTo
- ::build — URI::WS
- ::build2 — URI::Generic
- ::build_args — Gem::Command
- ::build_args= — Gem::Command
- ::builtin_curves — OpenSSL::PKey::EC
- ::bundle_path — Bundler
- ::bundle_update_bundler_version — Gem::BundlerVersionFinder
- ::bundler_version — Gem::BundlerVersionFinder
- ::by_id — OpenSSL::Engine
- ::byte — Socket::Option
- ::bytes — Random
- ::bytes — SecureRandom
- ::cache_home — Gem
- ::calculate_width — Reline::Unicode
- ::can_parse — RDoc::Parser
- ::can_parse_by_name — RDoc::Parser
- ::candidate — OptionParser::Completion
- ::capture2 — Open3
- ::capture2e — Open3
- ::capture3 — Open3
- ::catch — Timeout::Error
- ::cbrt — Math
- ::cd — FileUtils
- ::change_encoding — RDoc::Encoding
- ::change_privilege — Process::UID
- ::change_privilege — Process::GID
- ::chardev? — File
- ::chdir — Dir
- ::chdir — FileUtils
- ::check — PTY
- ::check_input_event — Reline::Windows
- ::check_modeline — RDoc::Parser
- ::children — Dir
- ::chmod — File
- ::chmod — FileUtils
- ::chmod_R — FileUtils
- ::chown — File
- ::chown — FileUtils
- ::chown_R — FileUtils
- ::chroot — Dir
- ::ciphers — OpenSSL::Cipher
- ::civil — Date
- ::civil — DateTime
- ::class_name — Gem::Ext::Builder
- ::clean_env — Bundler
- ::clean_exec — Bundler
- ::clean_system — Bundler
- ::cleanup — OpenSSL::Engine
- ::clear — ENV
- ::clear — GC::Profiler
- ::clear — IRB::Color
- ::clear_default_specs — Gem
- ::clear_gemspec_cache — Bundler
- ::clear_paths — Gem
- ::clear_screen — Reline::ANSI
- ::clear_screen — Reline::GeneralIO
- ::clear_screen — Reline::Windows
- ::clock_getres — Process
- ::clock_gettime — Process
- ::clone — ENV
- ::close — Syslog
- ::cmp — FileUtils
- ::codepage — WIN32OLE
- ::codepage= — WIN32OLE
- ::collect_method — FileUtils
- ::colorable? — IRB::Color
- ::colorize — IRB::Color
- ::colorize_code — IRB::Color
- ::command — DRb::ExtServManager
- ::command= — DRb::ExtServManager
- ::commands — FileUtils
- ::commercial — Date
- ::commercial — DateTime
- ::common_options — Gem::Command
- ::compact — GC
- ::compare_file — FileUtils
- ::compare_stream — FileUtils
- ::compatible? — Encoding
- ::compile — Regexp
- ::compile — RubyVM::InstructionSequence
- ::compile_file — RubyVM::InstructionSequence
- ::compile_option — RubyVM::InstructionSequence
- ::compile_option= — RubyVM::InstructionSequence
- ::completer_quote_characters — Readline
- ::completer_quote_characters= — Readline
- ::completer_word_break_characters — Readline
- ::completer_word_break_characters= — Readline
- ::completion_append_character — Readline
- ::completion_append_character= — Readline
- ::completion_case_fold — Readline
- ::completion_case_fold= — Readline
- ::completion_proc — Readline
- ::completion_proc= — Readline
- ::completion_quote_character — Readline
- ::component — URI::Generic
- ::compose_sets — Gem::Resolver
- ::conf — IRB
- ::config — DRb
- ::config_file — Gem
- ::config_home — Gem
- ::configuration — Gem
- ::configuration= — Gem
- ::configure — Bundler
- ::configure_connection_for_https — Gem::Request
- ::configure_gem_home — Bundler
- ::configure_gem_home_and_path — Bundler
- ::configure_gem_path — Bundler
- ::configured_bundle_path — Bundler
- ::confstr — Etc
- ::connect — WIN32OLE
- ::console — IO
- ::console_size — IO
- ::const_load — WIN32OLE
- ::constants — Module
- ::convert — Gem::Ext::CargoBuilder::LinkFlagConverter
- ::copy — FileUtils
- ::copy_entry — FileUtils
- ::copy_file — FileUtils
- ::copy_stream — IO
- ::copy_stream — FileUtils
- ::core — Reline
- ::correct? — Gem::Version
- ::correct_error — DidYouMean
- ::correct_for_windows_path — Gem::Util
- ::cos — Math
- ::cosh — Math
- ::count — Ractor
- ::count — GC
- ::count_imemo_objects — ObjectSpace
- ::count_nodes — ObjectSpace
- ::count_objects — ObjectSpace
- ::count_objects_size — ObjectSpace
- ::count_symbols — ObjectSpace
- ::count_tdata_objects — ObjectSpace
- ::cp — FileUtils
- ::cp_lr — FileUtils
- ::cp_r — FileUtils
- ::crc32 — Zlib
- ::crc32_combine — Zlib
- ::crc_table — Zlib
- ::create — OpenSSL::OCSP::Response
- ::create — OpenSSL::PKCS12
- ::create — Psych::Visitors::JSONTree
- ::create — Psych::Visitors::ToRuby
- ::create — Psych::Visitors::YAMLTree
- ::create — Win32::Registry
- ::create — Resolv::DNS::Name
- ::create — Resolv::IPv4
- ::create — Resolv::IPv6
- ::create — Resolv::LOC::Size
- ::create — Resolv::LOC::Coord
- ::create — Resolv::LOC::Alt
- ::create — Gem::NoAliasYAMLTree
- ::create — Gem::Requirement
- ::create — Gem::Version
- ::create — Tempfile
- ::create — Fiddle::CStructBuilder
- ::create_bundle_path — Bundler
- ::create_cert — Gem::Security
- ::create_cert_email — Gem::Security
- ::create_cert_self_signed — Gem::Security
- ::create_digest — Gem::Security
- ::create_fast_state — JSON
- ::create_guid — WIN32OLE
- ::create_id — JSON
- ::create_id= — JSON
- ::create_key — Gem::Security
- ::create_pretty_state — JSON
- ::ctime — File
- ::current — Fiber
- ::current — RDoc::RDoc
- ::current — Ractor
- ::current — Thread
- ::current= — RDoc::RDoc
- ::current_scheduler — Fiber
- ::current_server — DRb
- ::curses_dl — Reline::Terminfo
- ::curses_dl_files — Reline::Terminfo
- ::cursor_pos — Reline::ANSI
- ::cursor_pos — Reline::GeneralIO
- ::cursor_pos — Reline::Windows
- ::daemon — Process
- ::data_home — Gem
- ::datadir — Gem
- ::debug — OpenSSL
- ::debug= — OpenSSL
- ::decode — OpenSSL::ASN1
- ::decode_all — OpenSSL::ASN1
- ::decode_uri_component — URI
- ::decode_www_form — URI
- ::decode_www_form_component — URI
- ::dedent_string — Ripper
- ::def_erb_method — ERB::DefMethod
- ::def_extend_command — IRB::ExtendCommandBundle
- ::def_extend_command — IRB::ContextExtender
- ::def_inspector — IRB::Inspector
- ::def_notifier — IRB::Notifier
- ::default — Gem::Requirement
- ::default_acl — DRb::DRbServer
- ::default_argc_limit — DRb::DRbServer
- ::default_bindir — Gem
- ::default_bundle_dir — Bundler
- ::default_cert_path — Gem
- ::default_console_size — IO
- ::default_dir — Gem
- ::default_exec_format — Gem
- ::default_ext_dir_for — Gem
- ::default_external — Encoding
- ::default_external= — Encoding
- ::default_gem_load_paths — Gem
- ::default_gemfile — Bundler
- ::default_id_conv — DRb::DRbServer
- ::default_internal — Encoding
- ::default_internal= — Encoding
- ::default_key_path — Gem
- ::default_load_limit — DRb::DRbServer
- ::default_lockfile — Bundler
- ::default_path — Gem
- ::default_port — Net::HTTP
- ::default_port — URI::Generic
- ::default_prerelease — Gem::Requirement
- ::default_rubygems_dirs — Gem
- ::default_sources — Gem
- ::default_spec_cache_dir — Gem
- ::default_specifications_dir — Gem::BasicSpecification
- ::default_specifications_dir — Gem
- ::default_src_encoding — IRB
- ::default_stubs — Gem::Specification
- ::define — Racc::Grammar
- ::define_finalizer — ObjectSpace
- ::definition — Bundler
- ::deflate — Zlib::Deflate
- ::deflate — Zlib
- ::deflate — Gem
- ::delete — Dir
- ::delete — File
- ::delete — ENV
- ::delete_if — ENV
- ::delete_text — Readline
- ::deprep — Reline::ANSI
- ::deprep — Reline::GeneralIO
- ::deprep — Reline::Windows
- ::detach — Process
- ::detect_encoding — RDoc::Encoding
- ::digest — Digest::Class
- ::digest — OpenSSL::Digest
- ::digest — OpenSSL::HMAC
- ::dir — Gem
- ::directory? — File
- ::dirname — File
- ::dirs — Gem::Specification
- ::dirs= — Gem::Specification
- ::disable — GC
- ::disable — GC::Profiler
- ::disasm — RubyVM::InstructionSequence
- ::disassemble — RubyVM::InstructionSequence
- ::dispatch_cache — Psych::Visitors::Visitor
- ::dispatch_seq — IRB::Color
- ::dlopen — Fiddle
- ::dlunwrap — Fiddle
- ::dlwrap — Fiddle
- ::do_not_reverse_lookup — BasicSocket
- ::do_not_reverse_lookup= — BasicSocket
- ::done_installing — Gem
- ::double_fig — BigDecimal
- ::dump — JSON::GenericObject
- ::dump — Psych
- ::dump — Marshal
- ::dump_stream — Psych
- ::dup — ENV
- ::each — ENV
- ::each — Gem::Specification
- ::each_address — Resolv
- ::each_builtin — RubyVM
- ::each_child — Dir
- ::each_const — OptionParser
- ::each_key — ENV
- ::each_name — Resolv
- ::each_object — ObjectSpace
- ::each_pair — ENV
- ::each_response_header — Net::HTTPResponse
- ::each_strongly_connected_component — TSort
- ::each_strongly_connected_component_from — TSort
- ::each_value — ENV
- ::easter_egg — IRB
- ::ed_transpose_words — Reline::Unicode
- ::egd — OpenSSL::Random
- ::egd_bytes — OpenSSL::Random
- ::egid — Process
- ::egid= — Process
- ::eid — Process::UID
- ::eid — Process::GID
- ::em_backward_word — Reline::Unicode
- ::em_big_backward_word — Reline::Unicode
- ::em_forward_word — Reline::Unicode
- ::em_forward_word_with_capitalization — Reline::Unicode
- ::emacs_editing_mode — Readline
- ::emacs_editing_mode? — Readline
- ::email_to_name — Gem::Security
- ::empty — Racc::UserAction
- ::empty — Gem::Resolver::Molinillo::ResolutionState
- ::empty? — Dir
- ::empty? — File
- ::empty? — ENV
- ::empty_buffer? — Reline::ANSI
- ::empty_buffer? — Reline::Windows
- ::enable — GC
- ::enable — GC::Profiler
- ::enabled? — GC::Profiler
- ::enabled? — Reline::Terminfo
- ::enabled? — RubyVM::MJIT
- ::encode_fallback — RDoc::Text
- ::encode_uri_component — URI
- ::encode_www_form — URI
- ::encode_www_form_component — URI
- ::encoding — Reline::ANSI
- ::encoding — Reline::GeneralIO
- ::encoding — Reline::Windows
- ::encoding_system_needs — Reline
- ::encrypt — OpenSSL::PKCS7
- ::end? — RDoc::Parser::RipperStateLex
- ::endgrent — Etc
- ::endpwent — Etc
- ::engines — OpenSSL::Engine
- ::ensure_default_gem_subdirectories — Gem
- ::ensure_gem_subdirectories — Gem
- ::entity_class — Fiddle::CStruct
- ::entity_class — Fiddle::CUnion
- ::entries — Dir
- ::env_requirement — Gem
- ::environment — Bundler
- ::erase_after_cursor — Reline::ANSI
- ::erase_after_cursor — Reline::GeneralIO
- ::erase_after_cursor — Reline::Windows
- ::erf — Math
- ::erfc — Math
- ::errors — OpenSSL
- ::escape — Regexp
- ::escape — Shellwords
- ::escape_for_print — Reline::Unicode
- ::euid — Process
- ::euid= — Process
- ::eval_gemspec — Bundler
- ::eval_yaml_gemspec — Bundler
- ::except — ENV
- ::exception — Exception
- ::exec — Process
- ::exec_format — Gem::Installer
- ::executable? — File
- ::executable_real? — File
- ::exist? — Dir
- ::exist? — File
- ::exit — Thread
- ::exit — Process
- ::exit! — Process
- ::exp — BigMath
- ::exp — Math
- ::expand — RbConfig
- ::expand_environ — Win32::Registry
- ::expand_path — File
- ::extend_object — MonitorMixin
- ::extend_object — IRB::ExtendCommandBundle
- ::extend_object — OptionParser::Arguable
- ::extension — RDoc::Markdown
- ::extname — File
- ::extra_args — Gem::Command
- ::extra_args= — Gem::Command
- ::extract — URI
- ::facility — Syslog
- ::feature_flag — Bundler
- ::fetch — ENV
- ::fetch_server — DRb
- ::fetcher — Gem::RemoteFetcher
- ::fetcher — Gem::SpecFetcher
- ::file — Digest::Class
- ::file? — File
- ::filename_quote_characters — Readline
- ::filename_quote_characters= — Readline
- ::filter — ENV
- ::filter — CSV
- ::filter! — ENV
- ::filter_backtrace — OptionParser::ParseError
- ::find — Encoding
- ::find — Find
- ::find_active_stub_by_path — Gem::Specification
- ::find_all_by_full_name — Gem::Specification
- ::find_all_by_name — Gem::Specification
- ::find_by_name — Gem::Specification
- ::find_by_path — Gem::Specification
- ::find_config_file — Gem
- ::find_files — Gem
- ::find_home — Gem
- ::find_in_unresolved — Gem::Specification
- ::find_in_unresolved_tree — Gem::Specification
- ::find_inactive_by_path — Gem::Specification
- ::find_latest_files — Gem
- ::find_spec_for_exe — Gem
- ::find_unresolved_default_spec — Gem
- ::finger — Rinda::RingFinger
- ::finish_pasting — Reline::GeneralIO
- ::finish_resolve — Gem
- ::fips_mode — OpenSSL
- ::fips_mode= — OpenSSL
- ::fixed_length_secure_compare — OpenSSL
- ::fnmatch — File
- ::fnmatch? — File
- ::for — IO::Buffer
- ::for — RDoc::Parser
- ::for — URI
- ::for_current_gems — Gem::Resolver
- ::for_fd — IO
- ::for_fd — BasicSocket
- ::for_spec — Gem::Installer
- ::foreach — Dir
- ::foreach — IO
- ::foreach — Addrinfo
- ::foreach — CSV
- ::fork — Thread
- ::fork — Process
- ::format — PrettyPrint
- ::formatter — DidYouMean
- ::formatter — ErrorHighlight
- ::formatter= — DidYouMean
- ::formatter= — ErrorHighlight
- ::free — Fiddle
- ::freeze — ENV
- ::frexp — Math
- ::from — Gem::Package::TarHeader
- ::from — Gem::SourceList
- ::from_file — Gem::RequestSet::Lockfile::Tokenizer
- ::from_hash — JSON::GenericObject
- ::from_list — Gem::NameTuple
- ::from_module — RDoc::ClassModule
- ::from_name — Process::UID
- ::from_name — Process::GID
- ::from_specs — Gem::DependencyList
- ::from_state — JSON::Ext::Generator::State
- ::from_yaml — Gem::Specification
- ::front — DRb
- ::frozen_bundle? — Bundler
- ::ftype — File
- ::gamma — Math
- ::garbage_collect — ObjectSpace
- ::gemspec_stubs_in — Gem::Specification
- ::gen_random — SecureRandom
- ::gen_random_openssl — SecureRandom
- ::gen_random_urandom — SecureRandom
- ::generate — OpenSSL::PKey::DH
- ::generate — OpenSSL::PKey::DSA
- ::generate — OpenSSL::PKey::EC
- ::generate — OpenSSL::PKey::RSA
- ::generate — CSV
- ::generate — Racc::StateTransitionTable
- ::generate_key — OpenSSL::PKey
- ::generate_line — CSV
- ::generate_lines — CSV
- ::generate_parameters — OpenSSL::PKey
- ::generate_prime — OpenSSL::BN
- ::generation_hook — RDoc::RubygemsHook
- ::generation_hook — RDoc::RubygemsHook
- ::get — Net::HTTP
- ::get_cert_files — Gem::Request
- ::get_console_screen_buffer_info — Reline::Windows
- ::get_dns_server_list — Resolv
- ::get_hosts_dir — Resolv
- ::get_hosts_path — Resolv
- ::get_info — Resolv
- ::get_mbchar_byte_size_by_first_char — Reline::Unicode
- ::get_mbchar_width — Reline::Unicode
- ::get_next_mbchar_size — Reline::Unicode
- ::get_prev_mbchar_size — Reline::Unicode
- ::get_print — Net::HTTP
- ::get_proxy_from_env — Gem::Request
- ::get_public_key — Gem::Security
- ::get_relative_path — Gem::Ext::ExtConfBuilder
- ::get_resolv_info — Resolv
- ::get_response — Net::HTTP
- ::get_screen_size — Reline::ANSI
- ::get_screen_size — Reline::GeneralIO
- ::get_screen_size — Reline::Windows
- ::get_screen_size — Readline
- ::getaddress — IPSocket
- ::getaddress — Resolv
- ::getaddress_orig — IPSocket
- ::getaddresses — Resolv
- ::getaddrinfo — Socket
- ::getaddrinfo — Addrinfo
- ::getc — Reline::ANSI
- ::getc — Reline::GeneralIO
- ::getc — Reline::Windows
- ::getc_with_bracketed_paste — Reline::ANSI
- ::getconsolemode — Reline::Windows
- ::getegid — Process::Sys
- ::geteuid — Process::Sys
- ::getgid — Process::Sys
- ::getgrent — Etc
- ::getgrgid — Etc
- ::getgrnam — Etc
- ::gethostbyaddr — Socket
- ::gethostbyname — Socket
- ::gethostbyname — TCPSocket
- ::gethostname — Socket
- ::getifaddrs — Socket
- ::getlogin — Etc
- ::getname — Resolv
- ::getnameinfo — Socket
- ::getnames — Resolv
- ::getopts — OptionParser
- ::getpgid — Process
- ::getpgrp — Process
- ::getpriority — Process
- ::getpty — PTY
- ::getpwent — Etc
- ::getpwnam — Etc
- ::getpwuid — Etc
- ::getrlimit — Process
- ::getservbyname — Socket
- ::getservbyport — Socket
- ::getsid — Process
- ::getuid — Process::Sys
- ::getwd — Dir
- ::getwd — Pathname
- ::getwd — FileUtils
- ::gid — Process
- ::gid= — Process
- ::git_present? — Bundler
- ::glob — Dir
- ::glob — Pathname
- ::glob_files_in_dir — Gem::Util
- ::grant_privilege — Process::UID
- ::grant_privilege — Process::GID
- ::gregorian_leap? — Date
- ::group — Etc
- ::groups — Process
- ::groups= — Process
- ::grpowned? — File
- ::guess — OptionParser::Switch
- ::guess — Kconv
- ::guess — NKF
- ::gunzip — Zlib
- ::gunzip — Gem::Util
- ::gzip — Zlib
- ::gzip — Gem::Util
- ::h — ERB::Util
- ::handle_interrupt — Thread
- ::has_key? — ENV
- ::has_value? — ENV
- ::have_option? — FileUtils
- ::here? — DRb
- ::hexdigest — Digest::Class
- ::hexdigest — OpenSSL::HMAC
- ::hexencode — Digest
- ::hide_cursor — Reline::ANSI
- ::hide_cursor — Reline::Windows
- ::hkdf — OpenSSL::KDF
- ::home — Dir
- ::home — Bundler
- ::home — RDoc
- ::host — Gem
- ::host= — Gem
- ::html_escape — ERB::Util
- ::http_default_port — Net::HTTP
- ::httpdate — Date
- ::httpdate — DateTime
- ::httpdate — Time
- ::https_default_port — Net::HTTP
- ::hypot — Math
- ::iconv — JSON
- ::ident — Syslog
- ::identical? — File
- ::identical? — FileUtils
- ::ignore_deadlock — Thread
- ::ignore_deadlock= — Thread
- ::in_pasting? — Reline::ANSI
- ::in_pasting? — Reline::GeneralIO
- ::in_pasting? — Reline::Windows
- ::inc — OptionParser
- ::include? — ENV
- ::included — OpenSSL::Marshal
- ::included — Syslog::Constants
- ::included — Syslog::Macros
- ::included — Singleton
- ::incompatible_argument_styles — OptionParser::Switch
- ::incompatible_argument_styles — OptionParser::Switch::NoArgument
- ::inflate — Zlib::Inflate
- ::inflate — Zlib
- ::inflate — Gem::Util
- ::inherited — Gem::Installer
- ::initgroups — Process
- ::initialize_readline — IRB::ReadlineInputMethod
- ::initialize_tracer — IRB
- ::inner_getc — Reline::ANSI
- ::input= — Reline::ANSI
- ::input= — Reline::GeneralIO
- ::input= — Readline
- ::insert_text — Readline
- ::insert_text — Reline
- ::inspect — ENV
- ::inspect — Syslog
- ::inspect_colorable? — IRB::Color
- ::install — FileUtils
- ::install — Gem
- ::install_acl — DRb
- ::install_extend_commands — IRB::ExtendCommandBundle
- ::install_extend_commands — IRB::ContextExtender
- ::install_id_conv — DRb
- ::install_path — Bundler
- ::installable? — Gem::Platform
- ::installed_stubs — Gem::Specification
- ::instance — CSV
- ::instance — Gem::CommandManager
- ::instance — Syslog
- ::instance — Singleton
- ::int — Socket::AncillaryData
- ::int — Socket::Option
- ::internal_class_of — ObjectSpace
- ::internal_super_of — ObjectSpace
- ::interpret_loosely — BigDecimal
- ::invert — ENV
- ::ip — Addrinfo
- ::ip_address_list — Socket
- ::ip_pktinfo — Socket::AncillaryData
- ::ipv4_multicast_loop — Socket::Option
- ::ipv4_multicast_ttl — Socket::Option
- ::ipv6_pktinfo — Socket::AncillaryData
- ::irb — IRB
- ::irb_abort — IRB
- ::irb_at_exit — IRB
- ::irb_exit — IRB
- ::is_version_1_2? — Net::HTTP
- ::iseuc — Kconv
- ::isjis — Kconv
- ::iso8601 — Date
- ::iso8601 — DateTime
- ::iso8601 — Time
- ::issetugid — Process::Sys
- ::issjis — Kconv
- ::isutf8 — Kconv
- ::java_platform? — Gem
- ::jd — Date
- ::jd — DateTime
- ::jisx0301 — Date
- ::jisx0301 — DateTime
- ::join — File
- ::join — URI
- ::join — Shellwords
- ::json_creatable? — JSON::GenericObject
- ::json_create — Complex
- ::json_create — Exception
- ::json_create — BigDecimal
- ::json_create — Rational
- ::json_create — Date
- ::json_create — DateTime
- ::json_create — Time
- ::json_create — Struct
- ::json_create — OpenStruct
- ::json_create — Range
- ::json_create — Regexp
- ::json_create — Set
- ::json_create — Symbol
- ::json_create — JSON::GenericObject
- ::julian_leap? — Date
- ::kconv — Kconv
- ::keep_if — ENV
- ::keep_script_lines — RubyVM
- ::keep_script_lines= — RubyVM
- ::key — ENV
- ::key? — ENV
- ::keys — ENV
- ::keys_with_inspector — IRB::Inspector
- ::keyword_init? — Struct
- ::kill — Thread
- ::kill — Process
- ::last_error — Fiddle
- ::last_error= — Fiddle
- ::last_match — Regexp
- ::last_status — Process
- ::latest_compact_info — GC
- ::latest_gc_info — GC
- ::latest_rubygems_version — Gem
- ::latest_spec_for — Gem::Specification
- ::latest_spec_for — Gem
- ::latest_specs — Gem::Specification
- ::latest_version_for — Gem
- ::lchmod — File
- ::lchown — File
- ::ldexp — Math
- ::leap? — Date
- ::length — ENV
- ::lex — Ripper
- ::lex_state_name — Ripper
- ::lgamma — Math
- ::libyaml_version — Psych
- ::limit — BigDecimal
- ::limit — Thread::Backtrace
- ::line_buffer — Readline
- ::line_editor — Reline
- ::line_stub — Coverage
- ::linger — Socket::Option
- ::link — File
- ::link — FileUtils
- ::link_entry — FileUtils
- ::list — Encoding
- ::list — Thread
- ::list — Signal
- ::ln — FileUtils
- ::ln_s — FileUtils
- ::ln_sf — FileUtils
- ::load — JSON::GenericObject
- ::load — OpenSSL::X509::Certificate
- ::load — OpenSSL::Engine
- ::load — Gem::Specification
- ::load — Psych
- ::load — Bundler
- ::load — Gem::SafeYAML
- ::load — Marshal
- ::load_defaults — Gem::Specification
- ::load_env_plugins — Gem
- ::load_file — OpenSSL::X509::Certificate
- ::load_file — Psych
- ::load_from_binary — RubyVM::InstructionSequence
- ::load_from_binary_extra_data — RubyVM::InstructionSequence
- ::load_gemspec — Bundler
- ::load_gemspec_uncached — Bundler
- ::load_marshal — Bundler
- ::load_options — RDoc::Options
- ::load_path_insert_index — Gem
- ::load_plugins — Gem
- ::load_random_file — OpenSSL::Random
- ::load_rdoc — RDoc::RubygemsHook
- ::load_rdoc — RDoc::RubygemsHook
- ::load_stream — Psych
- ::load_yaml — RDoc
- ::load_yaml — Gem
- ::local — Time
- ::local — Gem::Platform
- ::local_platform — Bundler
- ::locale — WIN32OLE
- ::locale= — WIN32OLE
- ::locale_charmap — Encoding
- ::location_of_caller — Gem
- ::locked_gems — Bundler
- ::lockfile_contents — Gem::BundlerVersionFinder
- ::lockfile_version — Gem::BundlerVersionFinder
- ::log — BigMath
- ::log — Syslog
- ::log — Math
- ::log10 — Math
- ::log2 — Math
- ::lstat — File
- ::lutime — File
- ::main — Ractor
- ::main — Thread
- ::make — Gem::Ext::Builder
- ::make_methods — Syslog::Logger
- ::make_pool — DRb::DRbConn
- ::make_shareable — Ractor
- ::makedirs — FileUtils
- ::malloc — Fiddle::CStructEntity
- ::malloc — Fiddle::Pointer
- ::malloc — Fiddle
- ::malloc_allocated_size — GC
- ::malloc_allocations — GC
- ::map — IO::Buffer
- ::marshal_version — Gem
- ::mask — Syslog
- ::mask= — Syslog
- ::match — Gem::Platform
- ::match? — Gem::Licenses
- ::match_gem? — Gem::Platform
- ::match_platforms? — Gem::Platform
- ::match_spec? — Gem::Platform
- ::maxgroups — Process
- ::maxgroups= — Process
- ::measure — Benchmark
- ::measure_total_time — GC
- ::measure_total_time= — GC
- ::mem_check_start — OpenSSL
- ::member? — ENV
- ::members — Struct
- ::memsize_of — ObjectSpace
- ::memsize_of_all — ObjectSpace
- ::merge! — ENV
- ::message_for — DidYouMean::Formatter
- ::message_for — DidYouMean::Formatter
- ::message_for — DidYouMean::Formatter
- ::message_for — ErrorHighlight::DefaultFormatter
- ::message_loop — WIN32OLE_EVENT
- ::mkdir — Dir
- ::mkdir — FileUtils
- ::mkdir_p — Bundler
- ::mkdir_p — FileUtils
- ::mkfifo — File
- ::mkpath — FileUtils
- ::mktmpdir — Dir
- ::mode — BigDecimal
- ::most_specific_locked_platform? — Bundler
- ::move — FileUtils
- ::move_cursor_column — Reline::ANSI
- ::move_cursor_column — Reline::GeneralIO
- ::move_cursor_column — Reline::Windows
- ::move_cursor_down — Reline::ANSI
- ::move_cursor_down — Reline::GeneralIO
- ::move_cursor_down — Reline::Windows
- ::move_cursor_up — Reline::ANSI
- ::move_cursor_up — Reline::GeneralIO
- ::move_cursor_up — Reline::Windows
- ::msys_tty? — Reline::Windows
- ::mtbl — RubyVM
- ::mtbl2 — RubyVM
- ::mtime — File
- ::must_C_version — StringScanner
- ::mv — FileUtils
- ::name_list — Encoding
- ::needs — Gem
- ::nesting — Module
- ::new — Array
- ::new — BasicObject
- ::new — Module
- ::new — Class
- ::new — String
- ::new — Fiber
- ::new — Pool
- ::new — Dir
- ::new — File
- ::new — Enumerator
- ::new — Enumerator::Lazy
- ::new — Enumerator::Chain
- ::new — Exception
- ::new — SystemExit
- ::new — SignalException
- ::new — KeyError
- ::new — SyntaxError
- ::new — NameError
- ::new — NoMethodError
- ::new — FrozenError
- ::new — NoMatchingPatternKeyError
- ::new — SystemCallError
- ::new — CGI
- ::new — Date
- ::new — DateTime
- ::new — Time
- ::new — Digest::SHA2
- ::new — Struct
- ::new — IO
- ::new — Fiddle::Closure
- ::new — Fiddle::Function
- ::new — Fiddle::Handle
- ::new — Fiddle::Closure::BlockCaller
- ::new — Fiddle::CompositeHandler
- ::new — Fiddle::StructArray
- ::new — Fiddle::CStructEntity
- ::new — Fiddle::Pinned
- ::new — Fiddle::Pointer
- ::new — JSON::Ext::Generator::State
- ::new — OpenStruct
- ::new — Range
- ::new — Regexp
- ::new — Set
- ::new — JSON::Ext::Parser
- ::new — MonitorMixin::ConditionVariable
- ::new — OpenSSL::BN
- ::new — OpenSSL::Buffering::Buffer
- ::new — OpenSSL::Cipher
- ::new — OpenSSL::Digest
- ::new — OpenSSL::HMAC
- ::new — OpenSSL::PKey::DH
- ::new — OpenSSL::PKey::DSA
- ::new — OpenSSL::PKey::EC
- ::new — OpenSSL::PKey::EC::Point
- ::new — OpenSSL::PKey::RSA
- ::new — OpenSSL::SSL::SSLContext
- ::new — OpenSSL::SSL::SSLSocket
- ::new — OpenSSL::SSL::SSLServer
- ::new — OpenSSL::X509::ExtensionFactory
- ::new — OpenSSL::X509::Extension
- ::new — OpenSSL::X509::Name
- ::new — OpenSSL::X509::Attribute
- ::new — OpenSSL::X509::StoreContext
- ::new — OpenSSL::X509::Certificate
- ::new — OpenSSL::X509::CRL
- ::new — OpenSSL::X509::Revoked
- ::new — OpenSSL::X509::Request
- ::new — OpenSSL::ASN1::ASN1Data
- ::new — OpenSSL::ASN1::Primitive
- ::new — OpenSSL::ASN1::Constructive
- ::new — OpenSSL::Config
- ::new — OpenSSL::Netscape::SPKI
- ::new — OpenSSL::OCSP::Request
- ::new — OpenSSL::OCSP::Response
- ::new — OpenSSL::OCSP::BasicResponse
- ::new — OpenSSL::OCSP::SingleResponse
- ::new — OpenSSL::OCSP::CertificateId
- ::new — OpenSSL::PKCS12
- ::new — OpenSSL::PKCS7
- ::new — OpenSSL::PKCS7::SignerInfo
- ::new — OpenSSL::PKCS7::RecipientInfo
- ::new — OpenSSL::PKey::PKey
- ::new — OpenSSL::PKey::EC::Group
- ::new — OpenSSL::SSL::Session
- ::new — OpenSSL::Timestamp::Response
- ::new — OpenSSL::Timestamp::TokenInfo
- ::new — OpenSSL::Timestamp::Request
- ::new — OpenSSL::X509::Store
- ::new — Pathname
- ::new — Psych::ClassLoader::Restricted
- ::new — Psych::Coder
- ::new — Psych::DisallowedClass
- ::new — Psych::Handler::DumperOptions
- ::new — Psych::Handlers::Recorder
- ::new — Psych::Nodes::Alias
- ::new — Psych::Nodes::Document
- ::new — Psych::Nodes::Mapping
- ::new — Psych::Nodes::Node
- ::new — Psych::Nodes::Scalar
- ::new — Psych::Nodes::Sequence
- ::new — Psych::Nodes::Stream
- ::new — Psych::Parser
- ::new — Psych::ScalarScanner
- ::new — Psych::SyntaxError
- ::new — Psych::TreeBuilder
- ::new — Psych::Visitors::DepthFirst
- ::new — Psych::Visitors::Emitter
- ::new — Psych::Visitors::ToRuby
- ::new — Psych::Visitors::YAMLTree
- ::new — Psych::Visitors::RestrictedYAMLTree
- ::new — Psych::Emitter
- ::new — Ripper
- ::new — Ripper::Filter
- ::new — Ripper::Lexer::State
- ::new — Ripper::Lexer::Elem
- ::new — Socket
- ::new — Socket::AncillaryData
- ::new — Addrinfo
- ::new — Socket::UDPSource
- ::new — UDPSocket
- ::new — TCPServer
- ::new — UNIXServer
- ::new — Socket::Option
- ::new — SOCKSSocket
- ::new — SOCKSSocket
- ::new — TCPSocket
- ::new — TCPSocket
- ::new — UNIXSocket
- ::new — StringIO
- ::new — StringScanner
- ::new — Syslog::Logger
- ::new — Win32::Registry
- ::new — Win32::Registry::Error
- ::new — Win32::Registry::PredefinedKey
- ::new — Win32::SSPI::SecurityBuffer
- ::new — Win32::SSPI::Identity
- ::new — Win32::SSPI::SSPIResult
- ::new — Win32::SSPI::NegotiateAuth
- ::new — WIN32OLE
- ::new — OLEProperty
- ::new — WIN32OLE_EVENT
- ::new — WIN32OLE_METHOD
- ::new — WIN32OLE_PARAM
- ::new — WIN32OLE_RECORD
- ::new — WIN32OLE_TYPE
- ::new — WIN32OLE_TYPELIB
- ::new — WIN32OLE_VARIANT
- ::new — Zlib::Deflate
- ::new — Zlib::Inflate
- ::new — Zlib::GzipWriter
- ::new — Zlib::GzipReader
- ::new — File::Stat
- ::new — Hash
- ::new — IO::Buffer
- ::new — RubyVM::InstructionSequence
- ::new — Benchmark::Tms
- ::new — CGI::Cookie
- ::new — CGI::Session
- ::new — CGI::Session::FileStore
- ::new — CGI::Session::MemoryStore
- ::new — CGI::Session::NullStore
- ::new — CGI::Session::PStore
- ::new — CSV
- ::new — CSV::MalformedCSVError
- ::new — CSV::FieldsConverter
- ::new — CSV::Parser
- ::new — CSV::Parser::Scanner
- ::new — CSV::Parser::InputsScanner
- ::new — CSV::Row
- ::new — CSV::Table
- ::new — CSV::Writer
- ::new — Delegator
- ::new — DidYouMean::SpellChecker
- ::new — DidYouMean::KeyErrorChecker
- ::new — DidYouMean::MethodNameChecker
- ::new — DidYouMean::ClassNameChecker
- ::new — DidYouMean::ClassNameChecker::ClassName
- ::new — DidYouMean::VariableNameChecker
- ::new — DidYouMean::NullChecker
- ::new — DidYouMean::PatternKeyNameChecker
- ::new — DidYouMean::RequirePathChecker
- ::new — DidYouMean::TreeSpellChecker
- ::new — ACL
- ::new — ACL::ACLEntry
- ::new — ACL::ACLList
- ::new — DRb::DRbUnknownError
- ::new — DRb::DRbRemoteError
- ::new — DRb::DRbUnknown
- ::new — DRb::DRbArray
- ::new — DRb::DRbObject
- ::new — DRb::ThreadObject
- ::new — DRb::DRbServer
- ::new — DRb::DRbObject
- ::new — DRb::ExtServ
- ::new — DRb::ExtServManager
- ::new — DRb::GW
- ::new — DRb::DRbSSLSocket
- ::new — DRb::DRbSSLSocket::SSLConfig
- ::new — DRb::TimerIdConv
- ::new — DRb::WeakIdConv
- ::new — DRb::WeakIdConv::WeakSet
- ::new — ERB
- ::new — ErrorHighlight::Spotter
- ::new — GetoptLong
- ::new — IPAddr
- ::new — IRB::Irb
- ::new — IRB::Color::SymbolState
- ::new — IRB::Context
- ::new — IRB::Vec
- ::new — IRB::Canvas
- ::new — IRB::RubyModel
- ::new — IRB::JobManager
- ::new — IRB::WorkSpace
- ::new — IRB::Frame
- ::new — IRB::Frame::FrameOverflow
- ::new — IRB::Frame::FrameUnderflow
- ::new — IRB::InputMethod
- ::new — IRB::StdioInputMethod
- ::new — IRB::FileInputMethod
- ::new — IRB::ReadlineInputMethod
- ::new — IRB::ReidlineInputMethod
- ::new — IRB::Inspector
- ::new — IRB::Locale
- ::new — IRB::Notifier::ErrUndefinedNotifier
- ::new — IRB::Notifier::ErrUnrecognizedLevel
- ::new — IRB::Notifier::AbstractNotifier
- ::new — IRB::Notifier::CompositeNotifier
- ::new — IRB::Notifier::LeveledNotifier
- ::new — IRB::Notifier::NoMsgNotifier
- ::new — IRB::OutputMethod::NotImplementedError
- ::new — XMP
- ::new — XMP::StringInputMethod
- ::new — Logger
- ::new — Logger::Formatter
- ::new — Logger::LogDevice
- ::new — Net::HTTP
- ::new — Net::HTTP
- ::new — Net::HTTPGenericRequest
- ::new — Net::HTTPRequest
- ::new — Net::ReadTimeout
- ::new — Net::WriteTimeout
- ::new — Net::WriteAdapter
- ::new — OpenURI::HTTPError
- ::new — OpenURI::HTTPRedirect
- ::new — URI::FTP
- ::new — OptionParser
- ::new — OptionParser::Switch
- ::new — OptionParser::List
- ::new — OptionParser::ParseError
- ::new — PrettyPrint
- ::new — PrettyPrint::SingleLine
- ::new — PStore
- ::new — Racc::DebugFlags
- ::new — Racc::Grammar
- ::new — Racc::Grammar::DefinitionEnv
- ::new — Racc::Grammar::PrecedenceDefinitionEnv
- ::new — Racc::Rule
- ::new — Racc::UserAction
- ::new — Racc::OrMark
- ::new — Racc::Prec
- ::new — Racc::LocationPointer
- ::new — Racc::SymbolTable
- ::new — Racc::Sym
- ::new — Racc::GrammarFileParser
- ::new — Racc::GrammarFileParser::Result
- ::new — Racc::GrammarFileScanner
- ::new — Racc::ISet
- ::new — Racc::LogFileGenerator
- ::new — Racc::ParserFileGenerator
- ::new — Racc::ParserFileGenerator::Params
- ::new — Racc::SourceText
- ::new — Racc::States
- ::new — Racc::State
- ::new — Racc::Goto
- ::new — Racc::Item
- ::new — Racc::ActionTable
- ::new — Racc::Shift
- ::new — Racc::Reduce
- ::new — Racc::SRconflict
- ::new — Racc::RRconflict
- ::new — Racc::StateTransitionTable
- ::new — Racc::StateTransitionTableGenerator
- ::new — Racc::ParserClassGenerator
- ::new — RDoc::Alias
- ::new — RDoc::AnyMethod
- ::new — RDoc::Attr
- ::new — RDoc::ClassModule
- ::new — RDoc::CodeObject
- ::new — RDoc::Comment
- ::new — RDoc::Constant
- ::new — RDoc::Context
- ::new — RDoc::CrossReference
- ::new — RDoc::ERBIO
- ::new — RDoc::Markdown
- ::new — RDoc::Markup
- ::new — RDoc::MethodAttr
- ::new — RDoc::Mixin
- ::new — RDoc::Parser
- ::new — RDoc::Parser::C
- ::new — RDoc::Parser::RipperStateLex
- ::new — RDoc::Parser::RipperStateLex::InnerStateLex
- ::new — RDoc::Parser::Ruby
- ::new — RDoc::Parser::Simple
- ::new — RDoc::RDoc
- ::new — RDoc::Require
- ::new — RDoc::RubygemsHook
- ::new — RDoc::Servlet
- ::new — RDoc::Stats
- ::new — RDoc::Store
- ::new — RDoc::Store::MissingFileError
- ::new — RDoc::Task
- ::new — RDoc::Task
- ::new — RDoc::TomDoc
- ::new — RDoc::TopLevel
- ::new — Reline::Core
- ::new — Reline::Config
- ::new — Reline::History
- ::new — Reline::KeyActor::Base
- ::new — Reline::KeyStroke
- ::new — Reline::KillRing
- ::new — Reline::KillRing::RingBuffer
- ::new — Reline::LineEditor
- ::new — Reline::LineEditor::DialogProcScope
- ::new — Reline::LineEditor::Dialog
- ::new — Reline::Windows::Win32API
- ::new — Reline::Windows::KeyEventRecord
- ::new — Resolv
- ::new — Resolv::Hosts
- ::new — Resolv::DNS
- ::new — Resolv::DNS::Resource::Generic
- ::new — Resolv::DNS::Resource::DomainName
- ::new — Resolv::DNS::Resource::SOA
- ::new — Resolv::DNS::Resource::HINFO
- ::new — Resolv::DNS::Resource::MINFO
- ::new — Resolv::DNS::Resource::MX
- ::new — Resolv::DNS::Resource::TXT
- ::new — Resolv::DNS::Resource::LOC
- ::new — Resolv::DNS::Resource::IN::A
- ::new — Resolv::DNS::Resource::IN::WKS
- ::new — Resolv::DNS::Resource::IN::AAAA
- ::new — Resolv::DNS::Resource::IN::SRV
- ::new — Resolv::MDNS
- ::new — Resolv::LOC::Size
- ::new — Resolv::LOC::Coord
- ::new — Resolv::LOC::Alt
- ::new — Rinda::Tuple
- ::new — Rinda::DRbObjectTemplate
- ::new — Rinda::TupleSpaceProxy
- ::new — Rinda::SimpleRenewer
- ::new — Rinda::RingServer
- ::new — Rinda::RingFinger
- ::new — Rinda::RingProvider
- ::new — Rinda::TupleEntry
- ::new — Rinda::WaitTemplateEntry
- ::new — Rinda::NotifyTemplateEntry
- ::new — Rinda::TupleBag::TupleBin
- ::new — Rinda::TupleSpace
- ::new — Gem::AvailableSet
- ::new — Gem::BasicSpecification
- ::new — Gem::Command
- ::new — Gem::CommandManager
- ::new — Gem::Commands::BuildCommand
- ::new — Gem::Commands::CertCommand
- ::new — Gem::Commands::CheckCommand
- ::new — Gem::Commands::CleanupCommand
- ::new — Gem::Commands::ContentsCommand
- ::new — Gem::Commands::DependencyCommand
- ::new — Gem::Commands::EnvironmentCommand
- ::new — Gem::Commands::FetchCommand
- ::new — Gem::Commands::GenerateIndexCommand
- ::new — Gem::Commands::HelpCommand
- ::new — Gem::Commands::InfoCommand
- ::new — Gem::Commands::InstallCommand
- ::new — Gem::Commands::ListCommand
- ::new — Gem::Commands::LockCommand
- ::new — Gem::Commands::MirrorCommand
- ::new — Gem::Commands::OpenCommand
- ::new — Gem::Commands::OutdatedCommand
- ::new — Gem::Commands::OwnerCommand
- ::new — Gem::Commands::PristineCommand
- ::new — Gem::Commands::PushCommand
- ::new — Gem::Commands::QueryCommand
- ::new — Gem::Commands::RdocCommand
- ::new — Gem::Commands::SearchCommand
- ::new — Gem::Commands::ServerCommand
- ::new — Gem::Commands::SetupCommand
- ::new — Gem::Commands::SigninCommand
- ::new — Gem::Commands::SignoutCommand
- ::new — Gem::Commands::SourcesCommand
- ::new — Gem::Commands::SpecificationCommand
- ::new — Gem::Commands::StaleCommand
- ::new — Gem::Commands::UninstallCommand
- ::new — Gem::Security::Policy
- ::new — Gem::Commands::UnpackCommand
- ::new — Gem::Commands::UpdateCommand
- ::new — Gem::Commands::WhichCommand
- ::new — Gem::Commands::YankCommand
- ::new — Gem::ConfigFile
- ::new — Gem::Dependency
- ::new — Gem::DependencyInstaller
- ::new — Gem::DependencyList
- ::new — Gem::Doctor
- ::new — Gem::MissingSpecError
- ::new — Gem::MissingSpecVersionError
- ::new — Gem::ConflictError
- ::new — Gem::PlatformMismatch
- ::new — Gem::SourceFetchProblem
- ::new — Gem::UnknownCommandError
- ::new — Gem::DependencyResolutionError
- ::new — Gem::FilePermissionError
- ::new — Gem::SpecificGemNotFoundException
- ::new — Gem::ImpossibleDependenciesError
- ::new — Gem::SystemExitException
- ::new — Gem::UnsatisfiableDependencyError
- ::new — Gem::Ext::Builder
- ::new — Gem::Ext::CargoBuilder
- ::new — Gem::Ext::CargoBuilder::DylibNotFoundError
- ::new — Gem::GemRunner
- ::new — Gem::Indexer
- ::new — Gem::Installer
- ::new — Gem::Installer::FakePackage
- ::new — Gem::MockGemUi
- ::new — Gem::MockGemUi::InputEOFError
- ::new — Gem::MockGemUi::TermError
- ::new — Gem::NameTuple
- ::new — Gem::Package
- ::new — Gem::Package::FormatError
- ::new — Gem::Package::PathError
- ::new — Gem::Package::SymlinkError
- ::new — Gem::Package::DigestIO
- ::new — Gem::Package::Old
- ::new — Gem::Package::TarHeader
- ::new — Gem::Package::TarReader
- ::new — Gem::Package::TarReader
- ::new — Gem::Package::TarReader::Entry
- ::new — Gem::Package::TarWriter
- ::new — Gem::Package::TarWriter
- ::new — Gem::Package::TarWriter::BoundedStream
- ::new — Gem::Package::TarWriter::RestrictedStream
- ::new — Gem::PackageTask
- ::new — Gem::PathSupport
- ::new — Gem::Platform
- ::new — RDoc::RubygemsHook
- ::new — Gem::RemoteFetcher
- ::new — Gem::RemoteFetcher::FetchError
- ::new — Gem::Request
- ::new — Gem::RequestSet
- ::new — Gem::RequestSet::GemDependencyAPI
- ::new — Gem::RequestSet::Lockfile
- ::new — Gem::RequestSet::Lockfile::ParseError
- ::new — Gem::RequestSet::Lockfile::Parser
- ::new — Gem::RequestSet::Lockfile::Tokenizer
- ::new — Gem::Requirement
- ::new — Gem::Version
- ::new — Gem::Resolver
- ::new — Gem::Resolver::ActivationRequest
- ::new — Gem::Resolver::APISet
- ::new — Gem::Resolver::APISpecification
- ::new — Gem::Resolver::APISpecification
- ::new — Gem::Resolver::BestSet
- ::new — Gem::Resolver::ComposedSet
- ::new — Gem::Resolver::Conflict
- ::new — Gem::Resolver::DependencyRequest
- ::new — Gem::Resolver::IndexSpecification
- ::new — Gem::Resolver::InstallerSet
- ::new — Gem::Resolver::LockSet
- ::new — Gem::Resolver::LockSpecification
- ::new — Gem::Resolver::Molinillo::DependencyGraph
- ::new — Gem::Resolver::Molinillo::DependencyGraph::AddEdgeNoCircular
- ::new — Gem::Resolver::Molinillo::DependencyGraph::DeleteEdge
- ::new — Gem::Resolver::Molinillo::DependencyGraph::DetachVertexNamed
- ::new — Gem::Resolver::Molinillo::DependencyGraph::Log
- ::new — Gem::Resolver::Molinillo::DependencyGraph::Tag
- ::new — Gem::Resolver::Molinillo::DependencyGraph::Vertex
- ::new — Gem::Resolver::Molinillo::NoSuchDependencyError
- ::new — Gem::Resolver::Molinillo::CircularDependencyError
- ::new — Gem::Resolver::Molinillo::VersionConflict
- ::new — Gem::Resolver::Molinillo::Resolver
- ::new — Gem::Resolver::Molinillo::Resolver::Resolution
- ::new — Gem::Resolver::RequirementList
- ::new — Gem::Resolver::SourceSet
- ::new — Gem::Resolver::SpecSpecification
- ::new — Gem::Resolver::Specification
- ::new — Gem::Resolver::Stats
- ::new — Gem::S3URISigner
- ::new — Gem::S3URISigner::ConfigurationError
- ::new — Gem::S3URISigner::InstanceProfileError
- ::new — Gem::Security::Signer
- ::new — Gem::Security::TrustDir
- ::new — Gem::Source
- ::new — Gem::Source::Git
- ::new — Gem::Source::Lock
- ::new — Gem::Source::SpecificFile
- ::new — Gem::Source::Vendor
- ::new — Gem::SourceList
- ::new — Gem::SpecFetcher
- ::new — Gem::Specification
- ::new — Gem::SpecificationPolicy
- ::new — Gem::Uninstaller
- ::new — Gem::UnknownCommandSpellChecker
- ::new — Gem::Uri
- ::new — Gem::UriFormatter
- ::new — Gem::StreamUI
- ::new — Gem::StreamUI::SilentProgressReporter
- ::new — Gem::StreamUI::SimpleProgressReporter
- ::new — Gem::StreamUI::VerboseProgressReporter
- ::new — Gem::StreamUI::SilentDownloadReporter
- ::new — Gem::StreamUI::ThreadedDownloadReporter
- ::new — Gem::ConsoleUI
- ::new — Gem::SilentUI
- ::new — Gem::List
- ::new — Tempfile
- ::new — URI::Generic
- ::new — URI::LDAP
- ::new — URI::MailTo
- ::new — URI::RFC2396_Parser
- ::new — URI::RFC2396_Parser
- ::new — WeakRef
- ::new — YAML::Store
- ::new — Proc
- ::new — Ractor
- ::new — Random
- ::new — Thread
- ::new — Thread::Mutex
- ::new — Thread::ConditionVariable
- ::new — Thread::Queue
- ::new — Thread::SizedQueue
- ::new — TracePoint
- ::new — Encoding::Converter
- ::new — UncaughtThrowError
- ::new — MonitorMixin
- ::new — OpenSSL::Buffering
- ::new — OptionParser::Arguable
- ::new — CoreExtensions::TCPSocketExt::Initializer
- ::new! — Date
- ::new_ntoh — IPAddr
- ::new_seed — Random
- ::new_with — DRb::DRbObject
- ::new_with — DRb::DRbObject
- ::new_with_uri — DRb::DRbObject
- ::new_with_uri — DRb::DRbObject
- ::newobj — Net::HTTP
- ::nil_versions_are_discouraged! — Gem::Version
- ::nkf — NKF
- ::non_nil_attributes — Gem::Specification
- ::normalize_yaml_input — Gem::Specification
- ::now — DateTime
- ::now — Time
- ::nprocessors — Etc
- ::nth_kday — Date
- ::nth_kday — DateTime
- ::ntop — IPAddr
- ::null — Gem::NameTuple
- ::oct_or_256based — Gem::Package::TarHeader
- ::of — RubyVM::InstructionSequence
- ::of — RubyVM::AbstractSyntaxTree
- ::ole_classes — WIN32OLE_TYPE
- ::ole_free — WIN32OLE
- ::ole_reference_count — WIN32OLE
- ::ole_show_help — WIN32OLE
- ::once_writer — Racc::Sym
- ::open — Dir
- ::open — File
- ::open — IO
- ::open — OpenSSL::SSL::SSLSocket
- ::open — StringIO
- ::open — Win32::Registry
- ::open — Zlib::GzipWriter
- ::open — Zlib::GzipReader
- ::open — CSV
- ::open — DRb::DRbSSLSocket
- ::open — IRB::FileInputMethod
- ::open — Resolv::DNS
- ::open — Tempfile
- ::open — PTY
- ::open — Syslog
- ::open — DRb::DRbProtocol
- ::open — URI
- ::open! — Syslog
- ::open_file — Gem
- ::open_server — DRb::DRbSSLSocket
- ::open_server — DRb::DRbProtocol
- ::opened? — Syslog
- ::operating_system_defaults — Gem
- ::options — Syslog
- ::options — FileUtils
- ::options_of — FileUtils
- ::ordinal — Date
- ::ordinal — DateTime
- ::original_env — Bundler
- ::original_exec — Bundler
- ::original_system — Bundler
- ::outdated — Gem::Specification
- ::outdated_and_latest_version — Gem::Specification
- ::output= — Reline::ANSI
- ::output= — Readline
- ::owned? — File
- ::pack_sockaddr_in — Socket
- ::pack_sockaddr_un — Socket
- ::pair — Socket
- ::pair — UNIXSocket
- ::parse — CGI
- ::parse — Date
- ::parse — DateTime
- ::parse — Time
- ::parse — OpenSSL::X509::Name
- ::parse — OpenSSL::Config
- ::parse — Ripper
- ::parse — CGI::Cookie
- ::parse — CSV
- ::parse — Racc::GrammarFileParser
- ::parse — RDoc::Markdown
- ::parse — RDoc::Markup
- ::parse — RDoc::Parser::RipperStateLex
- ::parse — RDoc::RD
- ::parse — RDoc::TomDoc
- ::parse — Gem::Requirement
- ::parse — Gem::Uri
- ::parse — RubyVM::AbstractSyntaxTree
- ::parse — Psych
- ::parse — URI
- ::parse! — Gem::Uri
- ::parse_config — OpenSSL::Config
- ::parse_file — Racc::GrammarFileParser
- ::parse_file — RubyVM::AbstractSyntaxTree
- ::parse_file — Psych
- ::parse_files_matching — RDoc::Parser
- ::parse_line — CSV
- ::parse_openssl — OpenSSL::X509::Name
- ::parse_option_string — Racc::DebugFlags
- ::parse_rfc2253 — OpenSSL::X509::Name
- ::parse_stream — Psych
- ::parser — Psych
- ::pass — Thread
- ::passwd — Etc
- ::path — File
- ::path — Gem
- ::path_separator — Gem
- ::paths — Gem
- ::paths= — Gem
- ::pattern — OptionParser::Switch
- ::pattern — OptionParser::Switch::NoArgument
- ::pbkdf2_hmac — OpenSSL::KDF
- ::peek_result — Coverage
- ::pending_interrupt? — Thread
- ::pid — Process
- ::pipe — IO
- ::pipe? — File
- ::pipeline — Open3
- ::pipeline_r — Open3
- ::pipeline_rw — Open3
- ::pipeline_start — Open3
- ::pipeline_w — Open3
- ::platform_defaults — Gem
- ::platforms — Gem
- ::platforms= — Gem
- ::plugin_suffix_pattern — Gem
- ::plugin_suffix_regexp — Gem
- ::plugindir — Gem
- ::point — Readline
- ::point= — Readline
- ::polar — Complex
- ::popen — IO
- ::popen — Gem::Util
- ::popen2 — Open3
- ::popen2e — Open3
- ::popen3 — Open3
- ::post — Net::HTTP
- ::post_build — Gem
- ::post_form — Net::HTTP
- ::post_install — Gem
- ::post_reset — Gem
- ::post_uninstall — Gem
- ::pp — IRB::ColorPrinter
- ::pp — PP
- ::pp — Kernel
- ::ppid — Process
- ::pre_input_hook — Readline
- ::pre_input_hook= — Readline
- ::pre_install — Gem
- ::pre_reset — Gem
- ::pre_uninstall — Gem
- ::preferred_gemfile_name — Bundler
- ::prefix — Gem
- ::prep — Reline::ANSI
- ::prep — Reline::GeneralIO
- ::prep — Reline::Windows
- ::prepend — Gem::List
- ::prepended — CoreExtensions::TCPSocketExt
- ::primary — Rinda::RingFinger
- ::print_mem_leaks — OpenSSL
- ::print_usage — IRB
- ::prioritize! — Gem::BundlerVersionFinder
- ::proc — Racc::UserAction
- ::process_key_event — Reline::Windows
- ::produce — Enumerator
- ::progids — WIN32OLE_TYPE
- ::proxy_auth_get — Win32::SSPI::NegotiateAuth
- ::proxy_class? — Net::HTTP
- ::prune — Find
- ::pwd — Dir
- ::pwd — Pathname
- ::pwd — FileUtils
- ::quote — Regexp
- ::quoting_detection_proc — Readline
- ::quoting_detection_proc= — Readline
- ::rand — OpenSSL::BN
- ::rand — Random
- ::rand_range — OpenSSL::BN
- ::random_add — OpenSSL::Random
- ::random_bytes — OpenSSL::Random
- ::rassoc — ENV
- ::raw_data — GC::Profiler
- ::raw_spec — Gem::Package
- ::re_exchange — Process::UID
- ::re_exchange — Process::GID
- ::re_exchangeable? — Process::UID
- ::re_exchangeable? — Process::GID
- ::re_sign — Gem::Security
- ::re_sign_cert — Gem::Security::Signer
- ::reachable_objects_from — ObjectSpace
- ::reachable_objects_from_root — ObjectSpace
- ::read — IO
- ::read — CSV
- ::read — OpenSSL::PKey
- ::read_binary — Gem
- ::read_file — Bundler
- ::read_file — RDoc::Encoding
- ::read_smime — OpenSSL::PKCS7
- ::read_status_line — Net::HTTPResponse
- ::readable? — File
- ::readable_real? — File
- ::readline — Readline
- ::readlines — IO
- ::readlines — CSV
- ::readlink — File
- ::realdirpath — File
- ::realloc — Fiddle
- ::realpath — File
- ::realtime — Benchmark
- ::receive — Ractor
- ::receive_if — Ractor
- ::rect — Complex
- ::rectangular — Complex
- ::recv — Ractor
- ::redact — Gem::Uri
- ::redisplay — Readline
- ::refresh — Gem
- ::refresh_line — Readline
- ::regexp — URI
- ::regexp — OptionParser::Completion
- ::regist_server — DRb
- ::register — OpenSSL::ASN1::ObjectId
- ::register_default_spec — Gem
- ::register_scheme — URI
- ::rehash — ENV
- ::reject — ENV
- ::reject — OptionParser
- ::reject! — ENV
- ::remove — FileUtils
- ::remove_dir — FileUtils
- ::remove_entry — FileUtils
- ::remove_entry_secure — FileUtils
- ::remove_file — FileUtils
- ::remove_frozen_string_literal — RDoc::Encoding
- ::remove_magic_comment — RDoc::Encoding
- ::remove_modeline — RDoc::Parser
- ::remove_server — DRb
- ::remove_spec — Gem::Specification
- ::remove_stress_to_class — GC
- ::rename — File
- ::reopen — Syslog
- ::replace — ENV
- ::report — GC::Profiler
- ::report_on_exception — Thread
- ::report_on_exception= — Thread
- ::require — Bundler
- ::requireables — DidYouMean::RequirePathChecker
- ::required_attribute? — Gem::Specification
- ::required_attributes — Gem::Specification
- ::requires_sudo? — Bundler
- ::reset — Reline::GeneralIO
- ::reset — Gem::CommandManager
- ::reset — Gem::Specification
- ::reset — Gem::Security
- ::reset! — Bundler
- ::reset_paths! — Bundler
- ::reset_rubygems! — Bundler
- ::reset_settings_and_root! — Bundler
- ::response_class — Net::HTTPResponse
- ::restore — JSON
- ::restore — Marshal
- ::result — Coverage
- ::result — GC::Profiler
- ::resume — Coverage
- ::resume — RubyVM::MJIT
- ::retrieve_keybuffer — Reline::ANSI
- ::rfc2822 — Date
- ::rfc2822 — DateTime
- ::rfc2822 — Time
- ::rfc3339 — Date
- ::rfc3339 — DateTime
- ::rfc822 — Date
- ::rfc822 — DateTime
- ::rfc822 — Time
- ::rid — Process::UID
- ::rid — Process::GID
- ::rm — FileUtils
- ::rm_f — FileUtils
- ::rm_r — FileUtils
- ::rm_rf — Bundler
- ::rm_rf — FileUtils
- ::rmdir — Dir
- ::rmdir — FileUtils
- ::rmtree — FileUtils
- ::root — Bundler
- ::ruby — Gem
- ::ruby2_keywords_hash — Hash
- ::ruby2_keywords_hash? — Hash
- ::ruby_api_version — Gem
- ::ruby_engine — Gem
- ::ruby_scope — Bundler
- ::ruby_version — Gem
- ::rubygems_deprecate — Gem::Deprecate
- ::rubygems_deprecate_command — Gem::Deprecate
- ::rubygems_version — Gem
- ::run — Gem::Ext::Builder
- ::running? — Coverage
- ::safe_dump — Psych
- ::safe_load — Psych
- ::safe_load — Gem::SafeYAML
- ::safe_load_file — Psych
- ::safe_unlink — FileUtils
- ::save_exception_mode — BigDecimal
- ::save_limit — BigDecimal
- ::save_rounding_mode — BigDecimal
- ::scan — IRB::Color
- ::schedule — Fiber
- ::scheduler — Fiber
- ::scheme_list — URI
- ::screen_width — IRB::ColorPrinter
- ::scroll_down — Reline::ANSI
- ::scroll_down — Reline::GeneralIO
- ::scroll_down — Reline::Windows
- ::scrypt — OpenSSL::KDF
- ::search_const — OptionParser
- ::search_convpath — Encoding::Converter
- ::secure_compare — OpenSSL
- ::seed — Random
- ::seed — OpenSSL::Random
- ::select — IO
- ::select — ENV
- ::select — Ractor
- ::select! — ENV
- ::self_manager — Bundler
- ::sender — IRB::Frame
- ::set_default_key_bindings — Reline::ANSI
- ::set_default_key_bindings — Reline::GeneralIO
- ::set_default_key_bindings — Reline::Windows
- ::set_default_key_bindings_comprehensive_list — Reline::ANSI
- ::set_default_key_bindings_terminfo — Reline::ANSI
- ::set_scheduler — Fiber
- ::set_screen_size — Reline::ANSI
- ::set_screen_size — Reline::GeneralIO
- ::set_screen_size — Reline::Windows
- ::set_screen_size — Readline
- ::set_winch_handler — Reline::ANSI
- ::set_winch_handler — Reline::GeneralIO
- ::set_winch_handler — Reline::Windows
- ::setconsolemode — Reline::Windows
- ::setegid — Process::Sys
- ::seteuid — Process::Sys
- ::setgid — Process::Sys
- ::setgid? — File
- ::setgrent — Etc
- ::setpgid — Process
- ::setpgrp — Process
- ::setpriority — Process
- ::setproctitle — Process
- ::setpwent — Etc
- ::setregid — Process::Sys
- ::setresgid — Process::Sys
- ::setresuid — Process::Sys
- ::setreuid — Process::Sys
- ::setrgid — Process::Sys
- ::setrlimit — Process
- ::setruid — Process::Sys
- ::setsid — Process
- ::settings — Bundler
- ::setuid — Process::Sys
- ::setuid? — File
- ::setup — Coverage
- ::setup — Bundler
- ::setupterm — Reline::Terminfo
- ::sexp — Ripper
- ::sexp_raw — Ripper
- ::shareable? — Ractor
- ::sharing_detection — PP
- ::sharing_detection= — PP
- ::shellescape — Shellwords
- ::shelljoin — Shellwords
- ::shellsplit — Shellwords
- ::shellwords — Shellwords
- ::shift — ENV
- ::show_cursor — Reline::ANSI
- ::show_cursor — Reline::Windows
- ::show_version — OptionParser
- ::sid_available? — Process::UID
- ::sid_available? — Process::GID
- ::sign — OpenSSL::PKCS7
- ::sign — Gem::Security
- ::signame — Signal
- ::signature — RDoc::TomDoc
- ::silent_system — Gem::Util
- ::sin — Math
- ::singleline_format — PrettyPrint
- ::singleline_pp — PP
- ::sinh — Math
- ::size — File
- ::size — Fiddle::CStructEntity
- ::size — Fiddle::CUnionEntity
- ::size — ENV
- ::size? — File
- ::skip_during — Gem::Deprecate
- ::slice — Ripper
- ::slice — ENV
- ::sockaddr_in — Socket
- ::sockaddr_un — Socket
- ::socket? — File
- ::socketpair — Socket
- ::socketpair — UNIXSocket
- ::solaris_platform? — Gem
- ::sort_priority — Gem::Platform
- ::source_date_epoch — Gem
- ::source_date_epoch_string — Gem
- ::source_text — Racc::UserAction
- ::sources — Gem
- ::sources= — Gem
- ::spawn — PTY
- ::spawn — Process
- ::spec_cache_dir — Gem
- ::special_prefixes — Readline
- ::special_prefixes= — Readline
- ::specific_extra_args — Gem::Command
- ::specific_extra_args_hash — Gem::Command
- ::specs_path — Bundler
- ::spell_checkers — DidYouMean
- ::split — File
- ::split — URI
- ::split — Shellwords
- ::split_by_width — Reline::Unicode
- ::spot — ErrorHighlight
- ::sqrt — Integer
- ::sqrt — Math
- ::srand — Random
- ::start — Net::HTTP
- ::start — Thread
- ::start — Coverage
- ::start — GC
- ::start — IRB
- ::start_pasting — Reline::GeneralIO
- ::start_service — DRb
- ::stat — RubyVM
- ::stat — File
- ::stat — TracePoint
- ::stat — GC
- ::state — Coverage
- ::status? — OpenSSL::Random
- ::sticky? — File
- ::stop — Thread
- ::stop_pool — DRb::DRbConn
- ::stop_service — DRb
- ::store — ENV
- ::stress — GC
- ::stress= — GC
- ::strict_oct — Gem::Package::TarHeader
- ::strongly_connected_components — TSort
- ::strptime — Date
- ::strptime — DateTime
- ::strptime — Time
- ::stubs — Gem::Specification
- ::stubs_for — Gem::Specification
- ::sudo — Bundler
- ::suffix_pattern — Gem
- ::suffix_regexp — Gem
- ::suffixes — Gem
- ::suggestions — Gem::Licenses
- ::suspend — Coverage
- ::switch — Process::UID
- ::switch — Process::GID
- ::sym — Fiddle::Handle
- ::symlink — File
- ::symlink — FileUtils
- ::symlink? — File
- ::sysconf — Etc
- ::sysconfdir — Etc
- ::syslog — Syslog::Logger
- ::syslog= — Syslog::Logger
- ::sysopen — IO
- ::system_bindir — Bundler
- ::systmpdir — Etc
- ::table — CSV
- ::take_range — Reline::Unicode
- ::tan — Math
- ::tanh — Math
- ::tcp — Socket
- ::tcp — Addrinfo
- ::tcp_server_loop — Socket
- ::tcp_server_sockets — Socket
- ::terminate — OptionParser
- ::test_all — Date
- ::test_civil — Date
- ::test_commercial — Date
- ::test_nth_kday — Date
- ::test_ordinal — Date
- ::test_unit_conv — Date
- ::test_weeknum — Date
- ::thread — DRb
- ::tigetflag — Reline::Terminfo
- ::tigetnum — Reline::Terminfo
- ::tigetstr — Reline::Terminfo
- ::time — Gem
- ::time2wtime — Win32::Registry
- ::timeout — Timeout
- ::times — Process
- ::tiparm — Reline::Terminfo
- ::tmp — Bundler
- ::tmp_home_path — Bundler
- ::tmpdir — Dir
- ::to_a — ENV
- ::to_a — Rinda::RingFinger
- ::to_basic — Gem::NameTuple
- ::to_h — ENV
- ::to_hash — ENV
- ::to_html — RDoc::TokenStream
- ::to_id — DRb
- ::to_json — Psych
- ::to_obj — DRb
- ::to_ptr — Fiddle::Pointer
- ::to_s — ENV
- ::to_tty? — Exception
- ::today — Date
- ::toeuc — Kconv
- ::tojis — Kconv
- ::tokenize — Ripper
- ::tolocale — Kconv
- ::top — IRB::Frame
- ::top — OptionParser
- ::tosjis — Kconv
- ::total_time — GC
- ::total_time — GC::Profiler
- ::touch — FileUtils
- ::toutf16 — Kconv
- ::toutf32 — Kconv
- ::toutf8 — Kconv
- ::trace — TracePoint
- ::trace_object_allocations — ObjectSpace
- ::trace_object_allocations_clear — ObjectSpace
- ::trace_object_allocations_debug_start — ObjectSpace
- ::trace_object_allocations_start — ObjectSpace
- ::trace_object_allocations_stop — ObjectSpace
- ::trap — Signal
- ::traverse — OpenSSL::ASN1
- ::traverse_parents — Gem::Util
- ::truncate — File
- ::trust_dir — Gem::Security
- ::trusted_certificates — Gem::Security
- ::try_activate — Gem
- ::try_convert — Array
- ::try_convert — Integer
- ::try_convert — String
- ::try_convert — IO
- ::try_convert — Regexp
- ::try_convert — Hash
- ::tsort — Gem::Resolver::Molinillo::DependencyGraph
- ::tsort — TSort
- ::tsort_each — TSort
- ::type2name — Win32::Registry
- ::typelibs — WIN32OLE_TYPE
- ::typelibs — WIN32OLE_TYPELIB
- ::u — ERB::Util
- ::udp — Addrinfo
- ::udp_server_loop — Socket
- ::udp_server_loop_on — Socket
- ::udp_server_recv — Socket
- ::udp_server_sockets — Socket
- ::ui — Bundler
- ::ui — Gem
- ::ui — Gem::DefaultUserInteraction
- ::ui= — Bundler
- ::ui= — Gem::DefaultUserInteraction
- ::uid — Process
- ::uid= — Process
- ::umask — File
- ::uname — Etc
- ::unbundled_env — Bundler
- ::unbundled_exec — Bundler
- ::unbundled_system — Bundler
- ::undefine_finalizer — ObjectSpace
- ::ungetc — Reline::ANSI
- ::ungetc — Reline::GeneralIO
- ::ungetc — Reline::Windows
- ::ungetc — Reline
- ::union — Regexp
- ::unix — Socket
- ::unix — Addrinfo
- ::unix_rights — Socket::AncillaryData
- ::unix_server_loop — Socket
- ::unix_server_socket — Socket
- ::unix_socket_abstract_name? — Socket
- ::unlink — Dir
- ::unlink — File
- ::unpack_sockaddr_in — Socket
- ::unpack_sockaddr_un — Socket
- ::unresolved_deps — Gem::Specification
- ::unresolved_specs — Gem::Specification
- ::unsafe_load — Psych
- ::unsafe_load_file — Psych
- ::update — ENV
- ::uptodate? — FileUtils
- ::urandom — Random
- ::uri — DRb
- ::uri_option — DRb::DRbProtocol
- ::url_encode — ERB::Util
- ::use_gemdeps — Gem
- ::use_markup — RDoc::Parser
- ::use_paths — Gem
- ::use_system_gems? — Bundler
- ::use_ui — Gem::DefaultUserInteraction
- ::used_modules — Module
- ::user_bundle_path — Bundler
- ::user_cache — Bundler
- ::user_dir — Gem
- ::user_home — Bundler
- ::user_home — Gem
- ::utc — Time
- ::utime — File
- ::valid_civil? — Date
- ::valid_commercial? — Date
- ::valid_date? — Date
- ::valid_jd? — Date
- ::valid_ordinal? — Date
- ::valid_v6? — IPSocket
- ::value — CSV::InputRecordSeparator
- ::value? — ENV
- ::values — ENV
- ::values_at — ENV
- ::verbose — DRb::DRbServer
- ::verbose= — DRb::DRbServer
- ::verify_certificate — Gem::Request
- ::verify_certificate_identity — OpenSSL::SSL
- ::verify_certificate_message — Gem::Request
- ::verify_compaction_references — GC
- ::verify_internal_consistency — GC
- ::verify_transient_heap_internal_consistency — GC
- ::version — ERB
- ::version — IRB
- ::version_1_2 — Net::HTTP
- ::version_1_2? — Net::HTTP
- ::vi_backward_word — Reline::Unicode
- ::vi_big_backward_word — Reline::Unicode
- ::vi_big_forward_end_word — Reline::Unicode
- ::vi_big_forward_word — Reline::Unicode
- ::vi_editing_mode — Readline
- ::vi_editing_mode? — Readline
- ::vi_first_print — Reline::Unicode
- ::vi_forward_end_word — Reline::Unicode
- ::vi_forward_word — Reline::Unicode
- ::wait — Process::Status
- ::wait — Process
- ::wait2 — Process
- ::waitall — Process
- ::waitpid — Process
- ::waitpid2 — Process
- ::weeknum — Date
- ::weeknum — DateTime
- ::which — Bundler
- ::width_for — PP
- ::win32_last_error — Fiddle
- ::win32_last_error= — Fiddle
- ::win32_last_socket_error — Fiddle
- ::win32_last_socket_error= — Fiddle
- ::win? — Reline::ANSI
- ::win? — Reline::GeneralIO
- ::win? — Reline::Windows
- ::win_legacy_console? — Reline::Windows
- ::win_platform? — Gem
- ::with — OptionParser
- ::with_clean_env — Bundler
- ::with_env — Bundler
- ::with_original_env — Bundler
- ::with_unbundled_env — Bundler
- ::without_circular_ref — IRB::Color
- ::world_readable? — File
- ::world_writable? — File
- ::wrap — JSON::JSONError
- ::wrap — Zlib::GzipFile
- ::wrap — Gem::Package::DigestIO
- ::writable? — File
- ::writable_real? — File
- ::write — IO
- ::write — Gem::Security
- ::write_binary — Gem
- ::write_random_file — OpenSSL::Random
- ::write_smime — OpenSSL::PKCS7
- ::wtime2time — Win32::Registry
- ::xmlschema — Date
- ::xmlschema — DateTime
- ::xmlschema — Time
- ::yaml_tag — Object
- ::yield — Fiber
- ::yield — Ractor
- ::zcat — Zlib::GzipReader
- ::zero? — File
- ::zip? — RDoc::Parser
- ::zlib_version — Zlib
- ::zone_offset — Time
- #! — BasicObject
- #! — Delegator
- #! — Ractor::MovedObject
- #!= — BasicObject
- #!= — Delegator
- #!= — Ractor::MovedObject
- #!~ — Object
- #% — Integer
- #% — Numeric
- #% — String
- #% — Float
- #% — BigDecimal
- #% — Range
- #% — OpenSSL::BN
- #& — Array
- #& — Integer
- #& — NilClass
- #& — Set
- #& — Ripper::Lexer::State
- #& — IPAddr
- #& — TrueClass
- #& — FalseClass
- #& — Process::Status
- #* — Array
- #* — Integer
- #* — Complex
- #* — String
- #* — Float
- #* — BigDecimal
- #* — Rational
- #* — OpenSSL::BN
- #* — Benchmark::Tms
- #** — Integer
- #** — Complex
- #** — Float
- #** — BigDecimal
- #** — Rational
- #** — OpenSSL::BN
- #+ — Array
- #+ — Integer
- #+ — Complex
- #+ — String
- #+ — Float
- #+ — Enumerator
- #+ — BigDecimal
- #+ — Rational
- #+ — Date
- #+ — Time
- #+ — Fiddle::Pointer
- #+ — Set
- #+ — OpenSSL::BN
- #+ — Pathname
- #+ — Benchmark::Tms
- #+ — URI::Generic
- #+@ — Numeric
- #+@ — String
- #+@ — BigDecimal
- #+@ — Fiddle::Pointer
- #+@ — OpenSSL::BN
- #- — Array
- #- — Integer
- #- — Complex
- #- — Float
- #- — BigDecimal
- #- — Rational
- #- — Date
- #- — Time
- #- — Fiddle::Pointer
- #- — Set
- #- — OpenSSL::BN
- #- — Benchmark::Tms
- #- — URI::Generic
- #-@ — Integer
- #-@ — Complex
- #-@ — Numeric
- #-@ — String
- #-@ — Float
- #-@ — BigDecimal
- #-@ — Rational
- #-@ — Fiddle::Pointer
- #-@ — OpenSSL::BN
- #/ — Integer
- #/ — Complex
- #/ — Float
- #/ — BigDecimal
- #/ — Rational
- #/ — OpenSSL::BN
- #/ — Pathname
- #/ — Benchmark::Tms
- #< — Integer
- #< — Module
- #< — Float
- #< — BigDecimal
- #< — Set
- #< — Hash
- #< — Comparable
- #<< — Array
- #<< — Integer
- #<< — String
- #<< — Date
- #<< — Digest::Base
- #<< — Digest::SHA2
- #<< — IO
- #<< — Set
- #<< — OpenSSL::BN
- #<< — OpenSSL::Buffering::Buffer
- #<< — OpenSSL::Digest
- #<< — OpenSSL::HMAC
- #<< — Psych::Visitors::YAMLTree
- #<< — StringScanner
- #<< — Zlib::Deflate
- #<< — Zlib::Inflate
- #<< — Zlib::GzipWriter
- #<< — CSV
- #<< — CSV::Row
- #<< — CSV::Table
- #<< — CSV::Writer
- #<< — IPAddr
- #<< — Logger
- #<< — Net::WriteAdapter
- #<< — Reline::History
- #<< — Reline::KillRing::RingBuffer
- #<< — Gem::AvailableSet
- #<< — Gem::SourceList
- #<< — Proc
- #<< — Method
- #<< — Ractor
- #<< — Thread::Queue
- #<< — Thread::SizedQueue
- #<< — Digest::Instance
- #<< — OpenSSL::Buffering
- #<< — IO::generic_writable
- #<= — Integer
- #<= — Module
- #<= — Float
- #<= — BigDecimal
- #<= — Set
- #<= — Hash
- #<= — Comparable
- #<=> — Array
- #<=> — Object
- #<=> — Integer
- #<=> — Module
- #<=> — Complex
- #<=> — Numeric
- #<=> — String
- #<=> — Float
- #<=> — BigDecimal
- #<=> — Rational
- #<=> — Date
- #<=> — Time
- #<=> — Fiddle::Pointer
- #<=> — Set
- #<=> — Symbol
- #<=> — OpenSSL::BN
- #<=> — OpenSSL::X509::Name
- #<=> — Pathname
- #<=> — File::Stat
- #<=> — IO::Buffer
- #<=> — IPAddr
- #<=> — IRB::Notifier::LeveledNotifier
- #<=> — RDoc::Alias
- #<=> — RDoc::Constant
- #<=> — RDoc::Context
- #<=> — RDoc::MethodAttr
- #<=> — RDoc::Mixin
- #<=> — Gem::Dependency
- #<=> — Gem::NameTuple
- #<=> — Gem::Version
- #<=> — Gem::Resolver::Molinillo::Resolver::Resolution::UnwindDetails
- #<=> — Gem::Source
- #<=> — Gem::Source::Git
- #<=> — Gem::Source::Installed
- #<=> — Gem::Source::Local
- #<=> — Gem::Source::SpecificFile
- #<=> — Gem::Source::Vendor
- #== — Array
- #== — Integer
- #== — BasicObject
- #== — Module
- #== — Complex
- #== — String
- #== — Float
- #== — Enumerator::ArithmeticSequence
- #== — Exception
- #== — BigDecimal
- #== — Rational
- #== — Struct
- #== — Fiddle::Pointer
- #== — OpenStruct
- #== — Range
- #== — Regexp
- #== — Set
- #== — Symbol
- #== — OpenSSL::BN
- #== — OpenSSL::HMAC
- #== — OpenSSL::PKey::EC::Point
- #== — OpenSSL::X509::Extension
- #== — OpenSSL::X509::Attribute
- #== — OpenSSL::X509::Certificate
- #== — OpenSSL::X509::CRL
- #== — OpenSSL::X509::Revoked
- #== — OpenSSL::X509::Request
- #== — OpenSSL::ASN1::ObjectId
- #== — OpenSSL::PKey::EC::Group
- #== — OpenSSL::SSL::Session
- #== — Pathname
- #== — Ripper::Lexer::State
- #== — Win32::SSPI::SSPIResult
- #== — Hash
- #== — CSV::Row
- #== — CSV::Table
- #== — Delegator
- #== — IPAddr
- #== — MatchData
- #== — Racc::Rule
- #== — Racc::LocationPointer
- #== — Racc::State
- #== — RDoc::Attr
- #== — RDoc::Constant
- #== — RDoc::TopLevel
- #== — Gem::NameTuple
- #== — Gem::Platform
- #== — Gem::Resolver::IndexSpecification
- #== — Gem::Resolver::Molinillo::DependencyGraph
- #== — Gem::Resolver::Molinillo::DependencyGraph::Vertex
- #== — URI::Generic
- #== — Proc
- #== — Method
- #== — UnboundMethod
- #== — Process::Status
- #== — Ractor::MovedObject
- #== — Random
- #== — Encoding::Converter
- #== — Comparable
- #== — Digest::Instance
- #=== — Object
- #=== — Integer
- #=== — Module
- #=== — NilClass
- #=== — String
- #=== — Float
- #=== — Enumerator::ArithmeticSequence
- #=== — BigDecimal
- #=== — Date
- #=== — Range
- #=== — Regexp
- #=== — Set
- #=== — Symbol
- #=== — OpenSSL::BN
- #=== — Pathname
- #=== — IPAddr
- #=== — Rinda::Template
- #=== — Rinda::DRbObjectTemplate
- #=== — Rinda::TemplateEntry
- #=== — Gem::Dependency
- #=== — Gem::Platform
- #=== — Gem::Requirement
- #=== — TrueClass
- #=== — FalseClass
- #=== — Proc
- #=== — Method
- #=~ — Object
- #=~ — NilClass
- #=~ — String
- #=~ — Regexp
- #=~ — Symbol
- #=~ — Gem::Dependency
- #=~ — Gem::Platform
- #=~ — Gem::Requirement
- #> — Integer
- #> — Module
- #> — Float
- #> — BigDecimal
- #> — Set
- #> — Hash
- #> — Comparable
- #>= — Integer
- #>= — Module
- #>= — Float
- #>= — BigDecimal
- #>= — Set
- #>= — Hash
- #>= — Comparable
- #>> — Integer
- #>> — Date
- #>> — OpenSSL::BN
- #>> — IPAddr
- #>> — Proc
- #>> — Method
- #>> — Process::Status
- #Array — Kernel
- #BigDecimal — Kernel
- #CSV — Object
- #CloseKey — Win32::Registry::API
- #Complex — Kernel
- #CreateKey — Win32::Registry::API
- #D — Net::HTTP
- #DelegateClass — Object
- #DeleteKey — Win32::Registry::API
- #DeleteValue — Win32::Registry::API
- #Digest — Object
- #Digest — OpenSSL
- #E — BigMath
- #EnumKey — Win32::Registry::API
- #EnumValue — Win32::Registry::API
- #Float — Kernel
- #FlushKey — Win32::Registry::API
- #Hash — Kernel
- #Integer — Kernel
- #JSON — Kernel
- #LOG_MASK — Syslog::Macros
- #LOG_UPTO — Syslog::Macros
- #OpenKey — Win32::Registry::API
- #PI — BigMath
- #Pathname — Kernel
- #QueryInfoKey — Win32::Registry::API
- #QueryValue — Win32::Registry::API
- #Rational — Kernel
- #SetValue — Win32::Registry::API
- #String — IRB::Locale
- #String — Kernel
- #URI — Kernel
- #[] — Array
- #[] — Integer
- #[] — String
- #[] — Continuation
- #[] — Struct
- #[] — Fiddle::Handle
- #[] — Fiddle::CompositeHandler
- #[] — Fiddle::CStructEntity
- #[] — Fiddle::Pointer
- #[] — JSON::Ext::Generator::State
- #[] — OpenStruct
- #[] — Symbol
- #[] — JSON::GenericObject
- #[] — OpenSSL::Config
- #[] — Psych::Coder
- #[] — Ripper::Lexer::State
- #[] — Ripper::Lexer::Elem
- #[] — StringScanner
- #[] — Win32::Registry
- #[] — WIN32OLE
- #[] — OLEProperty
- #[] — WIN32OLE_VARIANT
- #[] — ObjectSpace::WeakMap
- #[] — Hash
- #[] — CGI::Session
- #[] — CSV::Row
- #[] — CSV::Table
- #[] — DRb::GW
- #[] — DRb::DRbSSLSocket::SSLConfig
- #[] — IRB::History
- #[] — MatchData
- #[] — PStore
- #[] — Racc::Grammar
- #[] — Racc::Rule
- #[] — Racc::SymbolTable
- #[] — Racc::ISet
- #[] — Racc::States
- #[] — Reline::History
- #[] — Rinda::Tuple
- #[] — Rinda::TupleEntry
- #[] — Gem::CommandManager
- #[] — Gem::ConfigFile
- #[] — YAML::DBM
- #[] — Proc
- #[] — Method
- #[] — Ractor
- #[] — Thread
- #[] — Fiddle::Importer
- #[] — CGI::QueryExtension
- #[] — Net::HTTPHeader
- #[]= — Array
- #[]= — String
- #[]= — Struct
- #[]= — Fiddle::StructArray
- #[]= — Fiddle::CStructEntity
- #[]= — Fiddle::Pointer
- #[]= — JSON::Ext::Generator::State
- #[]= — OpenStruct
- #[]= — JSON::GenericObject
- #[]= — Psych::Coder
- #[]= — Win32::Registry
- #[]= — WIN32OLE
- #[]= — OLEProperty
- #[]= — WIN32OLE_VARIANT
- #[]= — ObjectSpace::WeakMap
- #[]= — Hash
- #[]= — CGI::Session
- #[]= — CSV::Row
- #[]= — CSV::Table
- #[]= — DRb::GW
- #[]= — PStore
- #[]= — Racc::ISet
- #[]= — Reline::History
- #[]= — Gem::ConfigFile
- #[]= — YAML::DBM
- #[]= — Ractor
- #[]= — Thread
- #[]= — Net::HTTPHeader
- #^ — Integer
- #^ — NilClass
- #^ — Set
- #^ — TrueClass
- #^ — FalseClass
- #_ — Racc::Grammar::DefinitionEnv
- #__callee__ — Kernel
- #__dir__ — Kernel
- #__drbref — DRb::DRbObject
- #__drbref — DRb::DRbObject
- #__drburi — DRb::DRbObject
- #__drburi — DRb::DRbObject
- #__evaluate__ — IRB::WorkSpace
- #__exit__ — IRB::Context
- #__getobj__ — Delegator
- #__getobj__ — SimpleDelegator
- #__id__ — BasicObject
- #__id__ — Ractor::MovedObject
- #__method__ — Kernel
- #__raise__ — Delegator
- #__send__ — BasicObject
- #__send__ — Ractor::MovedObject
- #__setobj__ — Delegator
- #__setobj__ — SimpleDelegator
- #_ac_arg_enable — OptionParser::AC
- #_add — Racc::Grammar::DefinitionEnv
- #_added? — Racc::Grammar::DefinitionEnv
- #_call_seq — RDoc::AnyMethod
- #_check_ac_args — OptionParser::AC
- #_compute_expand — Racc::Grammar
- #_defmetasyntax — Racc::Grammar::DefinitionEnv
- #_delayed_add — Racc::Grammar::DefinitionEnv
- #_dump — BigDecimal
- #_dump — Win32::Registry
- #_dump — DRb::DRbObject
- #_dump — DRb::DRbObject
- #_dump — Gem::Specification
- #_dump — OpenSSL::Marshal
- #_dump — Singleton
- #_enumerable_collect — Enumerator::Lazy
- #_enumerable_collect_concat — Enumerator::Lazy
- #_enumerable_drop — Enumerator::Lazy
- #_enumerable_drop_while — Enumerator::Lazy
- #_enumerable_filter — Enumerator::Lazy
- #_enumerable_filter_map — Enumerator::Lazy
- #_enumerable_find_all — Enumerator::Lazy
- #_enumerable_flat_map — Enumerator::Lazy
- #_enumerable_grep — Enumerator::Lazy
- #_enumerable_grep_v — Enumerator::Lazy
- #_enumerable_map — Enumerator::Lazy
- #_enumerable_reject — Enumerator::Lazy
- #_enumerable_select — Enumerator::Lazy
- #_enumerable_take — Enumerator::Lazy
- #_enumerable_take_while — Enumerator::Lazy
- #_enumerable_uniq — Enumerator::Lazy
- #_enumerable_with_index — Enumerator::Lazy
- #_enumerable_zip — Enumerator::Lazy
- #_execute — DRb::ThreadObject
- #_getproperty — WIN32OLE
- #_gets_noecho — Gem::StreamUI
- #_intern — Racc::Grammar::DefinitionEnv
- #_invoke — WIN32OLE
- #_ipv4_compat? — IPAddr
- #_load — OpenSSL::Marshal::ClassMethods
- #_no_crlf_check — CGI
- #_path_to? — Gem::Resolver::Molinillo::DependencyGraph::Vertex
- #_racc_do_parse_c — Racc::Parser
- #_racc_do_parse_rb — Racc::Parser
- #_racc_do_reduce — Racc::Parser
- #_racc_evalact — Racc::Parser
- #_racc_init_sysvars — Racc::Parser
- #_racc_setup — Racc::Parser
- #_racc_yyparse_c — Racc::Parser
- #_racc_yyparse_rb — Racc::Parser
- #_recursive_predecessors — Gem::Resolver::Molinillo::DependencyGraph::Vertex
- #_recursive_successors — Gem::Resolver::Molinillo::DependencyGraph::Vertex
- #_register — Racc::Grammar::DefinitionEnv
- #_reverse — IPAddr
- #_segments — Gem::Version
- #_set_last_value — IRB::Context
- #_setproperty — WIN32OLE
- #_sorted_requirements — Gem::Requirement
- #_split_segments — Gem::Version
- #_tilde_requirements — Gem::Requirement
- #_to_string — IPAddr
- #_version — Gem::Version
- #_wrap — Racc::Grammar::DefinitionEnv
- #` — Kernel
- #a — CGI::HtmlExtension
- #abbrev — Array
- #abbrev — Abbrev
- #abbreviate — Gem::Specification
- #abort — OptionParser
- #abort — PStore
- #abort — Kernel
- #abort_on_exception — Thread
- #abort_on_exception= — Thread
- #abs — Integer
- #abs — Complex
- #abs — Numeric
- #abs — Float
- #abs — BigDecimal
- #abs — Rational
- #abs — OpenSSL::BN
- #abs2 — Complex
- #abs2 — Numeric
- #absolute — URI::Generic
- #absolute? — Pathname
- #absolute? — Resolv::DNS::Name
- #absolute? — URI::Generic
- #absolute_path — RubyVM::InstructionSequence
- #absolute_path — Thread::Backtrace::Location
- #absolute_path? — IRB::IrbLoader
- #ac_arg_disable — OptionParser::AC
- #ac_arg_enable — OptionParser::AC
- #ac_arg_with — OptionParser::AC
- #accept — OpenSSL::SSL::SSLSocket
- #accept — OpenSSL::SSL::SSLServer
- #accept — Psych::Visitors::JSONTree
- #accept — Psych::Visitors::ToRuby
- #accept — Psych::Visitors::Visitor
- #accept — Psych::Visitors::YAMLTree
- #accept — Psych::Visitors::RestrictedYAMLTree
- #accept — Socket
- #accept — TCPServer
- #accept — UNIXServer
- #accept — DRb::DRbSSLSocket::SSLConfig
- #accept — OptionParser
- #accept — OptionParser::List
- #accept? — Racc::Rule
- #accept_nonblock — OpenSSL::SSL::SSLSocket
- #accept_nonblock — Socket
- #accept_nonblock — TCPServer
- #accept_nonblock — UNIXServer
- #accept_uri_http — Gem::LocalRemoteOptions
- #act2actid — Racc::StateTransitionTableGenerator
- #action — Racc::Grammar::DefinitionEnv
- #action_out — Racc::LogFileGenerator
- #actions — Racc::ParserFileGenerator
- #activate — Gem::Specification
- #activate_dependencies — Gem::Specification
- #activate_new_spec — Gem::Resolver::Molinillo::Resolver::Resolution
- #activated — Gem::Resolver::Molinillo::Delegates::ResolutionState
- #activated? — Gem::BasicSpecification
- #active? — Net::HTTP
- #active_count — Gem::DependencyList
- #add — BigDecimal
- #add — Set
- #add — OpenSSL::PKey::EC::Point
- #add — Psych::Coder
- #add — Syslog::Logger
- #add — Benchmark::Tms
- #add — ACL::ACLList
- #add — DRb::WeakIdConv::WeakSet
- #add — Logger
- #add — Racc::Grammar
- #add — Racc::ISet
- #add — RDoc::Context
- #add — Rinda::TupleBag::TupleBin
- #add — Gem::AvailableSet
- #add — Gem::DependencyList
- #add — Gem::Resolver::RequirementList
- #add — ThreadGroup
- #add! — Benchmark::Tms
- #add? — Set
- #add_GIT — Gem::RequestSet::Lockfile
- #add_alias — RDoc::AnyMethod
- #add_alias — RDoc::Attr
- #add_alias — RDoc::Context
- #add_alias — RDoc::MethodAttr
- #add_alias — RDoc::Parser::C
- #add_alias — RDoc::Stats
- #add_alias — RDoc::TopLevel
- #add_always_install — Gem::Resolver::InstallerSet
- #add_attribute — OpenSSL::X509::Request
- #add_attribute — RDoc::Context
- #add_attribute — RDoc::Stats
- #add_bindir — Gem::Specification
- #add_bulk_threshold_option — Gem::LocalRemoteOptions
- #add_c_enclosure — RDoc::Store
- #add_c_variables — RDoc::Store
- #add_cert — OpenSSL::X509::Store
- #add_certid — OpenSSL::OCSP::Request
- #add_certificate — OpenSSL::SSL::SSLContext
- #add_certificate — OpenSSL::PKCS7
- #add_checksums — Gem::Package
- #add_child_vertex — Gem::Resolver::Molinillo::DependencyGraph
- #add_class — RDoc::Context
- #add_class — RDoc::Stats
- #add_class_or_module — RDoc::Context
- #add_clear_sources_option — Gem::LocalRemoteOptions
- #add_comment — RDoc::ClassModule
- #add_constant — RDoc::Context
- #add_constant — RDoc::Stats
- #add_constant — RDoc::TopLevel
- #add_converter — CSV::FieldsConverter
- #add_crl — OpenSSL::PKCS7
- #add_crl — OpenSSL::X509::Store
- #add_data — OpenSSL::PKCS7
- #add_default_key_binding — Reline::Config
- #add_default_key_binding_by_keymap — Reline::Config
- #add_dependency — Gem::Specification
- #add_dependency_with_type — Gem::Specification
- #add_development_dependency — Gem::Specification
- #add_dialog_proc — Reline::Core
- #add_dialog_proc — Reline::LineEditor
- #add_dictionary — Zlib::Inflate
- #add_edge — Gem::Resolver::Molinillo::DependencyGraph
- #add_edge_no_circular — Gem::Resolver::Molinillo::DependencyGraph
- #add_edge_no_circular — Gem::Resolver::Molinillo::DependencyGraph::Log
- #add_entry — OpenSSL::X509::Name
- #add_extend — RDoc::Context
- #add_extension — OpenSSL::X509::Certificate
- #add_extension — OpenSSL::X509::CRL
- #add_extension — OpenSSL::X509::Revoked
- #add_extra_args — Gem::Command
- #add_field — Net::HTTPHeader
- #add_file — OpenSSL::X509::Store
- #add_file — RDoc::Stats
- #add_file — RDoc::Store
- #add_file — Gem::Package::TarWriter
- #add_file_digest — Gem::Package::TarWriter
- #add_file_signed — Gem::Package::TarWriter
- #add_file_simple — Gem::Package::TarWriter
- #add_html — RDoc::Markup
- #add_include — RDoc::Context
- #add_include — RDoc::TopLevel
- #add_install_update_options — Gem::InstallUpdateOptions
- #add_key_option — Gem::GemcutterUtilities
- #add_local — Gem::Resolver::InstallerSet
- #add_local_remote_options — Gem::LocalRemoteOptions
- #add_log_header — Logger::LogDevice
- #add_method — RDoc::Context
- #add_method — RDoc::Stats
- #add_method — RDoc::TopLevel
- #add_module — RDoc::Context
- #add_module — RDoc::Stats
- #add_module_alias — RDoc::Context
- #add_module_by_normal_module — RDoc::Context
- #add_nonce — OpenSSL::OCSP::Request
- #add_nonce — OpenSSL::OCSP::BasicResponse
- #add_observer — Observable
- #add_oneshot_key_binding — Reline::Config
- #add_option — Gem::Command
- #add_otp_option — Gem::GemcutterUtilities
- #add_owners — Gem::Commands::OwnerCommand
- #add_parser_run_info — Gem::Command
- #add_path — OpenSSL::X509::Store
- #add_path — Gem::Commands::EnvironmentCommand
- #add_platform — Gem::PlatformMismatch
- #add_platform_option — Gem::VersionOption
- #add_prerelease_option — Gem::VersionOption
- #add_protocol — DRb::DRbProtocol
- #add_proxy_option — Gem::LocalRemoteOptions
- #add_query_options — Gem::QueryUtils
- #add_recipient — OpenSSL::PKCS7
- #add_regexp_handling — RDoc::Markup
- #add_require — RDoc::Context
- #add_revoked — OpenSSL::X509::CRL
- #add_row — CSV
- #add_rule — Racc::GrammarFileParser
- #add_rule_block — Racc::GrammarFileParser
- #add_runtime_dependency — Gem::Specification
- #add_section — RDoc::Context
- #add_security_option — Gem::SecurityOption
- #add_self_to_load_path — Gem::Specification
- #add_signer — OpenSSL::PKCS7
- #add_source_gem — Gem::Resolver::SourceSet
- #add_source_option — Gem::LocalRemoteOptions
- #add_start_rule — Racc::Grammar
- #add_status — OpenSSL::OCSP::BasicResponse
- #add_symlink — Gem::Package::TarWriter
- #add_to — RDoc::Context
- #add_to_classes_or_modules — RDoc::TopLevel
- #add_token — RDoc::TokenStream
- #add_token_listener — RDoc::Parser::RubyTools
- #add_tokens — RDoc::TokenStream
- #add_trace_func — Thread
- #add_unconverted_fields — CSV::Parser
- #add_update_sources_option — Gem::LocalRemoteOptions
- #add_user_code — Racc::GrammarFileParser
- #add_version_option — Gem::VersionOption
- #add_vertex — Gem::Resolver::Molinillo::DependencyGraph
- #add_vertex — Gem::Resolver::Molinillo::DependencyGraph::Log
- #add_word_pair — RDoc::Markup
- #added? — Racc::Grammar
- #addent — Racc::StateTransitionTableGenerator
- #additional_message — OptionParser
- #addr — Socket::Ifaddr
- #addr — IPSocket
- #addr — UNIXSocket
- #addr — OpenSSL::SSL::SocketForwarder
- #addr_mask — IPAddr
- #addr_port — Net::HTTP
- #addrel — Racc::States
- #address — RubyVM::YJIT::Block
- #address_resolve — Fiber::SchedulerInterface
- #addsym — Racc::States
- #adjust_headers — CSV::Parser
- #adjust_last_keep — CSV::Parser::InputsScanner
- #adler — Zlib::ZStream
- #advise — IO
- #afamily — Addrinfo
- #after_resolution — Gem::Resolver::Molinillo::UI
- #ajd — Date
- #alert — Gem::StreamUI
- #alert — Gem::UserInteraction
- #alert_error — Gem::StreamUI
- #alert_error — Gem::UserInteraction
- #alert_warning — Gem::StreamUI
- #alert_warning — Gem::UserInteraction
- #algorithm — OpenSSL::Timestamp::TokenInfo
- #algorithm — OpenSSL::Timestamp::Request
- #algorithm= — OpenSSL::Timestamp::Request
- #alias — Psych::Handler
- #alias — Psych::TreeBuilder
- #alias — Psych::Emitter
- #alias? — Psych::Nodes::Alias
- #alias? — Psych::Nodes::Node
- #alias_method — Module
- #alien — Gem::Validator
- #alive? — Fiber
- #alive? — DRb::ThreadObject
- #alive? — DRb::DRbServer
- #alive? — DRb::ExtServ
- #alive? — Rinda::TupleEntry
- #alive? — Thread
- #all? — Array
- #all? — Enumerable
- #all_classes — RDoc::Store
- #all_classes_and_modules — RDoc::Store
- #all_files — RDoc::Store
- #all_modules — RDoc::Store
- #all_requirements — Gem::Resolver::Molinillo::Resolver::Resolution::UnwindDetails
- #all_specs — Gem::AvailableSet
- #allbits? — Integer
- #allbits? — Ripper::Lexer::State
- #allocate — Class
- #allow_addr? — ACL
- #allow_missing? — Gem::Resolver
- #allow_missing? — Gem::Resolver::Molinillo::Delegates::SpecificationProvider
- #allow_missing? — Gem::Resolver::Molinillo::SpecificationProvider
- #allow_nan? — JSON::Ext::Generator::State
- #allow_socket? — ACL
- #alphanumeric — Random::Formatter
- #alpn_protocol — OpenSSL::SSL::SSLSocket
- #ambiguous_width — Reline::Core
- #amjd — Date
- #amount_constrained — Gem::Resolver
- #ancestor? — Gem::Resolver::Molinillo::DependencyGraph::Vertex
- #ancestors — Module
- #ancestors — RDoc::ClassModule
- #ancestors — RDoc::NormalClass
- #ancestors — RDoc::SingleClass
- #ancestors — RDoc::Store
- #angle — Complex
- #angle — Numeric
- #angle — Float
- #announce_deletion_of — Gem::Uninstaller
- #any? — Array
- #any? — Hash
- #any? — Racc::DebugFlags
- #any? — Enumerable
- #any_content — RDoc::Context
- #any_to_s — DRb::DRbServer
- #anybits? — Integer
- #anybits? — Ripper::Lexer::State
- #api_key — Gem::GemcutterUtilities
- #api_key_forbidden? — Gem::GemcutterUtilities
- #api_keys — Gem::ConfigFile
- #app_script_text — Gem::Installer
- #append — Array
- #append — OptionParser::List
- #append — Reline::KillRing
- #append_cflags — MakeMakefile
- #append_features — Module
- #append_field_value — Net::HTTPHeader
- #approximate_recommendation — Gem::Version
- #aref — RDoc::Alias
- #aref — RDoc::ClassModule
- #aref — RDoc::MethodAttr
- #aref_prefix — RDoc::AnyMethod
- #aref_prefix — RDoc::Attr
- #aref_prefix — RDoc::MethodAttr
- #arg — Complex
- #arg — Numeric
- #arg — Float
- #arglists — RDoc::AnyMethod
- #args — NoMethodError
- #args — Gem::QueryUtils
- #argumentable? — Reline::LineEditor
- #arguments — Gem::Command
- #argv — ARGF
- #arity — Proc
- #arity — Method
- #arity — UnboundMethod
- #array_nl — JSON::Ext::Generator::State
- #array_nl= — JSON::Ext::Generator::State
- #as_json — Complex
- #as_json — Exception
- #as_json — BigDecimal
- #as_json — Rational
- #as_json — Date
- #as_json — DateTime
- #as_json — Time
- #as_json — Struct
- #as_json — OpenStruct
- #as_json — Range
- #as_json — Regexp
- #as_json — Set
- #as_json — Symbol
- #as_json — JSON::GenericObject
- #ascend — Pathname
- #ascii_compatible? — Encoding
- #ascii_only? — String
- #ascii_only? — JSON::Ext::Generator::State
- #asctime — Date
- #asctime — Time
- #ask — Gem::MockGemUi
- #ask — Gem::StreamUI
- #ask — Gem::UserInteraction
- #ask_for_password — Gem::StreamUI
- #ask_for_password — Gem::UserInteraction
- #ask_otp — Gem::GemcutterUtilities
- #ask_yes_no — Gem::StreamUI
- #ask_yes_no — Gem::UserInteraction
- #asn1_flag — OpenSSL::PKey::EC::Group
- #asn1_flag= — OpenSSL::PKey::EC::Group
- #asset — RDoc::Servlet
- #assign_names — Fiddle::CStructEntity
- #assignment_expression? — IRB::Irb
- #assoc — Array
- #assoc — Hash
- #at — Array
- #at_exit — Kernel
- #atan — BigMath
- #atime — File
- #atime — Pathname
- #atime — File::Stat
- #atom_symbol — Racc::GrammarFileScanner
- #attempt_to_activate — Gem::Resolver::Molinillo::Resolver::Resolution
- #attempt_to_filter_existing_spec — Gem::Resolver::Molinillo::Resolver::Resolution
- #attr — Module
- #attr_accessor — Module
- #attr_reader — Module
- #attr_writer — Module
- #attributes — OpenSSL::X509::Request
- #attributes — RDoc::Store
- #attributes — URI::LDAP
- #attributes= — OpenSSL::X509::Request
- #attributes= — URI::LDAP
- #auth_data= — OpenSSL::Cipher
- #auth_tag — OpenSSL::Cipher
- #auth_tag= — OpenSSL::Cipher
- #auth_tag_len= — OpenSSL::Cipher
- #authenticated? — OpenSSL::Cipher
- #author — Gem::Specification
- #author= — Gem::Specification
- #authority — URI::HTTP
- #authority_key_identifier — OpenSSL::X509::Extension::AuthorityKeyIdentifier
- #authors — Gem::Specification
- #authors= — Gem::Specification
- #auto_indent — IRB::ReidlineInputMethod
- #auto_indent_proc= — Reline::Core
- #autoclose= — IO
- #autoclose? — IO
- #autocompletion — Reline::Core
- #autocompletion — Reline::Config
- #autocompletion= — Reline::Core
- #autocompletion= — Reline::Config
- #autoload — Module
- #autoload — Kernel
- #autoload? — Module
- #autoload? — Kernel
- #avail_in — Zlib::ZStream
- #avail_out — Zlib::ZStream
- #avail_out= — Zlib::ZStream
- #available_specs — Gem::SpecFetcher
- #b — String
- #backtrace — Fiber
- #backtrace — Exception
- #backtrace — Gem::ConfigFile
- #backtrace — Gem::StreamUI
- #backtrace — Thread
- #backtrace_locations — Fiber
- #backtrace_locations — Exception
- #backtrace_locations — Thread
- #backtracking! — Gem::Resolver::Stats
- #backward_char — Reline::LineEditor
- #backward_delete_char — Reline::LineEditor
- #backward_word — Reline::LineEditor
- #banner — OptionParser
- #base — OptionParser
- #base — CGI::HtmlExtension
- #base64 — Random::Formatter
- #base64_uri_escape — Gem::S3URISigner
- #base64digest — OpenSSL::HMAC
- #base64digest — Digest::Instance
- #base64digest! — Digest::Instance
- #base_dir — Gem::BasicSpecification
- #base_dir — Gem::Specification
- #base_label — RubyVM::InstructionSequence
- #base_label — Thread::Backtrace::Location
- #base_name — RDoc::TopLevel
- #basename — Pathname
- #bash_prolog_script — Gem::Installer
- #basic — OpenSSL::OCSP::Response
- #basic_auth — Net::HTTPHeader
- #basic_encode — Net::HTTPHeader
- #basic_quote_characters= — Reline::Core
- #basic_word_break_characters= — Reline::Core
- #beep — IO
- #before — Racc::LocationPointer
- #before_resolution — Gem::Resolver::Molinillo::UI
- #before_running_rdoc — RDoc::Task
- #before_running_rdoc — RDoc::Task
- #begin — Enumerator::ArithmeticSequence
- #begin — Range
- #begin — MatchData
- #begin_adding — RDoc::Stats
- #begin_transport — Net::HTTP
- #beginning_of_line — Reline::LineEditor
- #beginning_of_line? — StringScanner
- #begins? — Gem::Command
- #benchmark — Benchmark
- #between? — Comparable
- #bin_dir — Gem::Specification
- #bin_file — Gem::Specification
- #bin_file_names — Gem::Commands::SetupCommand
- #bin_for_find — Rinda::TupleBag
- #bin_key — Rinda::TupleBag
- #binary? — Psych::Visitors::YAMLTree
- #bind — Socket
- #bind — Addrinfo
- #bind — UDPSocket
- #bind — UnboundMethod
- #bind — Fiddle::Importer
- #bind_call — UnboundMethod
- #bind_function — Fiddle::Importer
- #bind_key — Reline::Config
- #bind_variable — Reline::Config
- #binding — Proc
- #binding — TracePoint
- #binding — Kernel
- #binding_requirement_in_set? — Gem::Resolver::Molinillo::Resolver::Resolution
- #binding_requirements_for_conflict — Gem::Resolver::Molinillo::Resolver::Resolution
- #binmode — IO
- #binmode — StringIO
- #binmode — ARGF
- #binmode? — IO
- #binmode? — ARGF
- #binmode? — CSV
- #binread — Pathname
- #binwrite — Pathname
- #birthtime — File
- #birthtime — Pathname
- #birthtime — File::Stat
- #bit_length — Integer
- #bit_set? — OpenSSL::BN
- #blksize — File::Stat
- #block — Fiber::SchedulerInterface
- #block_given? — Kernel
- #block_length — Digest::Base
- #block_length — Digest::SHA2
- #block_length — OpenSSL::Digest
- #block_length — Digest::Instance
- #block_params= — RDoc::MethodAttr
- #block_size — OpenSSL::Cipher
- #blockdev? — Pathname
- #blockdev? — File::Stat
- #blockdev? — FileTest
- #blocking? — Fiber
- #blockquote — CGI::HtmlExtension
- #blocks — File::Stat
- #bm — Benchmark
- #bmbm — Benchmark
- #body — Net::HTTPResponse
- #body= — Net::HTTPGenericRequest
- #body= — Net::HTTPResponse
- #body_encoding= — Net::HTTPResponse
- #body_exist? — Net::HTTPGenericRequest
- #body_stream= — Net::HTTPGenericRequest
- #bool — Socket::Option
- #both? — Gem::LocalRemoteOptions
- #bottom — IRB::Frame
- #break_on_newline — RDoc::Markdown
- #break_outmost_groups — PrettyPrint
- #breakable — PrettyPrint
- #breakable — PrettyPrint::SingleLine
- #broadaddr — Socket::Ifaddr
- #broadcast — MonitorMixin::ConditionVariable
- #broadcast — Thread::ConditionVariable
- #bsearch — Array
- #bsearch — Range
- #bsearch_index — Array
- #bubblebabble — Digest::Instance
- #bufferSize — Win32::SSPI::SecurityBuffer
- #bufferType — Win32::SSPI::SecurityBuffer
- #buffer_initial_length — JSON::Ext::Generator::State
- #buffer_initial_length= — JSON::Ext::Generator::State
- #build — Gem::Commands::CertCommand
- #build — Gem::Ext::CargoBuilder
- #build — Gem::Package
- #build_args — Gem::Installer
- #build_args — Gem::Specification
- #build_crate — Gem::Ext::CargoBuilder
- #build_details_for_unwind — Gem::Resolver::Molinillo::Resolver::Resolution
- #build_env — Gem::Ext::CargoBuilder
- #build_exception — Psych::Visitors::ToRuby
- #build_extensions — Gem::Ext::Builder
- #build_extensions — Gem::Installer
- #build_fields_converter — CSV
- #build_gem — Gem::Commands::BuildCommand
- #build_header_fields_converter — CSV
- #build_heading — RDoc::TomDoc
- #build_indices — Gem::Indexer
- #build_info_dir — Gem::Specification
- #build_info_file — Gem::Specification
- #build_marshal_gemspecs — Gem::Indexer
- #build_message — Gem::MissingSpecError
- #build_message — Gem::MissingSpecVersionError
- #build_modern_index — Gem::Indexer
- #build_modern_indices — Gem::Indexer
- #build_package — Gem::Commands::BuildCommand
- #build_paragraph — RDoc::TomDoc
- #build_parser_fields_converter — CSV
- #build_path_query — URI::LDAP
- #build_scanner — CSV::Parser
- #build_verbatim — RDoc::TomDoc
- #build_writer_fields_converter — CSV
- #builtin_converters — CSV::FieldsConverter
- #bump — Gem::Version
- #by_col — CSV::Table
- #by_col! — CSV::Table
- #by_col_or_row — CSV::Table
- #by_col_or_row! — CSV::Table
- #by_row — CSV::Table
- #by_row! — CSV::Table
- #byte — Socket::Option
- #byte_pointer= — Reline::LineEditor
- #byteinsert — Reline::LineEditor
- #bytes — String
- #bytes — Random
- #bytes_read — Gem::Package::TarReader::Entry
- #bytesize — String
- #byteslice — String
- #byteslice! — Reline::LineEditor
- #ca_issuer_uris — OpenSSL::X509::Extension::AuthorityInfoAccess
- #cache_dir — Gem::Source
- #cache_dir — Gem::Specification
- #cache_file — Gem::Specification
- #cache_path — RDoc::Store
- #cache_update_path — Gem::RemoteFetcher
- #calculate — RDoc::Stats
- #calculate_checksum — Gem::Package::TarHeader
- #calculate_height_by_lines — Reline::LineEditor
- #calculate_height_by_width — Reline::LineEditor
- #calculate_nearest_cursor — Reline::LineEditor
- #calculate_scroll_partial_screen — Reline::LineEditor
- #calculate_width — Reline::LineEditor
- #call — Continuation
- #call — Fiddle::Function
- #call — Fiddle::Closure::BlockCaller
- #call — Syslog::Logger::Formatter
- #call — Logger::Formatter
- #call — Reline::LineEditor::DialogProcScope
- #call — Reline::LineEditor::Dialog
- #call — Reline::Windows::Win32API
- #call — Proc
- #call — Method
- #call_completion_proc — Reline::LineEditor
- #call_completion_proc_with_checking_args — Reline::LineEditor
- #call_completion_proc_with_checking_args — Reline::LineEditor::DialogProcScope
- #call_free — Fiddle::Pointer
- #call_seq — RDoc::AnyMethod
- #call_seq= — RDoc::AnyMethod
- #callcc — Kernel
- #callee_id — TracePoint
- #caller — Kernel
- #caller_locations — Kernel
- #cancel — Rinda::TupleEntry
- #cancel — Rinda::WaitTemplateEntry
- #canceled? — Rinda::TupleEntry
- #candidate — OptionParser
- #candidate — OptionParser::Completion
- #canonical — Psych::Emitter
- #canonical= — Psych::Emitter
- #canonical_each — Net::HTTPHeader
- #canonical_label — Racc::GrammarFileParser
- #canonical_segments — Gem::Version
- #canonname — Addrinfo
- #capitalize — String
- #capitalize — Symbol
- #capitalize — Net::HTTPHeader
- #capitalize! — String
- #capitalize_word — Reline::LineEditor
- #caption — CGI::HtmlExtension
- #capture2 — Open3
- #capture2e — Open3
- #capture3 — Open3
- #captures — StringScanner
- #captures — MatchData
- #cargo_command — Gem::Ext::CargoBuilder
- #cargo_crate_name — Gem::Ext::CargoBuilder
- #cargo_dylib_path — Gem::Ext::CargoBuilder
- #cargo_rustc_args — Gem::Ext::CargoBuilder
- #casecmp — String
- #casecmp — Symbol
- #casecmp? — String
- #casecmp? — Symbol
- #casefold? — Regexp
- #catch — Kernel
- #cause — Exception
- #cc_command — MakeMakefile
- #ccm_data_len= — OpenSSL::Cipher
- #cd — FileUtils
- #ceil — Integer
- #ceil — Numeric
- #ceil — Float
- #ceil — BigDecimal
- #ceil — Rational
- #ceil — Time
- #center — String
- #cert — OpenSSL::SSL::SSLSocket
- #cert_files — Gem::Request
- #cert_path — Gem::Security::TrustDir
- #cert_requested= — OpenSSL::Timestamp::Request
- #cert_requested? — OpenSSL::Timestamp::Request
- #cert_status — OpenSSL::OCSP::SingleResponse
- #certid — OpenSSL::OCSP::Request
- #certid — OpenSSL::OCSP::SingleResponse
- #certificates — OpenSSL::PKCS7
- #certificates= — OpenSSL::PKCS7
- #certificates_matching — Gem::Commands::CertCommand
- #chain — OpenSSL::X509::StoreContext
- #chain — Enumerable
- #challenge — OpenSSL::Netscape::SPKI
- #challenge= — OpenSSL::Netscape::SPKI
- #change_workspace — IRB::Context
- #changed — Observable
- #changed? — Observable
- #char — Reline::Windows::KeyEventRecord
- #chardev? — Pathname
- #chardev? — File::Stat
- #chardev? — FileTest
- #charpos — StringScanner
- #chars — String
- #charset — OpenURI::Meta
- #chdir — FileUtils
- #check — StringScanner
- #check — CSV::Parser::InputsScanner
- #check — Win32::Registry::API
- #check_cert — Gem::Security::Policy
- #check_chain — Gem::Security::Policy
- #check_circular? — JSON::Ext::Generator::State
- #check_closed — Gem::Package::TarWriter
- #check_credentials_permissions — Gem::ConfigFile
- #check_data — Gem::Security::Policy
- #check_deprecated_options — Gem::Command
- #check_files — RDoc::Options
- #check_gems — Gem::Commands::CheckCommand
- #check_generator — RDoc::Options
- #check_headers — URI::MailTo
- #check_host — URI::Generic
- #check_index — Reline::History
- #check_insecure_method — DRb::DRbServer
- #check_inspect_key — PP::PPMethods
- #check_installed_gems — Gem::QueryUtils
- #check_installed_gems? — Gem::QueryUtils
- #check_key — OpenSSL::PKey::EC
- #check_key — Gem::Security::Policy
- #check_la — Racc::State
- #check_mode_string — Reline::LineEditor
- #check_multiline_prompt — Reline::LineEditor
- #check_names — RDoc::Task
- #check_names — RDoc::Task
- #check_nonce — OpenSSL::OCSP::Request
- #check_opaque — URI::Generic
- #check_openssl — Gem::Commands::CertCommand
- #check_password — URI::File
- #check_password — URI::Generic
- #check_path — URI::Generic
- #check_port — URI::Generic
- #check_private_key — OpenSSL::X509::Certificate
- #check_root — Gem::Security::Policy
- #check_ruby_version — Gem::Commands::SetupCommand
- #check_rules_nullable — Racc::Grammar
- #check_rules_useless — Racc::Grammar
- #check_scheme — URI::Generic
- #check_shift_log — Logger::LogDevice
- #check_signedness — MakeMakefile
- #check_sizeof — MakeMakefile
- #check_symbols_nullable — Racc::Grammar
- #check_symbols_useless — Racc::Grammar
- #check_terminals — Racc::SymbolTable
- #check_termination — IRB::ReidlineInputMethod
- #check_to — URI::MailTo
- #check_trust — Gem::Security::Policy
- #check_typecode — URI::FTP
- #check_typo_squatting — Gem::Commands::SourcesCommand
- #check_until — StringScanner
- #check_useless — Racc::States
- #check_user — URI::File
- #check_user — URI::Generic
- #check_userinfo — URI::File
- #check_userinfo — URI::Generic
- #check_validity — OpenSSL::OCSP::SingleResponse
- #check_winsize_changed — IO
- #checkbox — CGI::HtmlExtension
- #checkbox_group — CGI::HtmlExtension
- #child_name — RDoc::Context
- #children — RubyVM::AbstractSyntaxTree::Node
- #children — Dir
- #children — Pathname
- #chmod — File
- #chmod — Pathname
- #chmod — FileUtils
- #chmod_R — FileUtils
- #chomp — String
- #chomp — Kernel
- #chomp! — String
- #choose — Random::Formatter
- #choose_from_list — Gem::StreamUI
- #choose_from_list — Gem::UserInteraction
- #chop — String
- #chop — Kernel
- #chop! — String
- #chown — File
- #chown — Pathname
- #chown — FileUtils
- #chown_R — FileUtils
- #chr — Integer
- #chr — String
- #chunk — Enumerator::Lazy
- #chunk — Enumerable
- #chunk_while — Enumerator::Lazy
- #chunk_while — Enumerable
- #chunked? — Net::HTTPHeader
- #cipher — OpenSSL::SSL::SSLSocket
- #cipher — OpenSSL::Engine
- #cipher= — OpenSSL::PKCS7
- #ciphers — OpenSSL::SSL::SSLContext
- #ciphers= — OpenSSL::SSL::SSLContext
- #clamp — Comparable
- #class — Win32::Registry::PredefinedKey
- #class — Kernel
- #class_attributes — RDoc::Context
- #class_eval — Module
- #class_exec — Module
- #class_file — RDoc::Store
- #class_method_list — RDoc::Context
- #class_methods — RDoc::Store
- #class_names — DidYouMean::ClassNameChecker
- #class_path — RDoc::Store
- #class_variable_defined? — Module
- #class_variable_get — Module
- #class_variable_set — Module
- #class_variables — Module
- #classes — RDoc::Context
- #classes_and_modules — RDoc::Context
- #classes_hash — RDoc::Context
- #classes_hash — RDoc::Store
- #classify — Set
- #clean — Syslog::Logger::Formatter
- #clean_gems — Gem::Commands::CleanupCommand
- #clean_text — Gem::Text
- #clean_up — Win32::SSPI::NegotiateAuth
- #cleanpath — Pathname
- #cleanup — OpenSSL::X509::StoreContext
- #clear — Array
- #clear — String
- #clear — Fiddle::Pinned
- #clear — Set
- #clear — StringScanner
- #clear — Hash
- #clear — IO::Buffer
- #clear — Racc::ISet
- #clear — Gem::DependencyList
- #clear — Gem::SourceList
- #clear — Thread::Queue
- #clear — Thread::SizedQueue
- #clear_bit! — OpenSSL::BN
- #clear_comment — RDoc::ClassModule
- #clear_dialog — Reline::LineEditor
- #clear_each_dialog — Reline::LineEditor
- #clear_screen — IO
- #clear_screen — Reline::LineEditor
- #clear_screen_buffer — Reline::LineEditor
- #cleared? — Fiddle::Pinned
- #client_ca — OpenSSL::SSL::SSLSocket
- #client_cert_cb — OpenSSL::SSL::SSLSocket
- #clobber_task_description — RDoc::Task
- #clobber_task_description — RDoc::Task
- #clobber_task_name — RDoc::Task
- #clobber_task_name — RDoc::Task
- #clone — Numeric
- #clone — BigDecimal
- #clone — Method
- #clone — UnboundMethod
- #clone — Kernel
- #clone — Singleton
- #close — Fiber::SchedulerInterface
- #close — Dir
- #close — IO
- #close — Fiddle::Handle
- #close — OpenSSL::SSL::SSLServer
- #close — SOCKSSocket
- #close — StringIO
- #close — Win32::Registry
- #close — Win32::Registry::PredefinedKey
- #close — Zlib::ZStream
- #close — Zlib::GzipFile
- #close — ARGF
- #close — CGI::Session
- #close — CGI::Session::FileStore
- #close — CGI::Session::MemoryStore
- #close — CGI::Session::NullStore
- #close — CGI::Session::PStore
- #close — IRB::FileInputMethod
- #close — Logger
- #close — Logger::LogDevice
- #close — Resolv::DNS
- #close — Gem::Package::TarReader
- #close — Gem::Package::TarReader::Entry
- #close — Gem::Package::TarWriter
- #close — Gem::StreamUI
- #close — Gem::SilentUI
- #close — Tempfile
- #close — Thread::Queue
- #close — Thread::SizedQueue
- #close — OpenSSL::Buffering
- #close! — Tempfile
- #close_all — Gem::RemoteFetcher
- #close_enabled? — Fiddle::Handle
- #close_incoming — Ractor
- #close_on_exec= — IO
- #close_on_exec? — IO
- #close_outgoing — Ractor
- #close_read — IO
- #close_read — BasicSocket
- #close_read — StringIO
- #close_write — IO
- #close_write — BasicSocket
- #close_write — StringIO
- #closed? — IO
- #closed? — StringIO
- #closed? — Zlib::ZStream
- #closed? — Zlib::GzipFile
- #closed? — ARGF
- #closed? — Gem::Package::TarReader::Entry
- #closed? — Gem::Package::TarWriter
- #closed? — Thread::Queue
- #closed? — OpenSSL::SSL::SocketForwarder
- #closed_read? — StringIO
- #closed_write? — StringIO
- #cmds — OpenSSL::Engine
- #cmp — OpenSSL::BN
- #cmp — OpenSSL::X509::Name
- #cmp — OpenSSL::OCSP::CertificateId
- #cmp — FileUtils
- #cmp_issuer — OpenSSL::OCSP::CertificateId
- #cmsg_is? — Socket::AncillaryData
- #code — RubyVM::YJIT::Block
- #code_around_binding — IRB::WorkSpace
- #codepoints — String
- #coerce — Integer
- #coerce — Numeric
- #coerce — Float
- #coerce — BigDecimal
- #coerce — OpenSSL::BN
- #coerce — URI::Generic
- #coerce_other — IPAddr
- #cofactor — OpenSSL::PKey::EC::Group
- #col_sep — CSV
- #collect — Array
- #collect — Enumerator::Lazy
- #collect — Enumerable
- #collect! — Array
- #collect! — Set
- #collect_concat — Enumerator::Lazy
- #collect_concat — Enumerable
- #collect_first_comment — RDoc::Parser::Ruby
- #collect_tokens — RDoc::TokenStream
- #column — Ripper
- #column — Ripper::Filter
- #column_separator — CSV::Parser
- #combination — Array
- #comma_breakable — PP::PPMethods
- #command_names — Gem::CommandManager
- #comment — Zlib::GzipFile
- #comment= — Zlib::GzipWriter
- #comment= — RDoc::CodeObject
- #commit — PStore
- #compact — Array
- #compact — Enumerator::Lazy
- #compact — Hash
- #compact — Enumerable
- #compact — Fiddle::CParser
- #compact! — Array
- #compact! — Hash
- #compact_specs — Gem::Indexer
- #compare? — OpenSSL::PKey::PKey
- #compare_by_identity — Set
- #compare_by_identity — Hash
- #compare_by_identity? — Set
- #compare_by_identity? — Hash
- #compare_file — FileUtils
- #compare_stream — FileUtils
- #compile_error — Ripper
- #complain — Gem::Commands::LockCommand
- #complete — OptionParser::List
- #complete — RDoc::ClassModule
- #complete — RDoc::Store
- #complete — Reline::LineEditor
- #complete — OptionParser::Completion
- #complete_authentication — Win32::SSPI::NegotiateAuth
- #complete_internal_proc — Reline::LineEditor
- #completer_quote_characters= — Reline::Core
- #completer_word_break_characters= — Reline::Core
- #completion_append_character= — Reline::Core
- #completion_case_fold — Reline::Core
- #completion_case_fold= — Reline::Core
- #completion_journey_data — Reline::LineEditor::DialogProcScope
- #completion_proc= — Reline::Core
- #completion_quote_character — Reline::Core
- #component — URI::Generic
- #component_ary — URI::Generic
- #compress — Gem::Indexer
- #compress_indices — Gem::Indexer
- #compress_meta_key — Reline::KeyStroke
- #compute_dfa — Racc::States
- #compute_expand — Racc::Grammar
- #compute_hash — Racc::Grammar
- #compute_heads — Racc::Grammar
- #compute_key — OpenSSL::PKey::DH
- #compute_locate — Racc::Grammar
- #compute_nfa — Racc::States
- #compute_nullable — Racc::Grammar
- #compute_nullable_0 — Racc::Grammar
- #compute_useless — Racc::Grammar
- #concat — Array
- #concat — String
- #concat — OpenSSL::Buffering::Buffer
- #concat — StringScanner
- #concat — Reline::History
- #concat — Gem::Requirement
- #config — Reline::LineEditor::DialogProcScope
- #config — DRb
- #config_file_name — Gem::ConfigFile
- #configure — JSON::Ext::Generator::State
- #configure_options — Gem::Command
- #confirm_multiline_termination — Reline::LineEditor
- #conflict? — Racc::State
- #conflict_fixing_possibilities? — Gem::Resolver::Molinillo::Resolver::Resolution
- #conflicting_dependencies — Gem::DependencyResolutionError
- #conflicting_dependencies — Gem::Resolver::Conflict
- #conflicts — Gem::Specification
- #conflicts — Gem::Resolver::Molinillo::Delegates::ResolutionState
- #conftest_source — MakeMakefile
- #conj — Complex
- #conj — Numeric
- #conjugate — Complex
- #conjugate — Numeric
- #connect — OpenSSL::SSL::SSLSocket
- #connect — Socket
- #connect — Addrinfo
- #connect — UDPSocket
- #connect — DRb::DRbSSLSocket::SSLConfig
- #connect — Net::HTTP
- #connect_address — BasicSocket
- #connect_from — Addrinfo
- #connect_internal — Addrinfo
- #connect_nonblock — OpenSSL::SSL::SSLSocket
- #connect_nonblock — Socket
- #connect_to — Addrinfo
- #connection_close? — Net::HTTPHeader
- #connection_for — Gem::Request
- #connection_keep_alive? — Net::HTTPHeader
- #consider_local? — Gem::DependencyInstaller
- #consider_remote? — Gem::DependencyInstaller
- #console_mode — IO
- #console_mode= — IO
- #const_defined? — Module
- #const_get — Module
- #const_missing — Module
- #const_set — Module
- #const_source_location — Module
- #constants — Module
- #consume_rbuff — OpenSSL::Buffering
- #contains_requirable_file? — Gem::BasicSpecification
- #content_encoding — OpenURI::Meta
- #content_length — Net::HTTPHeader
- #content_length= — Net::HTTPHeader
- #content_range — Net::HTTPHeader
- #content_type — Net::HTTPHeader
- #content_type — OpenURI::Meta
- #content_type= — Net::HTTPHeader
- #contents — Gem::Package
- #contents — Gem::Package::Old
- #contents= — Reline::LineEditor::Dialog
- #context — Reline::LineEditor::DialogProcScope
- #continue_entry_body — RDoc::Parser::ChangeLog
- #continue_timeout= — Net::HTTP
- #convert — CSV
- #convert — CSV::FieldsConverter
- #convert — RDoc::Markup
- #convert — Encoding::Converter
- #convert — OptionParser::Completion
- #convert_fields — CSV
- #convert_invalid_byte_sequence — IRB::Irb
- #convert_to_uri — URI::RFC2396_Parser
- #convert_to_uri — URI::RFC2396_Parser
- #converters — CSV
- #convertible_int — MakeMakefile
- #convpath — Encoding::Converter
- #cooked — IO
- #cooked! — IO
- #copy — OpenSSL::BN
- #copy — IO::Buffer
- #copy — Net::HTTP
- #copy — FileUtils
- #copy_entry — FileUtils
- #copy_file — FileUtils
- #copy_for_vi — Reline::LineEditor
- #copy_nonce — OpenSSL::OCSP::BasicResponse
- #copy_stream — FileUtils
- #copy_to — Gem::Installer::FakePackage
- #copy_to — Gem::Package
- #core_to_state — Racc::States
- #coredump? — Process::Status
- #correct — DidYouMean::SpellChecker
- #correct — DidYouMean::TreeSpellChecker
- #correct_element — DidYouMean::TreeSpellChecker
- #corrections — DidYouMean::KeyErrorChecker
- #corrections — DidYouMean::MethodNameChecker
- #corrections — DidYouMean::ClassNameChecker
- #corrections — DidYouMean::VariableNameChecker
- #corrections — DidYouMean::NullChecker
- #corrections — DidYouMean::PatternKeyNameChecker
- #corrections — DidYouMean::RequirePathChecker
- #corrections — Gem::UnknownCommandSpellChecker
- #corrections — DidYouMean::Correctable
- #cos — BigMath
- #count — Array
- #count — String
- #count — Range
- #count — Enumerable
- #count_observers — Observable
- #cover? — Range
- #coverage_level= — RDoc::Stats
- #cp — FileUtils
- #cp_lr — FileUtils
- #cp_r — FileUtils
- #crc — Zlib::GzipFile
- #create — Win32::Registry
- #create — Fiddle::CStructBuilder
- #create_conflict — Gem::Resolver::Molinillo::Resolver::Resolution
- #create_document — RDoc::Parser::ChangeLog
- #create_entries — RDoc::Parser::ChangeLog
- #create_entries — RDoc::Parser::ChangeLog::Git
- #create_entry — Rinda::TupleSpace
- #create_ext — OpenSSL::X509::ExtensionFactory
- #create_ext_from_array — OpenSSL::X509::ExtensionFactory
- #create_ext_from_hash — OpenSSL::X509::ExtensionFactory
- #create_ext_from_string — OpenSSL::X509::ExtensionFactory
- #create_extension — OpenSSL::X509::ExtensionFactory
- #create_header — MakeMakefile
- #create_items — RDoc::Parser::ChangeLog
- #create_logfile — Logger::LogDevice
- #create_makefile — MakeMakefile
- #create_new_id — CGI::Session
- #create_option_parser — Gem::Command
- #create_request_pool — Gem::S3URISigner
- #create_timestamp — OpenSSL::Timestamp::Factory
- #create_tmap — Racc::States
- #create_value — Fiddle::Importer
- #created? — Win32::Registry
- #credentials_path — Gem::ConfigFile
- #cref_pop — Racc::ParserFileGenerator
- #cref_push — Racc::ParserFileGenerator
- #critical= — OpenSSL::X509::Extension
- #critical? — OpenSSL::X509::Extension
- #crl= — OpenSSL::X509::ExtensionFactory
- #crl_uris — OpenSSL::X509::Extension::CRLDistributionPoints
- #crls — OpenSSL::PKCS7
- #crls= — OpenSSL::PKCS7
- #cross — IRB::Vec
- #crypt — String
- #css — RDoc::Markdown
- #ctime — File
- #ctime — Date
- #ctime — Time
- #ctime — Pathname
- #ctime — File::Stat
- #ctrl_cmd — OpenSSL::Engine
- #current_cert — OpenSSL::X509::StoreContext
- #current_crl — OpenSSL::X509::StoreContext
- #current_group — PrettyPrint
- #current_section — RDoc::Context
- #current_server — DRb
- #curry — Proc
- #curry — Method
- #cursor — IO
- #cursor= — IO
- #cursor_down — IO
- #cursor_left — IO
- #cursor_pos — Reline::LineEditor::DialogProcScope
- #cursor_right — IO
- #cursor_up — IO
- #curve_name — OpenSSL::PKey::EC::Group
- #cwday — Date
- #cweek — Date
- #cwyear — Date
- #cycle — Array
- #cycle — Enumerable
- #darwin_target? — Gem::Ext::CargoBuilder
- #data — Socket::AncillaryData
- #data — Socket::Option
- #data — Resolv::DNS::Resource::TXT
- #data= — OpenSSL::PKCS7
- #data_type — Zlib::ZStream
- #datadir — Gem::BasicSpecification
- #date — Gem::Specification
- #date= — Gem::Specification
- #datetime_format — Logger
- #datetime_format= — Logger
- #day — Date
- #day — Time
- #day_fraction — Date
- #debug — Syslog::Logger
- #debug — Logger
- #debug — Net::HTTP
- #debug — Gem::Resolver::Molinillo::Resolver::Resolution
- #debug — Gem::Resolver::Molinillo::UI
- #debug! — Logger
- #debug? — Logger
- #debug? — Gem::Resolver
- #debug? — Gem::Resolver::Molinillo::UI
- #debug_flags — Gem::Ext::CargoBuilder
- #debug_output — Ripper
- #debug_output= — Ripper
- #declare_precedence — Racc::Grammar
- #decode64 — Base64
- #decoded_password — URI::Generic
- #decoded_user — URI::Generic
- #deconstruct — Array
- #deconstruct — Struct
- #deconstruct — CSV::Row
- #deconstruct_keys — Struct
- #deconstruct_keys — Hash
- #deconstruct_keys — CSV::Row
- #decref — Racc::Reduce
- #decrypt — OpenSSL::Cipher
- #decrypt — OpenSSL::PKCS7
- #decrypt — OpenSSL::PKey::PKey
- #dedent_string — Ripper
- #deduplicate — Psych::Visitors::ToRuby
- #deduplicate_call_seq — RDoc::AnyMethod
- #def_class — ERB
- #def_delegator — Forwardable
- #def_delegator — SingleForwardable
- #def_delegators — Forwardable
- #def_delegators — SingleForwardable
- #def_erb_method — ERB::DefMethod
- #def_head_option — OptionParser
- #def_instance_delegator — Forwardable
- #def_instance_delegators — Forwardable
- #def_method — ERB
- #def_module — ERB
- #def_notifier — IRB::Notifier::CompositeNotifier
- #def_notifier — IRB::Notifier
- #def_option — OptionParser
- #def_post_proc — IRB::MethodExtender
- #def_pre_proc — IRB::MethodExtender
- #def_single_delegator — SingleForwardable
- #def_single_delegators — SingleForwardable
- #def_tail_option — OptionParser
- #default — WIN32OLE_PARAM
- #default — Hash
- #default= — Hash
- #default_dir — Gem::Commands::SetupCommand
- #default_event_sources — WIN32OLE_TYPE
- #default_gem? — Gem::BasicSpecification
- #default_host? — Gem::GemcutterUtilities
- #default_inputrc_path — Reline::Config
- #default_key_bindings — Reline::KeyActor::Base
- #default_ole_types — WIN32OLE_TYPE
- #default_path — Gem::PathSupport
- #default_port — URI::Generic
- #default_proc — Hash
- #default_proc= — Hash
- #default_spec_file — Gem::Installer
- #default_spec_matches? — Gem::Uninstaller
- #default_specs_that_match — Gem::Uninstaller
- #default_title= — RDoc::Options
- #default_value — Gem::Specification
- #defaults — RDoc::Task
- #defaults — RDoc::Task
- #defaults_str — Gem::Command
- #defaults_str — Gem::Commands::InfoCommand
- #define — OptionParser
- #define — RDoc::Task
- #define — RDoc::Task
- #define — Gem::PackageTask
- #define_actions — Racc::ParserClassGenerator
- #define_by_keywords — OptionParser
- #define_head — OptionParser
- #define_method — Module
- #define_singleton_method — Object
- #define_tail — OptionParser
- #defined_class — TracePoint
- #defined_in? — RDoc::Context
- #definition — RDoc::Attr
- #definition — RDoc::NormalClass
- #definition — RDoc::NormalModule
- #definition — RDoc::SingleClass
- #definition_lists — RDoc::Markdown
- #deflate — Zlib::Deflate
- #degree — OpenSSL::PKey::EC::Group
- #delegate — Forwardable
- #delegate — SingleForwardable
- #delete — Array
- #delete — String
- #delete — Set
- #delete — Pathname
- #delete — Win32::Registry
- #delete — Hash
- #delete — CGI::Session
- #delete — CGI::Session::FileStore
- #delete — CGI::Session::MemoryStore
- #delete — CGI::Session::NullStore
- #delete — CGI::Session::PStore
- #delete — CSV::Row
- #delete — CSV::Table
- #delete — IRB::JobManager
- #delete — Net::HTTP
- #delete — PStore
- #delete — Racc::SymbolTable
- #delete — Racc::ISet
- #delete — Rinda::TupleBag
- #delete — Rinda::TupleBag::TupleBin
- #delete — Gem::SourceList
- #delete — Tempfile
- #delete — YAML::DBM
- #delete — Net::HTTPHeader
- #delete! — String
- #delete? — Set
- #delete_at — Array
- #delete_at — Reline::History
- #delete_char — Reline::LineEditor
- #delete_char_or_list — Reline::LineEditor
- #delete_edge — Gem::Resolver::Molinillo::DependencyGraph
- #delete_edge — Gem::Resolver::Molinillo::DependencyGraph::Log
- #delete_field — OpenStruct
- #delete_first — Gem::Resolver::Molinillo::DependencyGraph::AddEdgeNoCircular
- #delete_if — Array
- #delete_if — Set
- #delete_if — Hash
- #delete_if — CSV::Row
- #delete_if — CSV::Table
- #delete_if — YAML::DBM
- #delete_key — Win32::Registry
- #delete_legacy_args — RDoc::RubygemsHook
- #delete_legacy_args — RDoc::RubygemsHook
- #delete_observer — Observable
- #delete_observers — Observable
- #delete_prefix — String
- #delete_prefix! — String
- #delete_suffix — String
- #delete_suffix — CSV::DeleteSuffix
- #delete_suffix! — String
- #delete_text — Reline::LineEditor
- #delete_unless_alive — Rinda::TupleBag
- #delete_value — Win32::Registry
- #denominator — Integer
- #denominator — Complex
- #denominator — Numeric
- #denominator — Float
- #denominator — Rational
- #depend_rules — MakeMakefile
- #dependencies — Gem::Resolver::IndexSpecification
- #dependencies — Gem::Resolver::SpecSpecification
- #dependencies — Gem::Specification
- #dependencies_equal? — Gem::Resolver::Molinillo::Delegates::SpecificationProvider
- #dependencies_equal? — Gem::Resolver::Molinillo::SpecificationProvider
- #dependencies_for — Gem::Resolver
- #dependencies_for — Gem::Resolver::Molinillo::Delegates::SpecificationProvider
- #dependencies_for — Gem::Resolver::Molinillo::SpecificationProvider
- #dependency — Gem::ImpossibleDependenciesError
- #dependency_order — Gem::DependencyList
- #dependent_gems — Gem::Specification
- #dependent_specs — Gem::Specification
- #deprecate — Gem::Deprecate
- #deprecate_constant — Module
- #deprecate_option — Gem::Command
- #deprecated? — Gem::Command
- #deprecation_warning — Gem::Commands::QueryCommand
- #depth — JSON::Ext::Generator::State
- #depth — Gem::Resolver::Molinillo::Delegates::ResolutionState
- #depth= — JSON::Ext::Generator::State
- #deq — Thread::Queue
- #deq — Thread::SizedQueue
- #derive — OpenSSL::PKey::PKey
- #descend — Pathname
- #descendent? — Gem::Resolver::Molinillo::DependencyGraph::Vertex
- #description — Gem::Command
- #description — Gem::Commands::UnpackCommand
- #description= — Gem::Specification
- #deserialize — Psych::Visitors::ToRuby
- #destination_encoding — Encoding::UndefinedConversionError
- #destination_encoding — Encoding::InvalidByteSequenceError
- #destination_encoding — Encoding::Converter
- #destination_encoding_name — Encoding::UndefinedConversionError
- #destination_encoding_name — Encoding::InvalidByteSequenceError
- #detab — Racc::ParserFileGenerator
- #detach_vertex_named — Gem::Resolver::Molinillo::DependencyGraph
- #detach_vertex_named — Gem::Resolver::Molinillo::DependencyGraph::Log
- #detached — OpenSSL::PKCS7
- #detached= — OpenSSL::PKCS7
- #detached? — OpenSSL::PKCS7
- #detect — Gem::SpecFetcher
- #detect — Enumerable
- #detect_row_separator — CSV::Parser
- #determine_encoding — CSV
- #determine_terminals — Racc::Grammar
- #dev — File::Stat
- #dev_major — File::Stat
- #dev_minor — File::Stat
- #development? — Gem::Resolver::ActivationRequest
- #development? — Gem::Resolver::DependencyRequest
- #development_dependencies — Gem::Specification
- #dfa — Racc::Grammar
- #dfa — Racc::States
- #dfdxi — Jacobian
- #dh_compute_key — OpenSSL::PKey::EC
- #dialog — Reline::LineEditor::DialogProcScope
- #dialog_proc — Reline::Core
- #dictionary_without_leaves — DidYouMean::TreeSpellChecker
- #difference — Array
- #difference — Set
- #dig — Array
- #dig — Struct
- #dig — OpenStruct
- #dig — Hash
- #dig — CSV::Row
- #dig — CSV::Table
- #dig_perfect_match_proc= — Reline::Core
- #digest — OpenSSL::HMAC
- #digest — OpenSSL::Engine
- #digest — Digest::Instance
- #digest! — Digest::Instance
- #digest_length — Digest::Base
- #digest_length — Digest::SHA2
- #digest_length — OpenSSL::Digest
- #digest_length — Digest::Instance
- #digits — Integer
- #digraph — Racc::States
- #dimensions — DidYouMean::TreeSpellChecker
- #dir — Gem::Installer
- #dir_config — MakeMakefile
- #direct_ancestors — RDoc::ClassModule
- #direct_ancestors — RDoc::NormalClass
- #directory? — Pathname
- #directory? — File::Stat
- #directory? — Gem::Package::TarReader::Entry
- #directory? — FileTest
- #dirname — Pathname
- #disable — TracePoint
- #disable_close — Fiddle::Handle
- #disasm — RubyVM::InstructionSequence
- #disasm — RubyVM::YJIT::Disasm
- #disassemble — RubyVM::InstructionSequence
- #disjoint? — Set
- #dispatch — Psych::Visitors::Visitor
- #dispid — WIN32OLE_METHOD
- #display — Object
- #display — Gem::Resolver::Stats
- #display? — RDoc::CodeObject
- #display? — RDoc::TopLevel
- #display_header — Gem::QueryUtils
- #distance — DidYouMean::Jaro
- #distance — DidYouMean::JaroWinkler
- #div — Integer
- #div — Numeric
- #div — BigDecimal
- #divide — Set
- #divmod — Integer
- #divmod — Numeric
- #divmod — Float
- #divmod — BigDecimal
- #dlload — Fiddle::Importer
- #dlopen — Fiddle
- #dn — URI::LDAP
- #dn= — URI::LDAP
- #do_GET — RDoc::Servlet
- #do_aliases — RDoc::Parser::C
- #do_attrs — RDoc::Parser::C
- #do_boot_defclass — RDoc::Parser::C
- #do_classes_and_modules — RDoc::Parser::C
- #do_configuration — Gem::GemRunner
- #do_constants — RDoc::Parser::C
- #do_finish — Net::HTTP
- #do_includes — RDoc::Parser::C
- #do_methods — RDoc::Parser::C
- #do_missing — RDoc::Parser::C
- #do_not_reverse_lookup — BasicSocket
- #do_not_reverse_lookup= — BasicSocket
- #do_not_reverse_lookup= — OpenSSL::SSL::SocketForwarder
- #do_reply — Rinda::RingServer
- #do_resolve_sr — Racc::States
- #do_start — Net::HTTP
- #do_write — Rinda::RingServer
- #do_write — OpenSSL::Buffering
- #doc_dir — Gem::Specification
- #doc_stats — RDoc::Stats
- #doctor — Gem::Commands::CheckCommand
- #doctor — Gem::Doctor
- #document — RDoc::RDoc
- #document — RDoc::RubygemsHook
- #document — RDoc::RubygemsHook
- #document? — Psych::Nodes::Document
- #document? — Psych::Nodes::Node
- #document_children= — RDoc::CodeObject
- #document_self= — RDoc::CodeObject
- #document_self_or_methods — RDoc::ClassModule
- #documentation_page — RDoc::Servlet
- #documentation_search — RDoc::Servlet
- #documentation_source — RDoc::Servlet
- #documented? — RDoc::ClassModule
- #documented? — RDoc::CodeObject
- #documented? — RDoc::Constant
- #documented? — RDoc::MethodAttr
- #domain= — CGI::Cookie
- #done — Gem::StreamUI::SilentProgressReporter
- #done — Gem::StreamUI::SimpleProgressReporter
- #done — Gem::StreamUI::VerboseProgressReporter
- #done — Gem::StreamUI::SilentDownloadReporter
- #done — Gem::StreamUI::ThreadedDownloadReporter
- #done_adding — RDoc::Stats
- #done_documenting= — RDoc::CodeObject
- #dot — IRB::Vec
- #dot_pat — ACL::ACLEntry
- #dot_pat_str — ACL::ACLEntry
- #down — Gem::Resolver::Molinillo::DependencyGraph::Action
- #down — Gem::Resolver::Molinillo::DependencyGraph::AddEdgeNoCircular
- #down — Gem::Resolver::Molinillo::DependencyGraph::DeleteEdge
- #down — Gem::Resolver::Molinillo::DependencyGraph::DetachVertexNamed
- #down — Gem::Resolver::Molinillo::DependencyGraph::Tag
- #downcase — String
- #downcase — Symbol
- #downcase! — String
- #downcase_word — Reline::LineEditor
- #download — Gem::RemoteFetcher
- #download — Gem::Resolver::ActivationRequest
- #download — Gem::Resolver::Specification
- #download — Gem::Source
- #download — Gem::Source::Installed
- #download_reporter — Gem::StreamUI
- #download_to_cache — Gem::RemoteFetcher
- #downto — Integer
- #downto — Date
- #draw — IRB::Canvas
- #drop — Array
- #drop — Enumerator::Lazy
- #drop — Enumerable
- #drop_while — Array
- #drop_while — Enumerator::Lazy
- #drop_while — Enumerable
- #dsa_sign_asn1 — OpenSSL::PKey::EC
- #dsa_verify_asn1 — OpenSSL::PKey::EC
- #dst? — Time
- #dstaddr — Socket::Ifaddr
- #dummy? — Encoding
- #dummy? — Racc::Sym
- #dummy_makefile — MakeMakefile
- #dump — String
- #dump — JSON
- #dump — ObjectSpace
- #dump_all — ObjectSpace
- #dump_coder — Psych::Visitors::YAMLTree
- #dump_exception — Psych::Visitors::YAMLTree
- #dump_ivars — Psych::Visitors::YAMLTree
- #dump_list — Psych::Visitors::YAMLTree
- #dup — Object
- #dup — Numeric
- #dup — BigDecimal
- #dup — Racc::ISet
- #dup — Singleton
- #dynamic_prompt — IRB::ReidlineInputMethod
- #each — Array
- #each — Dir
- #each — Enumerator
- #each — Enumerator::Chain
- #each — Enumerator::ArithmeticSequence
- #each — Struct
- #each — IO
- #each — Fiddle::CStruct
- #each — Range
- #each — Set
- #each — OpenSSL::ASN1::Constructive
- #each — OpenSSL::Config
- #each — Psych::Nodes::Node
- #each — StringIO
- #each — Win32::Registry
- #each — WIN32OLE
- #each — Zlib::GzipReader
- #each — ObjectSpace::WeakMap
- #each — Hash
- #each — ARGF
- #each — CSV
- #each — CSV::FieldsConverter
- #each — CSV::Row
- #each — CSV::Table
- #each — GetoptLong
- #each — Racc::Grammar
- #each — Racc::Rule
- #each — Racc::SymbolTable
- #each — Racc::ISet
- #each — Racc::States
- #each — Reline::KillRing
- #each — Rinda::Tuple
- #each — Rinda::RingFinger
- #each — Rinda::NotifyTemplateEntry
- #each — Gem::AvailableSet
- #each — Gem::ConfigFile
- #each — Gem::DependencyList
- #each — Gem::Package::TarReader
- #each — Gem::Resolver::Molinillo::DependencyGraph
- #each — Gem::Resolver::Molinillo::DependencyGraph::Log
- #each — Gem::SourceList
- #each — Gem::List
- #each — YAML::DBM
- #each — OpenSSL::Buffering
- #each — Net::HTTPHeader
- #each_address — Resolv
- #each_address — Resolv::Hosts
- #each_address — Resolv::DNS
- #each_address — Resolv::MDNS
- #each_ancestor — RDoc::ClassModule
- #each_attribute — RDoc::Context
- #each_byte — String
- #each_byte — IO
- #each_byte — StringIO
- #each_byte — Zlib::GzipReader
- #each_byte — ARGF
- #each_byte — OpenSSL::Buffering
- #each_capitalized — Net::HTTPHeader
- #each_capitalized_name — Net::HTTPHeader
- #each_certificate — Gem::Security::TrustDir
- #each_char — String
- #each_char — IO
- #each_char — StringIO
- #each_char — Zlib::GzipReader
- #each_char — ARGF
- #each_child — Dir
- #each_child — Pathname
- #each_child — RubyVM::InstructionSequence
- #each_classmodule — RDoc::Context
- #each_codepoint — String
- #each_codepoint — IO
- #each_codepoint — StringIO
- #each_codepoint — ARGF
- #each_cons — Enumerable
- #each_constant — RDoc::Context
- #each_entry — Pathname
- #each_entry — Rinda::TupleBag
- #each_entry — Gem::Package::TarReader
- #each_entry — Enumerable
- #each_extend — RDoc::Context
- #each_filename — Pathname
- #each_grapheme_cluster — String
- #each_header — Net::HTTPHeader
- #each_include — RDoc::Context
- #each_index — Array
- #each_index — Racc::Grammar
- #each_index — Racc::States
- #each_key — Win32::Registry
- #each_key — ObjectSpace::WeakMap
- #each_key — Hash
- #each_key — Net::HTTPHeader
- #each_la — Racc::Item
- #each_line — String
- #each_line — IO
- #each_line — Pathname
- #each_line — StringIO
- #each_line — Zlib::GzipReader
- #each_line — ARGF
- #each_line — CSV::Parser::Scanner
- #each_line — CSV::Parser::InputsScanner
- #each_line — OpenSSL::Buffering
- #each_localized_path — IRB::Locale
- #each_method — RDoc::Context
- #each_name — Resolv
- #each_name — Resolv::Hosts
- #each_name — Resolv::DNS
- #each_name — Net::HTTPHeader
- #each_nonterminal — Racc::SymbolTable
- #each_option — GetoptLong
- #each_option — OptionParser::List
- #each_pair — Struct
- #each_pair — Fiddle::CStruct
- #each_pair — OpenStruct
- #each_pair — ObjectSpace::WeakMap
- #each_pair — Hash
- #each_pair — CSV::Row
- #each_pair — YAML::DBM
- #each_parent — RDoc::CodeObject
- #each_reduce — Racc::ActionTable
- #each_resource — Resolv::DNS
- #each_rule — Racc::Grammar
- #each_rule — Racc::Rule
- #each_section — RDoc::Context
- #each_shift — Racc::ActionTable
- #each_slice — Enumerable
- #each_source — Gem::SourceList
- #each_spec — Gem::AvailableSet
- #each_state — Racc::States
- #each_strongly_connected_component — TSort
- #each_strongly_connected_component_from — TSort
- #each_sublocale — IRB::Locale
- #each_t — Racc::States
- #each_terminal — Racc::SymbolTable
- #each_useless_nonterminal — Racc::Grammar
- #each_useless_rule — Racc::Grammar
- #each_value — Win32::Registry
- #each_value — ObjectSpace::WeakMap
- #each_value — Hash
- #each_value — YAML::DBM
- #each_value — Net::HTTPHeader
- #each_with_index — Enumerator
- #each_with_index — Racc::Grammar
- #each_with_index — Enumerable
- #each_with_object — Enumerator
- #each_with_object — Enumerable
- #eager — Enumerator::Lazy
- #ec2_metadata_credentials_json — Gem::S3URISigner
- #ec2_metadata_request — Gem::S3URISigner
- #ecdh_curves= — OpenSSL::SSL::SSLContext
- #echo= — IO
- #echo? — IO
- #ed_argument_digit — Reline::LineEditor
- #ed_clear_screen — Reline::LineEditor
- #ed_delete_next_char — Reline::LineEditor
- #ed_delete_prev_char — Reline::LineEditor
- #ed_delete_prev_word — Reline::LineEditor
- #ed_digit — Reline::LineEditor
- #ed_insert — Reline::LineEditor
- #ed_kill_line — Reline::LineEditor
- #ed_move_to_beg — Reline::LineEditor
- #ed_move_to_end — Reline::LineEditor
- #ed_newline — Reline::LineEditor
- #ed_next_char — Reline::LineEditor
- #ed_next_history — Reline::LineEditor
- #ed_prev_char — Reline::LineEditor
- #ed_prev_history — Reline::LineEditor
- #ed_prev_word — Reline::LineEditor
- #ed_quoted_insert — Reline::LineEditor
- #ed_search_next_history — Reline::LineEditor
- #ed_search_prev_history — Reline::LineEditor
- #ed_transpose_chars — Reline::LineEditor
- #ed_transpose_words — Reline::LineEditor
- #ed_unassigned — Reline::LineEditor
- #edit_path — Net::HTTP
- #editing_mode — Reline::Config
- #editing_mode — Reline::LineEditor
- #editing_mode= — Reline::Config
- #editing_mode_is? — Reline::Config
- #em_capitol_case — Reline::LineEditor
- #em_delete — Reline::LineEditor
- #em_delete_next_word — Reline::LineEditor
- #em_delete_or_list — Reline::LineEditor
- #em_delete_prev_char — Reline::LineEditor
- #em_exchange_mark — Reline::LineEditor
- #em_kill_line — Reline::LineEditor
- #em_kill_region — Reline::LineEditor
- #em_lower_case — Reline::LineEditor
- #em_next_word — Reline::LineEditor
- #em_set_mark — Reline::LineEditor
- #em_upper_case — Reline::LineEditor
- #em_yank — Reline::LineEditor
- #em_yank_pop — Reline::LineEditor
- #emacs_editing_mode — Reline::Core
- #emacs_editing_mode? — Reline::Core
- #embed_library — Racc::ParserFileGenerator
- #embedded_action — Racc::GrammarFileParser
- #emit_coder — Psych::Visitors::YAMLTree
- #emit_row — CSV::Parser
- #emphasis — RDoc::Markdown
- #empty — Psych::Handler
- #empty? — Array
- #empty? — String
- #empty? — Set
- #empty? — Symbol
- #empty? — Pathname
- #empty? — StringScanner
- #empty? — Hash
- #empty? — IO::Buffer
- #empty? — CSV::FieldsConverter
- #empty? — Racc::Rule
- #empty? — Racc::UserAction
- #empty? — Racc::ISet
- #empty? — RDoc::Comment
- #empty? — Reline::KillRing::RingBuffer
- #empty? — Gem::AvailableSet
- #empty? — Gem::Package::TarHeader
- #empty? — Gem::RequestSet::Lockfile::Tokenizer
- #empty? — Gem::Resolver::RequirementList
- #empty? — Gem::SourceList
- #empty? — Thread::Queue
- #empty? — Thread::SizedQueue
- #empty? — FileTest
- #empty_marshal_checksum — PStore
- #empty_marshal_data — PStore
- #enable — TracePoint
- #enable_close — Fiddle::Handle
- #enable_config — MakeMakefile
- #enable_fallback_scsv — OpenSSL::SSL::SSLContext
- #enabled? — TracePoint
- #enc_key — OpenSSL::PKCS7::RecipientInfo
- #enclose — ThreadGroup
- #enclosed? — ThreadGroup
- #encode — String
- #encode! — String
- #encode! — RDoc::Comment
- #encode64 — Base64
- #encode_multipart_form_data — Net::HTTPGenericRequest
- #encode_token — Win32::SSPI::NegotiateAuth
- #encode_with_invalid_byte_sequence — IRB::Irb
- #encoding — String
- #encoding — Regexp
- #encoding — Symbol
- #encoding — Ripper
- #encoding — IRB::StdioInputMethod
- #encoding — IRB::FileInputMethod
- #encoding — IRB::ReadlineInputMethod
- #encoding — IRB::ReidlineInputMethod
- #encoding — IRB::Locale
- #encoding — Reline::Core
- #encrypt — OpenSSL::Cipher
- #encrypt — OpenSSL::PKey::PKey
- #end — Enumerator::ArithmeticSequence
- #end — Range
- #end — Zlib::ZStream
- #end — MatchData
- #end_document — Psych::Handler
- #end_document — Psych::TreeBuilder
- #end_document — Psych::Emitter
- #end_mapping — Psych::Handler
- #end_mapping — Psych::Emitter
- #end_of_line — Reline::LineEditor
- #end_precedence_declaration — Racc::Grammar
- #end_resolution — Gem::Resolver::Molinillo::Resolver::Resolution
- #end_seen? — Ripper
- #end_sequence — Psych::Handler
- #end_sequence — Psych::Emitter
- #end_stream — Psych::Handler
- #end_stream — Psych::TreeBuilder
- #end_stream — Psych::Emitter
- #end_transport — Net::HTTP
- #end_with? — String
- #end_with? — Symbol
- #ended? — Zlib::ZStream
- #enforce_trailing_slash — Gem::Source
- #england — Date
- #enhanced? — Reline::Windows::KeyEventRecord
- #enq — Thread::Queue
- #enq — Thread::SizedQueue
- #ensure_dependency — Gem::Installer
- #ensure_loadable_spec — Gem::Installer
- #enter — Monitor
- #entity — Net::HTTPResponse
- #entries — Range
- #entries — Pathname
- #entries — Enumerable
- #entry_details — Gem::QueryUtils
- #entry_versions — Gem::QueryUtils
- #enum_for — Object
- #enum_for — Enumerator::Lazy
- #env_table — CGI
- #environment — OptionParser
- #eof — IO
- #eof — StringIO
- #eof — Zlib::GzipReader
- #eof — ARGF
- #eof — CSV
- #eof — OpenSSL::Buffering
- #eof? — IO
- #eof? — StringIO
- #eof? — Zlib::GzipReader
- #eof? — ARGF
- #eof? — CSV
- #eof? — IRB::StdioInputMethod
- #eof? — IRB::FileInputMethod
- #eof? — IRB::ReadlineInputMethod
- #eof? — IRB::ReidlineInputMethod
- #eof? — XMP::StringInputMethod
- #eof? — Reline::LineEditor
- #eof? — Gem::Package::TarReader::Entry
- #eof? — OpenSSL::Buffering
- #eos? — StringScanner
- #eos? — CSV::Parser::InputsScanner
- #eql? — Array
- #eql? — Object
- #eql? — Numeric
- #eql? — String
- #eql? — Float
- #eql? — Enumerator::ArithmeticSequence
- #eql? — BigDecimal
- #eql? — Time
- #eql? — Struct
- #eql? — Fiddle::Pointer
- #eql? — OpenStruct
- #eql? — Range
- #eql? — Regexp
- #eql? — OpenSSL::BN
- #eql? — OpenSSL::PKey::EC::Point
- #eql? — OpenSSL::X509::Name
- #eql? — OpenSSL::PKey::EC::Group
- #eql? — Pathname
- #eql? — Hash
- #eql? — Delegator
- #eql? — IPAddr
- #eql? — MatchData
- #eql? — Racc::LocationPointer
- #eql? — Racc::State
- #eql? — RDoc::TopLevel
- #eql? — Gem::NameTuple
- #eql? — Gem::Platform
- #eql? — Gem::Version
- #eql? — Gem::Resolver::ActivationRequest
- #eql? — Gem::Resolver::Molinillo::DependencyGraph::Vertex
- #eql? — URI::Generic
- #eql? — Proc
- #eql? — Method
- #eql? — UnboundMethod
- #equal? — BasicObject
- #equal? — Reline::KeyStroke
- #equal? — Ractor::MovedObject
- #erase_line — IO
- #erase_screen — IO
- #errno — SystemCallError
- #error — OpenSSL::X509::StoreContext
- #error — Syslog::Logger
- #error — Logger
- #error — RDoc::Parser::Ruby
- #error — RDoc::RDoc
- #error — RDoc::Servlet
- #error — Gem::MockGemUi
- #error! — Logger
- #error= — OpenSSL::X509::StoreContext
- #error? — Ripper
- #error? — Logger
- #error_bytes — Encoding::InvalidByteSequenceError
- #error_char — Encoding::UndefinedConversionError
- #error_depth — OpenSSL::X509::StoreContext
- #error_message — GetoptLong
- #error_message — Gem::Commands::BuildCommand
- #error_print — DRb::DRbServer
- #error_string — OpenSSL::X509::StoreContext
- #errors — Gem::Resolver::ComposedSet
- #errors — Gem::Resolver::InstallerSet
- #escape — Gem::UriFormatter
- #escape — URI::RFC2396_Parser
- #escape — URI::RFC2396_Parser
- #escape — CGI::Escape
- #escape — CGI::Util
- #escapeElement — CGI::Util
- #escapeHTML — CGI::Escape
- #escapeHTML — CGI::Util
- #escapeURIComponent — CGI::Escape
- #escapeURIComponent — CGI::Util
- #escape_element — CGI::Util
- #escape_html — CGI::Util
- #escape_slash — JSON::Ext::Generator::State
- #escape_slash= — JSON::Ext::Generator::State
- #escape_slash? — JSON::Ext::Generator::State
- #escape_userpass — URI::Generic
- #eval — RubyVM::InstructionSequence
- #eval — Binding
- #eval — Kernel
- #eval_history= — IRB::Context
- #eval_input — IRB::Irb
- #eval_script — TracePoint
- #evaluate — IRB::WorkSpace
- #even? — Integer
- #event — TracePoint
- #event? — WIN32OLE_METHOD
- #event_interface — WIN32OLE_METHOD
- #event_location — Psych::Handler
- #event_location — Psych::TreeBuilder
- #exact? — Gem::Requirement
- #exact_matches — DidYouMean::KeyErrorChecker
- #exact_matches — DidYouMean::PatternKeyNameChecker
- #except — Hash
- #exception — Exception
- #exception — DRb::DRbUnknown
- #exception — Timeout::Error
- #exchange_point_and_mark — Reline::LineEditor
- #exclude — RDoc::Options
- #exclude_end? — Enumerator::ArithmeticSequence
- #exclude_end? — Range
- #exec — Kernel
- #exec_if — IRB::Notifier::AbstractNotifier
- #executable — Gem::Specification
- #executable= — Gem::Specification
- #executable? — Pathname
- #executable? — File::Stat
- #executable? — FileTest
- #executable_real? — Pathname
- #executable_real? — File::Stat
- #executable_real? — FileTest
- #executables — Gem::Specification
- #executables= — Gem::Specification
- #execute — Gem::Command
- #execute — Gem::Commands::BuildCommand
- #execute — Gem::Commands::CertCommand
- #execute — Gem::Commands::CheckCommand
- #execute — Gem::Commands::CleanupCommand
- #execute — Gem::Commands::ContentsCommand
- #execute — Gem::Commands::DependencyCommand
- #execute — Gem::Commands::EnvironmentCommand
- #execute — Gem::Commands::FetchCommand
- #execute — Gem::Commands::GenerateIndexCommand
- #execute — Gem::Commands::HelpCommand
- #execute — Gem::Commands::InstallCommand
- #execute — Gem::Commands::LockCommand
- #execute — Gem::Commands::MirrorCommand
- #execute — Gem::Commands::OpenCommand
- #execute — Gem::Commands::OutdatedCommand
- #execute — Gem::Commands::OwnerCommand
- #execute — Gem::Commands::PristineCommand
- #execute — Gem::Commands::PushCommand
- #execute — Gem::Commands::RdocCommand
- #execute — Gem::Commands::ServerCommand
- #execute — Gem::Commands::SetupCommand
- #execute — Gem::Commands::SigninCommand
- #execute — Gem::Commands::SignoutCommand
- #execute — Gem::Commands::SourcesCommand
- #execute — Gem::Commands::SpecificationCommand
- #execute — Gem::Commands::StaleCommand
- #execute — Gem::Commands::UninstallCommand
- #execute — Gem::Commands::UnpackCommand
- #execute — Gem::Commands::UpdateCommand
- #execute — Gem::Commands::WhichCommand
- #execute — Gem::Commands::YankCommand
- #execute — Gem::QueryUtils
- #exist? — Pathname
- #exist? — StringScanner
- #exist? — FileTest
- #exit — Monitor
- #exit — IRB::Context
- #exit — Thread
- #exit — Kernel
- #exit! — Kernel
- #exit_value — LocalJumpError
- #exited? — Process::Status
- #exitstatus — Process::Status
- #expand — Reline::KeyStroke
- #expand — Gem::PathSupport
- #expand_hexstring — OpenSSL::X509::Name::RFC2253DN
- #expand_pair — OpenSSL::X509::Name::RFC2253DN
- #expand_path — Pathname
- #expand_tabs — RDoc::Text
- #expand_value — OpenSSL::X509::Name::RFC2253DN
- #expect — IO
- #expired? — Rinda::TupleEntry
- #explain — Gem::Resolver::Conflict
- #explanation — Gem::Resolver::Conflict
- #explicit? — Gem::Resolver::DependencyRequest
- #explicit_version_requirement — Gem::Installer
- #exponent — BigDecimal
- #export — OpenSSL::PKey::DH
- #export — OpenSSL::PKey::DSA
- #export — OpenSSL::PKey::EC
- #export — OpenSSL::PKey::RSA
- #extend — Object
- #extend_object — Module
- #extended — Module
- #extension — RDoc::Markdown
- #extension? — RDoc::Markdown
- #extension_dir — Gem::BasicSpecification
- #extensions — OpenSSL::X509::Certificate
- #extensions — OpenSSL::X509::CRL
- #extensions — OpenSSL::X509::Revoked
- #extensions — OpenSSL::OCSP::SingleResponse
- #extensions — Gem::Specification
- #extensions — URI::LDAP
- #extensions= — OpenSSL::X509::Certificate
- #extensions= — OpenSSL::X509::CRL
- #extensions= — OpenSSL::X509::Revoked
- #extensions= — Gem::Specification
- #extensions= — URI::LDAP
- #extensions_dir — Gem::BasicSpecification
- #extern — Fiddle::Importer
- #external? — IO::Buffer
- #external_encoding — IO
- #external_encoding — StringIO
- #external_encoding — Zlib::GzipReader
- #external_encoding — ARGF
- #extname — Pathname
- #extra_rdoc_files — Gem::Specification
- #extra_rdoc_files= — Gem::Specification
- #extract — URI::RFC2396_Parser
- #extract — URI::RFC2396_Parser
- #extract_bin — Gem::Installer
- #extract_call_seq — RDoc::Comment
- #extract_files — Gem::Installer
- #extract_files — Gem::Installer::FakePackage
- #extract_files — Gem::Package
- #extract_files — Gem::Package::Old
- #fail — Kernel
- #failure_info — OpenSSL::Timestamp::Response
- #fall_back_to_normal_spell_check — DidYouMean::TreeSpellChecker
- #family — Socket::AncillaryData
- #family — Socket::Option
- #family_addrinfo — Addrinfo
- #fast_generate — JSON
- #fatal — Syslog::Logger
- #fatal — Logger
- #fatal! — Logger
- #fatal? — Logger
- #fcntl — IO
- #fcntl — StringIO
- #fcntl — OpenSSL::SSL::SocketForwarder
- #fdatasync — IO
- #fdiv — Integer
- #fdiv — Complex
- #fdiv — Numeric
- #fdiv — Float
- #fdiv — Rational
- #feed — Enumerator
- #fetch — Array
- #fetch — Hash
- #fetch — CSV::Row
- #fetch — DRb::WeakIdConv::WeakSet
- #fetch — PStore
- #fetch — Rinda::Tuple
- #fetch — Rinda::TupleEntry
- #fetch — Gem::Request
- #fetch — Gem::StreamUI::SilentDownloadReporter
- #fetch — Gem::StreamUI::ThreadedDownloadReporter
- #fetch — YAML::DBM
- #fetch — Thread
- #fetch — Net::HTTPHeader
- #fetch_file — Gem::RemoteFetcher
- #fetch_http — Gem::RemoteFetcher
- #fetch_https — Gem::RemoteFetcher
- #fetch_line — ErrorHighlight::Spotter
- #fetch_path — Gem::RemoteFetcher
- #fetch_resource — Resolv::DNS
- #fetch_s3 — Gem::RemoteFetcher
- #fetch_s3_config — Gem::S3URISigner
- #fetch_server — DRb
- #fetch_spec — Gem::Source
- #fetch_spec — Gem::Source::Lock
- #fetch_values — Hash
- #fiber — Fiber::SchedulerInterface
- #field — CSV::Row
- #field? — CSV::Row
- #field_row? — CSV::Row
- #field_size_limit — CSV
- #field_size_limit — CSV::Parser
- #fields — CSV::Row
- #file — ARGF
- #file — Digest::Instance
- #file? — Pathname
- #file? — File::Stat
- #file? — Gem::Package::TarReader::Entry
- #file? — FileTest
- #file_field — CGI::HtmlExtension
- #file_input? — IRB::Context
- #file_name — Fiddle::Handle
- #file_name — RDoc::CodeObject
- #file_name — Gem::Specification
- #filename — Ripper
- #filename — Ripper::Filter
- #filename — ARGF
- #filename_quote_characters= — Reline::Core
- #fileno — Dir
- #fileno — IO
- #fileno — StringIO
- #fileno — ARGF
- #fileno — OpenSSL::SSL::SocketForwarder
- #files — Gem::Specification
- #files= — Gem::Specification
- #files_hash — RDoc::Store
- #files_in — Gem::Commands::ContentsCommand
- #files_in — Gem::Commands::SetupCommand
- #files_in_default_gem — Gem::Commands::ContentsCommand
- #files_in_gem — Gem::Commands::ContentsCommand
- #fill — Array
- #fill — Date
- #fill_breakable — PrettyPrint
- #fill_rbuff — OpenSSL::Buffering
- #filter — Array
- #filter — Enumerator::Lazy
- #filter — Struct
- #filter — Hash
- #filter — URI::LDAP
- #filter — Enumerable
- #filter! — Array
- #filter! — Set
- #filter! — Hash
- #filter= — URI::LDAP
- #filter_backtrace — IRB::WorkSpace
- #filter_map — Enumerator::Lazy
- #filter_map — Enumerable
- #filter_possibilities_after_unwind — Gem::Resolver::Molinillo::Resolver::Resolution
- #filter_possibilities_for_parent_unwind — Gem::Resolver::Molinillo::Resolver::Resolution
- #filter_possibilities_for_primary_unwind — Gem::Resolver::Molinillo::Resolver::Resolution
- #filtered_possibility_set — Gem::Resolver::Molinillo::Resolver::Resolution
- #final — OpenSSL::Cipher
- #final_extension_path — Gem::Ext::CargoBuilder
- #finalize — Reline::LineEditor
- #finalize_directory — Gem::Ext::CargoBuilder
- #find — Pathname
- #find — Psych::ClassLoader::Restricted
- #find — IRB::Locale
- #find — Rinda::TupleBag
- #find — Rinda::TupleBag::TupleBin
- #find — Enumerable
- #find — Find
- #find_alias_command — Gem::CommandManager
- #find_alias_comment — RDoc::Parser::C
- #find_all — Enumerator::Lazy
- #find_all — Rinda::TupleBag
- #find_all — Gem::AvailableSet
- #find_all — Gem::Resolver::APISet
- #find_all — Gem::Resolver::ComposedSet
- #find_all — Gem::Resolver::CurrentSet
- #find_all — Gem::Resolver::GitSet
- #find_all — Gem::Resolver::IndexSet
- #find_all — Gem::Resolver::InstallerSet
- #find_all — Gem::Resolver::LockSet
- #find_all — Gem::Resolver::Set
- #find_all — Gem::Resolver::VendorSet
- #find_all — Enumerable
- #find_all_satisfiers — Gem::Specification
- #find_all_template — Rinda::TupleBag
- #find_ancestor_local_symbol — RDoc::ClassModule
- #find_attr_comment — RDoc::Parser::C
- #find_attribute — RDoc::Context
- #find_attribute_named — RDoc::Context
- #find_body — RDoc::Parser::C
- #find_c_enclosure — RDoc::Store
- #find_class — RDoc::Parser::C
- #find_class_comment — RDoc::Parser::C
- #find_class_method_named — RDoc::Context
- #find_class_named — RDoc::ClassModule
- #find_class_named — RDoc::Store
- #find_class_named_from — RDoc::Store
- #find_class_or_module — RDoc::Store
- #find_class_or_module — RDoc::TopLevel
- #find_command — Gem::CommandManager
- #find_command_possibilities — Gem::CommandManager
- #find_const_comment — RDoc::Parser::C
- #find_constant_named — RDoc::Context
- #find_enclosing_module_named — RDoc::Context
- #find_executable — MakeMakefile
- #find_extension — OpenSSL::X509::Extension::Helpers
- #find_external_alias — RDoc::Context
- #find_external_alias_named — RDoc::Context
- #find_file_named — RDoc::Context
- #find_file_named — RDoc::Store
- #find_files_for_gem — Gem::Validator
- #find_gem — Gem::Source::Local
- #find_gemspec — Gem::Commands::BuildCommand
- #find_header — MakeMakefile
- #find_ideas — DidYouMean::TreeSpellChecker
- #find_in_cache — Gem::Commands::UnpackCommand
- #find_index — Array
- #find_index — Enumerable
- #find_instance_method_named — RDoc::Context
- #find_leaves — DidYouMean::TreeSpellChecker
- #find_library — MakeMakefile
- #find_local_symbol — RDoc::Context
- #find_local_symbol — RDoc::TopLevel
- #find_method — RDoc::Context
- #find_method_named — RDoc::Context
- #find_modifiers — RDoc::Parser::C
- #find_module_named — RDoc::Context
- #find_module_named — RDoc::Store
- #find_module_named — RDoc::TopLevel
- #find_name — Gem::DependencyList
- #find_override_comment — RDoc::Parser::C
- #find_paths — Gem::Commands::WhichCommand
- #find_proxy — URI::Generic
- #find_response — OpenSSL::OCSP::BasicResponse
- #find_state_for — Gem::Resolver::Molinillo::Resolver::Resolution
- #find_suggestions — DidYouMean::TreeSpellChecker
- #find_symbol — RDoc::Context
- #find_symbol_module — RDoc::Context
- #find_text_page — RDoc::Store
- #find_type — MakeMakefile
- #find_unique — RDoc::Store
- #fingerprint — Racc::States
- #finish — OpenSSL::Digest
- #finish — OpenSSL::Engine
- #finish — Psych::Visitors::YAMLTree
- #finish — Zlib::ZStream
- #finish — Zlib::GzipFile
- #finish — Net::HTTP
- #finish — RDoc::Options
- #finish — Reline::LineEditor
- #finish — Encoding::Converter
- #finish — Digest::Instance
- #finish_page_dir — RDoc::Options
- #finished? — Zlib::ZStream
- #finished? — Reline::LineEditor
- #finished_message — OpenSSL::SSL::SSLSocket
- #finite? — Complex
- #finite? — Numeric
- #finite? — Float
- #finite? — BigDecimal
- #first — Array
- #first — Enumerator::ArithmeticSequence
- #first — Range
- #first — Gem::SourceList
- #first — Enumerable
- #first? — PrettyPrint::SingleLine
- #first_column — RubyVM::AbstractSyntaxTree::Node
- #first_lineno — RubyVM::AbstractSyntaxTree::Node
- #first_lineno — RubyVM::InstructionSequence
- #fix — BigDecimal
- #fix — Racc::SymbolTable
- #fix_basic_object_inheritance — RDoc::Store
- #fix_ident — Racc::Grammar
- #fix_ident — Racc::SymbolTable
- #fixed_anchor? — StringScanner
- #fixed_encoding? — Regexp
- #flags — Socket::Ifaddr
- #flags= — OpenSSL::X509::StoreContext
- #flags= — OpenSSL::X509::Store
- #flat_map — Enumerator::Lazy
- #flat_map — Enumerable
- #flatten — Array
- #flatten — Set
- #flatten — Hash
- #flatten! — Array
- #flatten! — Set
- #flock — File
- #flock — CSV
- #floor — Integer
- #floor — Numeric
- #floor — Float
- #floor — BigDecimal
- #floor — Rational
- #floor — Time
- #flush — IO
- #flush — StringIO
- #flush — Win32::Registry
- #flush — Zlib::Deflate
- #flush — Zlib::GzipWriter
- #flush — PrettyPrint
- #flush — Gem::Package::TarWriter
- #flush — Gem::SilentUI::NullIO
- #flush — OpenSSL::Buffering
- #flush_buffer — Net::HTTPGenericRequest
- #flush_delayed — Racc::Grammar::DefinitionEnv
- #flush_left — RDoc::Text
- #flush_next_in — Zlib::ZStream
- #flush_next_out — Zlib::ZStream
- #flush_sessions — OpenSSL::SSL::SSLContext
- #fnmatch — Pathname
- #fnmatch? — Pathname
- #footer — Racc::ParserFileGenerator
- #for_cache — Gem::Specification
- #for_spec? — Gem::Resolver::Conflict
- #force — Enumerator::Lazy
- #force_documentation= — RDoc::CodeObject
- #force_encoding — String
- #force_quotes? — CSV
- #fork — Kernel
- #form — CGI::HtmlExtension
- #form_data= — Net::HTTPHeader
- #format — Benchmark::Tms
- #format — IRB::Locale
- #format — Kernel
- #format= — RDoc::Comment
- #format_datetime — Logger::Formatter
- #format_message — Logger
- #format_severity — Logger
- #format_text — Gem::Text
- #format_time — Psych::Visitors::YAMLTree
- #format_time — Gem::NoAliasYAMLTree
- #formatted_program_filename — Gem::Installer
- #forward_char — Reline::LineEditor
- #forward_search_history — Reline::LineEditor
- #forward_word — Reline::LineEditor
- #frac — BigDecimal
- #fragment= — URI::Generic
- #free — Fiddle::Pointer
- #free — IO::Buffer
- #free= — Fiddle::Pointer
- #freed? — Fiddle::Pointer
- #freeze — Object
- #freeze — Module
- #freeze — String
- #freeze — OpenStruct
- #freeze — OpenSSL::SSL::SSLContext
- #freeze — Pathname
- #freeze — Delegator
- #freeze — Gem::Version
- #friday? — Date
- #friday? — Time
- #friendly_path — RDoc::Store
- #front — DRb::ExtServ
- #front — DRb
- #frozen? — Kernel
- #fsync — IO
- #fsync — StringIO
- #ftype — Pathname
- #ftype — File::Stat
- #fu_blksize — FileUtils::StreamUtils_
- #fu_default_blksize — FileUtils::StreamUtils_
- #fu_stream_blksize — FileUtils::StreamUtils_
- #fu_windows? — FileUtils::StreamUtils_
- #full_gem_path — Gem::BasicSpecification
- #full_message — Exception
- #full_name — DidYouMean::ClassNameChecker::ClassName
- #full_name — RDoc::ClassModule
- #full_name — RDoc::Constant
- #full_name — RDoc::Context
- #full_name — RDoc::MethodAttr
- #full_name — RDoc::Mixin
- #full_name — RDoc::TopLevel
- #full_name — Gem::BasicSpecification
- #full_name — Gem::NameTuple
- #full_name — Gem::Package::TarReader::Entry
- #full_name — Gem::Resolver::ActivationRequest
- #full_name — Gem::Resolver::SpecSpecification
- #full_name — Gem::Resolver::Specification
- #full_name — Gem::Specification
- #full_name= — RDoc::CodeObject
- #full_old_name — RDoc::Alias
- #full_require_paths — Gem::BasicSpecification
- #full_spec — Gem::Resolver::ActivationRequest
- #fully_documented? — RDoc::Context
- #fully_documented? — RDoc::Stats
- #garbage_collect — ObjectSpace
- #garbage_collect — GC
- #gather_files — RDoc::RDoc
- #gcd — Integer
- #gcd — OpenSSL::BN
- #gcdlcm — Integer
- #gem — Gem::Installer
- #gem — Gem::RequestSet
- #gem — Gem::RequestSet::GemDependencyAPI
- #gem — Kernel
- #gem_contents — Gem::Commands::ContentsCommand
- #gem_dir — Gem::BasicSpecification
- #gem_dir — Gem::Installer
- #gem_file_list — Gem::Indexer
- #gem_install_dir — Gem::Commands::ContentsCommand
- #gem_name — Gem::Commands::BuildCommand
- #gem_name? — Gem::QueryUtils
- #gem_original_require — Kernel
- #gem_repository? — Gem::Doctor
- #gemdeps_load — Gem::Installer
- #gems_dir — Gem::BasicSpecification
- #gems_dir — Gem::Specification
- #gemspec — Gem::RequestSet::GemDependencyAPI
- #gen_action_tables — Racc::StateTransitionTableGenerator
- #gen_body_table — RDoc::Parser::C
- #gen_const_table — RDoc::Parser::C
- #gen_goto_tables — Racc::StateTransitionTableGenerator
- #gen_random — Random::Formatter
- #gen_time — OpenSSL::Timestamp::TokenInfo
- #generate — JSON::Ext::Generator::State
- #generate — Racc::StateTransitionTableGenerator
- #generate — Racc::ParserClassGenerator
- #generate — RDoc::RDoc
- #generate — RDoc::RubygemsHook
- #generate — RDoc::RubygemsHook
- #generate — JSON
- #generate_bin_script — Gem::Installer
- #generate_bin_symlink — Gem::Installer
- #generate_canonical_query_params — Gem::S3URISigner
- #generate_canonical_request — Gem::S3URISigner
- #generate_default_dirs — Gem::Commands::SetupCommand
- #generate_default_man_dir — Gem::Commands::SetupCommand
- #generate_index — Gem::Indexer
- #generate_key — OpenSSL::PKey::EC
- #generate_key! — OpenSSL::PKey::DH
- #generate_key! — OpenSSL::PKey::EC
- #generate_parser — Racc::ParserFileGenerator
- #generate_parser_file — Racc::ParserFileGenerator
- #generate_searcher — Reline::LineEditor
- #generate_signature — Gem::S3URISigner
- #generate_states — Racc::States
- #generate_string_to_sign — Gem::S3URISigner
- #generate_windows_script — Gem::Installer
- #generator — OpenSSL::PKey::EC::Group
- #generator_descriptions — RDoc::Options
- #generator_for — RDoc::Servlet
- #get — GetoptLong
- #get — Net::HTTP
- #get2 — Net::HTTP
- #get_all_gem_names — Gem::Command
- #get_all_gem_names_and_versions — Gem::Command
- #get_bool — RDoc::Parser::Ruby
- #get_byte — StringScanner
- #get_candidate_gems — Gem::Commands::CleanupCommand
- #get_candidates — OptionParser::List
- #get_class_or_module — RDoc::Parser::Ruby
- #get_class_specification — RDoc::Parser::Ruby
- #get_constant — RDoc::Parser::Ruby
- #get_credentials — Win32::SSPI::NegotiateAuth
- #get_embdoc_tk — RDoc::Parser::RipperStateLex
- #get_env_editor — Gem::Commands::OpenCommand
- #get_fields — Net::HTTPHeader
- #get_flags — OpenSSL::BN
- #get_gems_to_cleanup — Gem::Commands::CleanupCommand
- #get_heredoc_tk — RDoc::Parser::RipperStateLex
- #get_hosts_for — Gem::Commands::PushCommand
- #get_included_module_with_optional_parens — RDoc::Parser::Ruby
- #get_initial_token — Win32::SSPI::NegotiateAuth
- #get_key_name — Gem::GemcutterUtilities
- #get_method — Reline::KeyActor::Base
- #get_mfa_params — Gem::GemcutterUtilities
- #get_one_gem_name — Gem::Command
- #get_one_optional_argument — Gem::Command
- #get_op_tk — RDoc::Parser::RipperStateLex
- #get_option — GetoptLong
- #get_owner_scope — Gem::Commands::OwnerCommand
- #get_path — Gem::Commands::UnpackCommand
- #get_platform_from_requirements — Gem::VersionOption
- #get_primary_gems — Gem::Commands::CleanupCommand
- #get_push_scope — Gem::Commands::PushCommand
- #get_quoted_re — Racc::GrammarFileScanner
- #get_regexp_tk — RDoc::Parser::RipperStateLex
- #get_relative_path — Gem::Ext::CargoBuilder
- #get_renewer — Rinda::TupleEntry
- #get_scope_params — Gem::GemcutterUtilities
- #get_screen_size — Reline::Core
- #get_set — Gem::Resolver::SourceSet
- #get_squashed_tk — RDoc::Parser::RipperStateLex
- #get_string — IO::Buffer
- #get_string_tk — RDoc::Parser::RipperStateLex
- #get_symbol_or_name — RDoc::Parser::Ruby
- #get_symbol_tk — RDoc::Parser::RipperStateLex
- #get_tk — RDoc::Parser::RubyTools
- #get_tk_until — RDoc::Parser::RubyTools
- #get_tkread — RDoc::Parser::RubyTools
- #get_user_profile — Gem::GemcutterUtilities
- #get_value — OpenSSL::Config
- #get_value — IO::Buffer
- #get_version_from_requirements — Gem::Commands::YankCommand
- #get_words_tk — RDoc::Parser::RipperStateLex
- #get_yank_scope — Gem::Commands::YankCommand
- #getaddress — Resolv
- #getaddress — Resolv::Hosts
- #getaddress — Resolv::DNS
- #getaddresses — Resolv
- #getaddresses — Resolv::Hosts
- #getaddresses — Resolv::DNS
- #getbyte — String
- #getbyte — IO
- #getbyte — StringIO
- #getbyte — StringScanner
- #getbyte — Zlib::GzipReader
- #getbyte — ARGF
- #getbyte — OpenSSL::Buffering
- #getc — IO
- #getc — StringIO
- #getc — Zlib::GzipReader
- #getc — ARGF
- #getc — Gem::Package::TarReader::Entry
- #getc — OpenSSL::Buffering
- #getch — IO
- #getch — StringScanner
- #getch — IO::generic_readable
- #getgm — Time
- #getlocal — Time
- #getname — Resolv
- #getname — Resolv::Hosts
- #getname — Resolv::DNS
- #getnameinfo — Addrinfo
- #getnames — Resolv
- #getnames — Resolv::Hosts
- #getnames — Resolv::DNS
- #getopts — OptionParser
- #getopts — OptionParser::Arguable
- #getpass — IO
- #getpass — IO::generic_readable
- #getpeereid — BasicSocket
- #getpeername — BasicSocket
- #getresource — Resolv::DNS
- #getresources — Resolv::DNS
- #gets — IO
- #gets — StringIO
- #gets — Zlib::GzipReader
- #gets — ARGF
- #gets — CSV
- #gets — IRB::InputMethod
- #gets — IRB::StdioInputMethod
- #gets — IRB::FileInputMethod
- #gets — IRB::ReadlineInputMethod
- #gets — IRB::ReidlineInputMethod
- #gets — IRB::Locale
- #gets — XMP::StringInputMethod
- #gets — Gem::SilentUI::NullIO
- #gets — Kernel
- #gets — OpenSSL::Buffering
- #getsockname — BasicSocket
- #getsockopt — BasicSocket
- #getsockopt — OpenSSL::SSL::SocketForwarder
- #getutc — Time
- #getwd — FileUtils
- #gid — File::Stat
- #git — Gem::RequestSet::GemDependencyAPI
- #git_path — Gem::Commands::EnvironmentCommand
- #git_source — Gem::RequestSet::GemDependencyAPI
- #github — RDoc::Markdown
- #glob — Pathname
- #global_variables — Kernel
- #gmt? — Time
- #gmt_offset — Time
- #gmtime — Time
- #gmtoff — Time
- #goto — IO
- #goto_column — IO
- #goto_id — Racc::Shift
- #grammar — Racc::Grammar::DefinitionEnv
- #grapheme_clusters — String
- #great_job — RDoc::Stats
- #gregorian — Date
- #gregorian? — Date
- #grep — Enumerator::Lazy
- #grep — Enumerable
- #grep_v — Enumerator::Lazy
- #grep_v — Enumerable
- #group — OpenSSL::PKey::EC
- #group — PrettyPrint
- #group — PrettyPrint::SingleLine
- #group — Gem::RequestSet::GemDependencyAPI
- #group — Thread
- #group= — OpenSSL::PKey::EC
- #group_by — Enumerable
- #group_entries — RDoc::Parser::ChangeLog
- #group_possibilities — Gem::Resolver::Molinillo::Resolver::Resolution
- #group_sub — PrettyPrint
- #grpowned? — Pathname
- #grpowned? — File::Stat
- #grpowned? — FileTest
- #gsub — String
- #gsub — Kernel
- #gsub! — String
- #guard_inspect_key — PP::PPMethods
- #guess — Kconv
- #guid — WIN32OLE_TYPE
- #guid — WIN32OLE_TYPELIB
- #gzip — Gem::Indexer
- #gzip_to — Gem::Package
- #h — CGI::Util
- #h — ERB::Util
- #handle_arguments — Gem::ConfigFile
- #handle_attr — RDoc::Parser::C
- #handle_class_module — RDoc::Parser::C
- #handle_constants — RDoc::Parser::C
- #handle_directive — Reline::Config
- #handle_exception — IRB::Irb
- #handle_ifdefs_in — RDoc::Parser::C
- #handle_method — RDoc::Parser::C
- #handle_missing_or_push_dependency_state — Gem::Resolver::Molinillo::Resolver::Resolution
- #handle_options — Gem::Command
- #handle_pipe — RDoc::RDoc
- #handle_singleton — RDoc::Parser::C
- #handle_tab_width — RDoc::Parser::C
- #handler — WIN32OLE_EVENT
- #handler — Fiddle::Importer
- #handler= — WIN32OLE_EVENT
- #handlers — Fiddle::CompositeHandler
- #handles? — Gem::Command
- #has_conflicts? — Gem::Specification
- #has_expires? — Rinda::TupleBag
- #has_key? — Hash
- #has_key? — CSV::Row
- #has_key? — CGI::QueryExtension
- #has_value? — Hash
- #has_value? — YAML::DBM
- #hash — Array
- #hash — Object
- #hash &mda