Table of Contents - Documentation for Ruby 3.4
Pages
- COPYING
- COPYING.ja
- LEGAL
- NEWS
-
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-3.1.0
- 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
-
NEWS-3.2.0
- NEWS for Ruby 3.2.0
- Language changes
- Core classes updates
- Stdlib updates
- Supported platforms
- Compatibility issues
- Removed constants
- Removed methods
- Source code incompatibility of extension libraries
- Error printer
- Constant lookup when defining a class/module
- Stdlib compatibility issues
- C API updates
- Updated C APIs
- Added C APIs
- Removed C APIs
- Implementation improvements
- JIT
- YJIT
- MJIT
- NEWS-3.3.0
- README.ja
- README
- bsearch
- bug_triaging
- case_mapping
- character_selectors
- command_injection
- contributing
- building_ruby
-
documentation_guide
- Documentation Guide
- Generating documentation
- Goal
- General Guidelines
- Characters
- RDoc
- Output from
irb
- Headings
- Blank Lines
- Method Names
- Embedded Code and Commands
- Auto-Linking
- Explicit Links
rdoc-ref
Scheme- URL-Based Link
- Variable Names
- HTML Tags
- Tables
- Documenting Classes and Modules
- Synopsis
- Common Uses
- What’s Here Summary
- Documenting Methods
- General Structure
- Calling Sequence (for methods written in C)
- Synopsis
- In-Brief Examples
- Details and Examples
- Argument Description (if necessary)
- Corner Cases and Exceptions
- Related Methods (optional)
- Methods Accepting Multiple Argument Types
- glossary
- making_changes_to_ruby
- making_changes_to_stdlibs
- reporting_issues
- testing_ruby
- dig_methods
- distribution
- dtrace_probes
-
encodings
- Encodings
- The Basics
- The Encoding Class
- Encoding Objects
- Names and Aliases
- Default Encodings
- Compatible Encodings
- String Encoding
- Symbol and Regexp Encodings
- Filesystem Encoding
- Locale Encoding
- Stream Encodings
- External Encoding
- Internal Encoding
- Script Encoding
- Transcoding
- Transcoding a String
- Transcoding a Stream
- Encoding Options
-
exceptions
- Exceptions
- Raised Exceptions
- Unrescued Exceptions
- Rescued Exceptions
- Begin Clause
- Rescue Clauses
- Rescued Exceptions
- Multiple Rescue Clauses
- Capturing the Rescued Exception
- Global Variables
- Cause
- Else Clause
- Ensure Clause
- End Statement
- Begin-Less Exception Handlers
- Re-Raising an Exception
- Retrying
- Raising an Exception
- Custom Exceptions
- Messages
- Backtraces
-
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の構文解析器
- 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
- Ruby data types
- Check type of the VALUE data
- Convert VALUE into C data
- Convert C data into VALUE
- Manipulating Ruby object
- 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
- Declaratively marking/compacting struct references
- 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 VALUE types
- VALUE 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
-
format_specifications
- Format Specifications
- Type Specifiers
- Integer Type Specifiers
- Floating-Point Type Specifiers
- Other Type Specifiers
- Flags
' '
Flag'#'
Flag'+'
Flag'-'
Flag'0'
Flag'*'
Flag'n$'
Flag- Width Specifier
- Precision Specifier
- Type Specifier Details and Examples
- Specifiers
a
andA
- Specifiers
b
andB
- Specifier
c
- Specifier
d
- Specifiers
e
andE
- Specifier
f
- Specifiers
g
andG
- Specifier
o
- Specifier
p
- Specifier
s
- Specifiers
x
andX
- Specifier
%
- Reference by Name
-
globals
- Pre-Defined Global Variables
- Exceptions
$!
(Exception)$@
(Backtrace)- Pattern Matching
$~
(MatchData)$&
(Matched Substring)$`
(Pre-Match Substring)$'
(Post-Match Substring)$+
(Last Matched Group)$1
,$2
, Etc. (Matched Group)- Separators
$/
(Input Record Separator)$\
(Output Record Separator)- Streams
$stdin
(Standard Input)$stdout
(Standard Output)$stderr
(Standard Error)$<
(ARGF or $stdin)$>
(Default Standard Output)$.
(Input Position)$_
(Last Read Line)- Processes
$0
$*
(ARGV)$$
(Process ID)$?
(Child Status)$LOAD_PATH
(Load Path)$LOADED_FEATURES
- Debugging
$FILENAME
$DEBUG
$VERBOSE
- Other Variables
$-a
$-i
$-l
$-p
- Deprecated
$=
$,
$;
- Pre-Defined Global Constants
- Streams
STDIN
STDOUT
STDERR
- Environment
- ENV
- ARGF
ARGV
TOPLEVEL_BINDING
RUBY_VERSION
RUBY_RELEASE_DATE
RUBY_PLATFORM
RUBY_PATCHLEVEL
RUBY_REVISION
RUBY_COPYRIGHT
RUBY_ENGINE
RUBY_ENGINE_VERSION
RUBY_DESCRIPTION
- Embedded Data
DATA
- implicit_conversion
-
maintainers
- Maintainers
- Branch Maintainers
- Module Maintainers
- Language core features including security
- Evaluator
- Core classes
- Standard Library Maintainers
- Libraries
- lib/mkmf.rb
- lib/rubygems.rb, lib/rubygems/*
- lib/unicode_normalize.rb, lib/unicode_normalize/*
- Extensions
- ext/continuation
- ext/coverage
- ext/fiber
- ext/monitor
- ext/objspace
- ext/pty
- ext/ripper
- ext/socket
- ext/win32
- Default gems Maintainers
- Libraries
- lib/benchmark.rb
- lib/bundler.rb, lib/bundler/*
- lib/cgi.rb, lib/cgi/*
- lib/English.rb
- lib/delegate.rb
- lib/did_you_mean.rb
- ext/digest, ext/digest/*
- lib/erb.rb
- lib/error_highlight.rb, lib/error_highlight/*
- lib/fileutils.rb
- lib/find.rb
- lib/forwardable.rb
- lib/ipaddr.rb
- lib/irb.rb, lib/irb/*
- lib/optparse.rb, lib/optparse/*
- lib/logger.rb
- lib/net/http.rb, lib/net/https.rb
- lib/net/protocol.rb
- lib/open3.rb
- lib/open-uri.rb
- lib/ostruct.rb
- lib/pp.rb
- lib/prettyprint.rb
- lib/prism.rb
- lib/pstore.rb
- lib/readline.rb
- lib/resolv.rb
- lib/rdoc.rb, lib/rdoc/*
- lib/reline.rb, lib/reline/*
- lib/securerandom.rb
- lib/set.rb
- lib/shellwords.rb
- lib/singleton.rb
- lib/tempfile.rb
- lib/time.rb
- lib/timeout.rb
- lib/thwait.rb
- lib/tmpdir.rb
- lib/tsort.rb
- lib/un.rb
- lib/uri.rb, lib/uri/*
- lib/yaml.rb, lib/yaml/*
- lib/weakref.rb
- Extensions
- ext/cgi
- ext/date
- ext/etc
- ext/fcntl
- ext/fiddle
- ext/io/console
- ext/io/nonblock
- ext/io/wait
- ext/json
- ext/openssl
- ext/pathname
- ext/psych
- ext/stringio
- ext/strscan
- ext/win32ole
- ext/zlib
- Bundled gems upstream repositories
- minitest
- power_assert
- rake
- test-unit
- rexml
- rss
- net-ftp
- net-imap
- net-pop
- net-smtp
- matrix
- prime
- rbs
- typeprof
- debug
- racc
- mutex_m
- getoptlong
- base64
- bigdecimal
- observer
- abbrev
- resolv-replace
- rinda
- drb
- nkf
- syslog
- csv
- Platform Maintainers
- mswin64 (Microsoft Windows)
- mingw32 (Minimalist GNU for Windows)
- AIX
- FreeBSD
- Solaris
- RHEL, CentOS
- macOS
- OpenBSD
- cygwin, …
- WebAssembly/WASI
-
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
- argument_converters
- creates_option
-
option_params
- Parameters for New Options
- Option Names
- Short Names
- Simple Short Names
- Short Names with Required Arguments
- Short Names with Optional Arguments
- Short Names from Range
- Long Names
- Simple Long Names
- Long Names with Required Arguments
- Long Names with Optional Arguments
- Long Names with Negation
- Mixed Names
- Argument Keywords
- Argument Strings
- Argument Values
- Explicit Argument Values
- Explicit Values in Array
- Explicit Values in Hash
- Argument Value Patterns
- Argument Converters
- Descriptions
- Option Handlers
- Handler Blocks
- Handler Procs
- Handler Methods
-
tutorial
- Tutorial
- Why
OptionParser
? - Contents
- To Begin With
- Defining Options
- Option Names
- Short Option Names
- Long Option Names
- Mixing Option Names
- Option Name Abbreviations
- Option Arguments
- Option with No Argument
- Option with Required Argument
- Option with Optional Argument
- Argument Abbreviations
- Argument Values
- Explicit Argument Values
- Explicit Values in Array
- Explicit Values in Hash
- Argument Value Patterns
- Keyword Argument
into
- Collecting Options
- Checking for Missing Options
- Default Values for Options
- Argument Converters
- Help
- Top List and Base List
- Methods for Defining Options
- Parsing
- Method
parse!
- Method
parse
- Method
order!
- Method
order
- Method
permute!
- Method
permute
-
packed_data
- Packed Data
- Packing Method
- Unpacking Methods
- Integer Directives
- 8-Bit Integer Directives
- 16-Bit Integer Directives
- 32-Bit Integer Directives
- 64-Bit Integer Directives
- Platform-Dependent Integer Directives
- Other Integer Directives
- Modifiers for Integer Directives
- Float Directives
- Single-Precision Float Directives
- Double-Precision Float Directives
- String Directives
- Binary String Directives
- Bit String Directives
- Hex String Directives
- Pointer String Directives
- Other String Directives
- Offset Directives
-
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
- methods
- unicode_properties
- rjit
- option_dump
-
options
- Ruby Command-Line Options
- About the Examples
- Options
-0
: Set$/
(Input Record Separator)-a
: Split Input Lines into Fields-c
: Check Syntax-C
: Set Working Directory-d
: Set$DEBUG
totrue
-e
: Execute Given Ruby Code-E
: Set Default Encodings-F
: Set Input Field Separator-h
: Print Short Help Message-i
: Set ARGF In-Place Mode-I
: Add to$LOAD_PATH
-l
: Set Output Record Separator; Chop Lines-n
: Run Program ingets
Loop-p
:-n
, with Printing-r
: Require Library-s
: Define Global Variable-S
: Search Directories inENV['PATH']
-v
: Print Version; Set$VERBOSE
-w
: Synonym for-W1
-W
: Set Warning Policy-x
: Execute Ruby Code Found in Text--backtrace-limit
: Set Backtrace Limit--copyright
: Print Ruby Copyright--debug
: Alias for-d
--disable
: Disable Features--dump
: Dump Items--enable
: Enable Features--encoding
: Alias for-E
.--external-encoding
: Set Default External Encoding--help
: Print Help Message--internal-encoding
: Set Default Internal Encoding--verbose
: Set$VERBOSE
--version
: Print Ruby Version- Experimental Options
--jit
--jit-debug
--jit-max-cache=num
--jit-min-calls=num
--jit-save-temps
--jit-verbose
--jit-wait
--jit-warnings
- security
- signals
- standard_library
-
strftime_formatting
- Formats for Dates and Times
- Conversion Specifiers
- Date (Year, Month, Day)
- Time (Hour, Minute, Second, Subsecond)
- Timezone
- Weekday
- Week Number
- Week Dates
- Literals
- Shorthand Conversion Specifiers
- Flags
- Padding Flags
- Casing Flags
- Timezone Flags
- Width Specifiers
- Specialized Format Strings
- HTTP Format
- RFC 3339 Format
- RFC 2822 Format
- JIS X 0301 Format
- ISO 8601 Format Specifications
- Dates
- Times
- Combined Date and Time
- syntax
- assignment
- calling_methods
- comments
- control_expressions
- exceptions
- keywords
-
literals
- Literals
- Boolean and Nil Literals
- Number Literals
- Integer Literals
- Float Literals
- Rational Literals
- Complex Literals
- Strings
- Escape Sequences
- Double-Quoted String Literals
- Single-Quoted String Literals
- Literal String Concatenation
- Character Literal
- 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
- operators
- pattern_matching
- precedence
- refinements
- windows
-
yjit
- YJIT - Yet Another Ruby JIT
- Current Limitations
- Installation
- Requirements
- Building YJIT
- Usage
- Examples
- Benchmarking
- Performance Tips for Production Deployments
- Increasing –yjit-exec-mem-size
- Running workers as long as possible
- Reducing YJIT Memory Usage
- Decreasing –yjit-exec-mem-size
- Enabling YJIT lazily
- Code Optimization Tips
- Other Statistics
- Contributing
- Source Code Organization
- Generating C bindings with bindgen
- Coding & Debugging Protips
- Running x86 YJIT on Apple’s Rosetta
- Rosetta Caveats
- Profiling with Linux perf
- Call graph
- YJIT codegen
- Building perf with Python support
Classes and Modules
- ARGF
- 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
- BasicObject
- BasicSocket
- Benchmark
- Benchmark::Tms
- BigDecimal
- 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
- Class
- ClosedQueueError
- Comparable
- Complex
- Continuation
- CoreExtensions
- CoreExtensions::TCPSocketExt
- CoreExtensions::TCPSocketExt::Initializer
- Coverage
- Data
- Date
- Date::Error
- DateTime
- Delegator
- DidYouMean
- DidYouMean::ClassNameChecker
- DidYouMean::ClassNameChecker::ClassName
- DidYouMean::Correctable
- DidYouMean::Formatter
- DidYouMean::Jaro
- DidYouMean::JaroWinkler
- DidYouMean::KeyErrorChecker
- DidYouMean::MethodNameChecker
- DidYouMean::NameErrorCheckers
- 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
- Digest::SHA256
- Digest::SHA384
- Digest::SHA512
- Dir
- ENV
- EOFError
- ERB
- ERB::DefMethod
- ERB::Escape
- 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::Product
- Enumerator::Yielder
- Errno
- ErrorHighlight
- ErrorHighlight::CoreExt
- ErrorHighlight::DefaultFormatter
- ErrorHighlight::Spotter
- ErrorHighlight::Spotter::NonAscii
- Etc
- Etc::Group
- Etc::Passwd
- Exception
- FalseClass
- Fcntl
- Fiber
- Fiber::Pool
- Fiber::Scheduler
- 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::JRuby
- Fiddle::Pinned
- Fiddle::Pointer
- Fiddle::Pointer::LibC
- Fiddle::StructArray
- Fiddle::Types
- Fiddle::Win32Types
-
File
- About the Examples
- Access Modes
- String Access Modes
- Read/Write Mode
- Read/Write Modes for Existing File
- Read/Write Modes for File To Be Created
- Data Mode
- File-Create Mode
- Integer Access Modes
- File-Create Mode Specified as an Integer
- Data Mode Specified as an Integer
- Encodings
- File Permissions
- File Constants
- What’s Here
- Creating
- Querying
- Settings
- Other
-
File::Constants
- File Access
- Read/Write Access
- File::RDONLY
- File::WRONLY
- File::RDWR
- File Positioning
- File::APPEND
- File::TRUNC
- Creating and Preserving
- File::CREAT
- File::EXCL
- POSIX File Constants
- File::SYNC, File::RSYNC, and File::DSYNC
- File::NOCTTY
- File::DIRECT
- File::NOATIME
- File::NOFOLLOW
- File::TMPFILE
- Other File-Access Constants
- File::NONBLOCK
- File::BINARY
- File::SHARE_DELETE
- Locking
- File::LOCK_EX
- File::LOCK_NB
- File::LOCK_SH
- File::LOCK_UN
- Filename Globbing Constants (File::FNM_*)
- File::FNM_CASEFOLD
- File::FNM_DOTMATCH
- File::FNM_EXTGLOB
- File::FNM_NOESCAPE
- File::FNM_PATHNAME
- File::FNM_SHORTNAME
- File::FNM_SYSCASE
- Other Constants
- File::NULL
- File::Stat
- FileTest
- FileUtils
- FileUtils::DryRun
- FileUtils::NoWrite
- FileUtils::Verbose
- Find
- Float
- FloatDomainError
- Forwardable
- FrozenError
- GC
- Gem::AvailableSet
- Gem::BasicSpecification
- Gem::BundlerVersionFinder
- Gem::CIDetector
- 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::ExecCommand
- Gem::Commands::FetchCommand
- Gem::Commands::GenerateIndexCommand
- Gem::Commands::GenerateIndexCommand::RubygemsTrampoline
- 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::RebuildCommand
- 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::GemcutterUtilities::WebauthnListener
- Gem::GemcutterUtilities::WebauthnListener::BadRequestResponse
- Gem::GemcutterUtilities::WebauthnListener::MethodNotAllowedResponse
- Gem::GemcutterUtilities::WebauthnListener::NoContentResponse
- Gem::GemcutterUtilities::WebauthnListener::NotFoundResponse
- Gem::GemcutterUtilities::WebauthnListener::OkResponse
- Gem::GemcutterUtilities::WebauthnListener::Response
- Gem::GemcutterUtilities::WebauthnListener::SocketResponder
- Gem::GemcutterUtilities::WebauthnPoller
- Gem::GemspecHelpers
- Gem::ImpossibleDependenciesError
- Gem::InstallError
- Gem::InstallUpdateOptions
- Gem::Installer
- Gem::Installer::FakePackage
- Gem::InstallerUninstallerUtils
- Gem::InvalidSpecificationException
- Gem::Licenses
- Gem::LoadError
- Gem::LocalRemoteOptions
- Gem::MissingSpecError
- Gem::MissingSpecVersionError
- 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::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::Random
- 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::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::SafeMarshal
- Gem::SafeMarshal::Elements
- Gem::SafeMarshal::Elements::Array
- Gem::SafeMarshal::Elements::Bignum
- Gem::SafeMarshal::Elements::Element
- Gem::SafeMarshal::Elements::False
- Gem::SafeMarshal::Elements::Float
- Gem::SafeMarshal::Elements::Hash
- Gem::SafeMarshal::Elements::HashWithDefaultValue
- Gem::SafeMarshal::Elements::Integer
- Gem::SafeMarshal::Elements::Nil
- Gem::SafeMarshal::Elements::Object
- Gem::SafeMarshal::Elements::ObjectLink
- Gem::SafeMarshal::Elements::String
- Gem::SafeMarshal::Elements::Symbol
- Gem::SafeMarshal::Elements::SymbolLink
- Gem::SafeMarshal::Elements::True
- Gem::SafeMarshal::Elements::UserClass
- Gem::SafeMarshal::Elements::UserDefined
- Gem::SafeMarshal::Elements::UserMarshal
- Gem::SafeMarshal::Elements::WithIvars
- Gem::SafeMarshal::Reader
- Gem::SafeMarshal::Reader::EOFError
- Gem::SafeMarshal::Reader::Error
- Gem::SafeMarshal::Reader::NotImplementedError
- Gem::SafeMarshal::Reader::UnconsumedBytesError
- Gem::SafeMarshal::Reader::UnsupportedVersionError
- Gem::SafeMarshal::Visitors
- Gem::SafeMarshal::Visitors::StreamPrinter
- Gem::SafeMarshal::Visitors::ToRuby
- Gem::SafeMarshal::Visitors::ToRuby::Error
- Gem::SafeMarshal::Visitors::ToRuby::FormatError
- Gem::SafeMarshal::Visitors::ToRuby::MethodCallError
- Gem::SafeMarshal::Visitors::ToRuby::RationalCompat
- Gem::SafeMarshal::Visitors::ToRuby::UnpermittedClassError
- Gem::SafeMarshal::Visitors::ToRuby::UnpermittedIvarError
- Gem::SafeMarshal::Visitors::ToRuby::UnpermittedSymbolError
- Gem::SafeMarshal::Visitors::ToRuby::UnsupportedError
- Gem::SafeMarshal::Visitors::Visitor
- 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::SpecificationRecord
- Gem::StreamUI
- Gem::StreamUI::SilentDownloadReporter
- Gem::StreamUI::SilentProgressReporter
- Gem::StreamUI::SimpleProgressReporter
- Gem::StreamUI::ThreadedDownloadReporter
- Gem::StreamUI::VerboseProgressReporter
- Gem::StubSpecification
- Gem::SystemExitException
- Gem::TargetRbConfig
- Gem::Text
- Gem::UninstallError
- Gem::Uninstaller
- Gem::UnknownCommandError
- Gem::UnknownCommandSpellChecker
- Gem::UnsatisfiableDependencyError
- Gem::UpdateSuggestion
- Gem::Uri
- Gem::UriFormatter
- Gem::UserInteraction
- Gem::Util
- Gem::Validator
- Gem::VerificationError
- Gem::Version
- Gem::VersionOption
- Gem::WebauthnVerificationError
- Gem::YAMLSerializer
-
Hash
Hash
Data Syntax- Common Uses
- Creating a
Hash
Hash
Value Basics- Entry Order
Hash
KeysHash
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
- Extension
io/console
- Example Files
- Open Options
- Basic IO
- Position
- Open and Closed Streams
- End-of-Stream
- Line IO
- Line Input
- File Line Input
- Stream Line Input
- Line Separator
- Special Line Separator Values
- Line Limit
- Line Separator and Line Limit
- Line Number
- Line Output
- Character IO
- Byte IO
- Codepoint IO
- What’s Here
- Creating
- Reading
- Writing
- Positioning
- Iterating
- Settings
- Querying
- Buffering
- Low-Level Access
- Other
- Extension
- IO::Buffer
- IO::Buffer::AccessError
- IO::Buffer::AllocationError
- IO::Buffer::InvalidatedError
- IO::Buffer::LockedError
- IO::Buffer::MaskError
- IO::EAGAINWaitReadable
- IO::EAGAINWaitWritable
- IO::EINPROGRESSWaitReadable
- IO::EINPROGRESSWaitWritable
- IO::EWOULDBLOCKWaitReadable
- IO::EWOULDBLOCKWaitWritable
- IO::TimeoutError
- IO::WaitReadable
- IO::WaitWritable
- IO::generic_writable
- IOError
- IPAddr
- IPAddr::AddressFamilyError
- IPAddr::Error
- IPAddr::InvalidAddressError
- IPAddr::InvalidPrefixError
- IPSocket
-
IRB
- IRB
- Startup
- The Command Line
- Command-Line Options
- Command-Line Arguments
- Configuration File
- Hash
IRB.conf
- Notes on Initialization Precedence
- Initialization Script
- Input
- Input Command History
- Command Aliases
- End-of-File
- SIGINT
- Automatic Completion
- Automatic Indentation
- Input Method
- Output
- Return-Value Printing (Echoing)
- Multiline Output
- Evaluation History
- Prompt and Return Formats
- The Default Prompt and Return Format
- Pre-Defined Prompts
- Custom Prompts
- Prompt Specifiers
- Verbosity
- Help
- Version
- Input and Output
- Color Highlighting
- Debugging
- Warnings
- Other Features
- Load Modules
- RI Documentation Directories
- IRB Name
- Application Name
- Configuration Monitor
- Encodings
- Commands
- IRB Sessions
- Configuration
- Session variables
- Restrictions
- IRB::Abort
- IRB::CallTracer
- IRB::Canvas
- IRB::Color
- IRB::Color::SymbolState
- IRB::ColorPrinter
- IRB::Command::CD
- IRB::Command::Context
- IRB::Command::Help
- IRB::Command::ShowDoc
- IRB::Command::ShowSource
- IRB::Context
- IRB::Debug
- IRB::Debug::DEBUGGER__
- IRB::Debug::SkipPathHelperForIRB
- IRB::Debug::UI
- IRB::EvalHistory
- IRB::ExtendCommandBundle
- IRB::FileInputMethod
- IRB::Frame
- IRB::Frame::FrameOverflow
- IRB::Frame::FrameUnderflow
- IRB::HelperMethod
- IRB::HelperMethod::Base
- IRB::HelperMethod::Conf
- IRB::HelpersContainer
- IRB::History
- IRB::InputCompletor
- IRB::InputMethod
- IRB::Inspector
- IRB::Irb
- IRB::IrbLoader
- IRB::LoadAbort
- IRB::Locale
- IRB::NestingParser
- IRB::Notifier
- IRB::Notifier::AbstractNotifier
- IRB::Notifier::CompositeNotifier
- IRB::Notifier::ErrUndefinedNotifier
- IRB::Notifier::ErrUnrecognizedLevel
- IRB::Notifier::LeveledNotifier
- IRB::Notifier::NoMsgNotifier
- IRB::OutputMethod
- IRB::Pager
- IRB::ReadlineInputMethod
- IRB::ReidlineInputMethod
- IRB::RelineInputMethod
- IRB::RubyModel
- IRB::SourceFinder
- IRB::SourceFinder::EvaluationError
- IRB::SourceFinder::Source
- IRB::Statement
- IRB::Statement::Command
- IRB::Statement::EmptyInput
- IRB::Statement::Expression
- 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
- Escaping 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
- Kernel
- KeyError
- LocalJumpError
- Logger
- Logger::Formatter
- Logger::LogDevice
- Logger::Period
- Logger::Severity
- MakeMakefile
- Marshal
- MatchData
- Math
- Math::DomainError
- Method
- Module
- Monitor
- MonitorMixin
- MonitorMixin::ConditionVariable
- NameError
- Net
-
Net::HTTP
- About the Examples
- Strategies
- URIs
- Schemes
- Hostnames
- Paths
- Queries
- Fragments
- Request Headers
- HTTP Sessions
- Session Using Net::HTTP.start
- Session Using Net::HTTP.start and Net::HTTP.finish
- Single-Request Session
- HTTP Requests and Responses
- Following Redirection
- Basic Authentication
- Streaming Response Bodies
- HTTPS
- Proxy Server
- Proxy Using Argument
p_addr
as a String - Proxy Using ‘
ENV['http_proxy']
’ - Filtering Proxies
- Compression and Decompression
- What’s Here
- Net::HTTP Objects
- Sessions
- Connections
- Requests
- Responses
- Proxies
- Security
- Addresses and Ports
- HTTP Version
- Debugging
- 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::HTTPAccepted
- Net::HTTPAlreadyReported
- Net::HTTPBadGateway
- Net::HTTPBadRequest
- Net::HTTPClientError
- Net::HTTPClientException
- Net::HTTPConflict
- Net::HTTPContinue
- Net::HTTPCreated
- Net::HTTPEarlyHints
- Net::HTTPError
- Net::HTTPExceptions
- Net::HTTPExpectationFailed
- Net::HTTPFailedDependency
- Net::HTTPFatalError
- Net::HTTPForbidden
- Net::HTTPFound
- Net::HTTPGatewayTimeOut
- Net::HTTPGatewayTimeout
- Net::HTTPGenericRequest
- Net::HTTPGone
- Net::HTTPHeader
- Net::HTTPIMUsed
- Net::HTTPInformation
- Net::HTTPInsufficientStorage
- Net::HTTPInternalServerError
- Net::HTTPLengthRequired
- Net::HTTPLocked
- Net::HTTPLoopDetected
- Net::HTTPMethodNotAllowed
- Net::HTTPMisdirectedRequest
- Net::HTTPMovedPermanently
- Net::HTTPMovedTemporarily
- Net::HTTPMultiStatus
- Net::HTTPMultipleChoice
- Net::HTTPMultipleChoices
- Net::HTTPNetworkAuthenticationRequired
- Net::HTTPNoContent
- Net::HTTPNonAuthoritativeInformation
- Net::HTTPNotAcceptable
- Net::HTTPNotExtended
- Net::HTTPNotFound
- Net::HTTPNotImplemented
- Net::HTTPNotModified
- Net::HTTPOK
- Net::HTTPPartialContent
- Net::HTTPPayloadTooLarge
- Net::HTTPPaymentRequired
- Net::HTTPPermanentRedirect
- Net::HTTPPreconditionFailed
- Net::HTTPPreconditionRequired
- Net::HTTPProcessing
- Net::HTTPProxyAuthenticationRequired
- Net::HTTPRangeNotSatisfiable
- Net::HTTPRedirection
- Net::HTTPRequest
- Net::HTTPRequestEntityTooLarge
- Net::HTTPRequestHeaderFieldsTooLarge
- Net::HTTPRequestTimeOut
- Net::HTTPRequestTimeout
- Net::HTTPRequestURITooLarge
- Net::HTTPRequestURITooLong
- Net::HTTPRequestedRangeNotSatisfiable
- Net::HTTPResetContent
- Net::HTTPResponse
- Net::HTTPRetriableError
- Net::HTTPSeeOther
- Net::HTTPServerError
- Net::HTTPServiceUnavailable
- Net::HTTPSuccess
- Net::HTTPSwitchProtocol
- Net::HTTPTemporaryRedirect
- Net::HTTPTooManyRequests
- Net::HTTPURITooLong
- Net::HTTPUnauthorized
- Net::HTTPUnavailableForLegalReasons
- Net::HTTPUnknownResponse
- Net::HTTPUnprocessableEntity
- Net::HTTPUnsupportedMediaType
- Net::HTTPUpgradeRequired
- Net::HTTPUseProxy
- Net::HTTPVariantAlsoNegotiates
- Net::HTTPVersionNotSupported
- 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
- NilClass
- NoMatchingPatternError
- NoMatchingPatternKeyError
- NoMemoryError
- NoMethodError
- NotImplementedError
- Numeric
- Object
- ObjectSpace
- ObjectSpace::InternalObjectWrapper
- ObjectSpace::WeakKeyMap
- ObjectSpace::WeakMap
- 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
- 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::BitString
- OpenSSL::ASN1::Boolean
- OpenSSL::ASN1::Constructive
- OpenSSL::ASN1::EndOfContent
- OpenSSL::ASN1::Enumerated
- OpenSSL::ASN1::Integer
- OpenSSL::ASN1::ObjectId
- OpenSSL::ASN1::Primitive
- OpenSSL::ASN1::TaggedASN1Data
- 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::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
- OpenURI::TooManyRedirects
- 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
- PrettyPrint
- PrettyPrint::SingleLine
- Prism
- Prism::ASCIISource
- Prism::AliasGlobalVariableNode
- Prism::AliasMethodNode
- Prism::AlternationPatternNode
- Prism::AndNode
- Prism::ArgumentsNode
- Prism::ArgumentsNodeFlags
- Prism::ArrayNode
- Prism::ArrayNodeFlags
- Prism::ArrayPatternNode
- Prism::AssocNode
- Prism::AssocSplatNode
- Prism::BackReferenceReadNode
- Prism::BasicVisitor
- Prism::BeginNode
- Prism::BlockArgumentNode
- Prism::BlockLocalVariableNode
- Prism::BlockNode
- Prism::BlockParameterNode
- Prism::BlockParametersNode
- Prism::BreakNode
- Prism::CallAndWriteNode
- Prism::CallNode
- Prism::CallNodeFlags
- Prism::CallOperatorWriteNode
- Prism::CallOrWriteNode
- Prism::CallTargetNode
- Prism::CapturePatternNode
- Prism::CaseMatchNode
- Prism::CaseNode
- Prism::ClassNode
- Prism::ClassVariableAndWriteNode
- Prism::ClassVariableOperatorWriteNode
- Prism::ClassVariableOrWriteNode
- Prism::ClassVariableReadNode
- Prism::ClassVariableTargetNode
- Prism::ClassVariableWriteNode
- Prism::CodeUnitsCache
- Prism::Comment
- Prism::Compiler
- Prism::ConstantAndWriteNode
- Prism::ConstantOperatorWriteNode
- Prism::ConstantOrWriteNode
- Prism::ConstantPathAndWriteNode
- Prism::ConstantPathNode
- Prism::ConstantPathNode::DynamicPartsInConstantPathError
- Prism::ConstantPathNode::MissingNodesInConstantPathError
- Prism::ConstantPathOperatorWriteNode
- Prism::ConstantPathOrWriteNode
- Prism::ConstantPathTargetNode
- Prism::ConstantPathWriteNode
- Prism::ConstantReadNode
- Prism::ConstantTargetNode
- Prism::ConstantWriteNode
- Prism::DSL
- Prism::DefNode
- Prism::DefinedNode
- Prism::DesugarCompiler
- Prism::Dispatcher
- Prism::ElseNode
- Prism::EmbDocComment
- Prism::EmbeddedStatementsNode
- Prism::EmbeddedVariableNode
- Prism::EncodingFlags
- Prism::EnsureNode
- Prism::FalseNode
- Prism::FindPatternNode
- Prism::FlipFlopNode
- Prism::FloatNode
- Prism::ForNode
- Prism::ForwardingArgumentsNode
- Prism::ForwardingParameterNode
- Prism::ForwardingSuperNode
- Prism::GlobalVariableAndWriteNode
- Prism::GlobalVariableOperatorWriteNode
- Prism::GlobalVariableOrWriteNode
- Prism::GlobalVariableReadNode
- Prism::GlobalVariableTargetNode
- Prism::GlobalVariableWriteNode
- Prism::HashNode
- Prism::HashPatternNode
- Prism::IfNode
- Prism::ImaginaryNode
- Prism::ImplicitNode
- Prism::ImplicitRestNode
- Prism::InNode
- Prism::IndexAndWriteNode
- Prism::IndexOperatorWriteNode
- Prism::IndexOrWriteNode
- Prism::IndexTargetNode
- Prism::InlineComment
- Prism::InspectVisitor
- Prism::InstanceVariableAndWriteNode
- Prism::InstanceVariableOperatorWriteNode
- Prism::InstanceVariableOrWriteNode
- Prism::InstanceVariableReadNode
- Prism::InstanceVariableTargetNode
- Prism::InstanceVariableWriteNode
- Prism::IntegerBaseFlags
- Prism::IntegerNode
- Prism::InterpolatedMatchLastLineNode
- Prism::InterpolatedRegularExpressionNode
- Prism::InterpolatedStringNode
- Prism::InterpolatedStringNodeFlags
- Prism::InterpolatedSymbolNode
- Prism::InterpolatedXStringNode
- Prism::ItLocalVariableReadNode
- Prism::ItParametersNode
- Prism::KeywordHashNode
- Prism::KeywordHashNodeFlags
- Prism::KeywordRestParameterNode
- Prism::LambdaNode
- Prism::LexCompat
- Prism::LexCompat::EndContentToken
- Prism::LexCompat::IdentToken
- Prism::LexCompat::IgnoreStateToken
- Prism::LexCompat::IgnoredNewlineToken
- Prism::LexCompat::ParamToken
- Prism::LexCompat::Result
- Prism::LexCompat::Token
- Prism::LexResult
- Prism::LocalVariableAndWriteNode
- Prism::LocalVariableOperatorWriteNode
- Prism::LocalVariableOrWriteNode
- Prism::LocalVariableReadNode
- Prism::LocalVariableTargetNode
- Prism::LocalVariableWriteNode
- Prism::Location
- Prism::LoopFlags
- Prism::MagicComment
- Prism::MatchLastLineNode
- Prism::MatchPredicateNode
- Prism::MatchRequiredNode
- Prism::MatchWriteNode
- Prism::MissingNode
- Prism::ModuleNode
- Prism::MultiTargetNode
- Prism::MultiWriteNode
- Prism::MutationCompiler
- Prism::NextNode
- Prism::NilNode
- Prism::NoKeywordsParameterNode
- Prism::Node
- Prism::NodeFlags
- Prism::NumberedParametersNode
- Prism::NumberedReferenceReadNode
- Prism::OptionalKeywordParameterNode
- Prism::OptionalParameterNode
- Prism::OrNode
- Prism::Pack
- Prism::Pack::Directive
- Prism::Pack::Format
- Prism::ParameterFlags
- Prism::ParametersNode
- Prism::ParenthesesNode
- Prism::ParseError
- Prism::ParseLexResult
- Prism::ParseResult
- Prism::ParseResult::Comments
- Prism::ParseResult::Errors
- Prism::ParseResult::Newlines
- Prism::ParseWarning
- Prism::Pattern
- Prism::Pattern::CompilationError
- Prism::PinnedExpressionNode
- Prism::PinnedVariableNode
- Prism::PostExecutionNode
- Prism::PreExecutionNode
- Prism::ProgramNode
- Prism::RangeFlags
- Prism::RangeNode
- Prism::RationalNode
- Prism::RedoNode
- Prism::Reflection
- Prism::Reflection::ConstantField
- Prism::Reflection::ConstantListField
- Prism::Reflection::Field
- Prism::Reflection::FlagsField
- Prism::Reflection::FloatField
- Prism::Reflection::IntegerField
- Prism::Reflection::LocationField
- Prism::Reflection::NodeField
- Prism::Reflection::NodeListField
- Prism::Reflection::OptionalConstantField
- Prism::Reflection::OptionalLocationField
- Prism::Reflection::OptionalNodeField
- Prism::Reflection::StringField
- Prism::RegularExpressionFlags
- Prism::RegularExpressionNode
- Prism::RequiredKeywordParameterNode
- Prism::RequiredParameterNode
- Prism::RescueModifierNode
- Prism::RescueNode
- Prism::RestParameterNode
- Prism::Result
- Prism::RetryNode
- Prism::ReturnNode
- Prism::SelfNode
- Prism::Serialize
- Prism::ShareableConstantNode
- Prism::ShareableConstantNodeFlags
- Prism::SingletonClassNode
- Prism::Source
- Prism::SourceEncodingNode
- Prism::SourceFileNode
- Prism::SourceLineNode
- Prism::SplatNode
- Prism::StatementsNode
- Prism::StringFlags
- Prism::StringNode
- Prism::StringQuery
- Prism::SuperNode
- Prism::SymbolFlags
- Prism::SymbolNode
- Prism::Token
- Prism::Translation
- Prism::Translation::Parser
- Prism::Translation::Parser33
- Prism::Translation::Parser34
- Prism::Translation::Parser::Compiler
- Prism::Translation::Parser::Compiler::CompilationError
- Prism::Translation::Parser::Lexer
- Prism::Translation::Parser::PrismDiagnostic
- Prism::Translation::Ripper
- Prism::Translation::Ripper::SexpBuilder
- Prism::Translation::Ripper::SexpBuilderPP
- Prism::Translation::RubyParser
- Prism::Translation::RubyParser::Compiler
- Prism::TrueNode
- Prism::UndefNode
- Prism::UnlessNode
- Prism::UntilNode
- Prism::Visitor
- Prism::WhenNode
- Prism::WhileNode
- Prism::XStringNode
- Prism::YieldNode
- Proc
-
Process
- Process Creation
- Execution Environment
- Argument
command_line
orexe_path
- Argument
command_line
- Argument
exe_path
- Arguments
args
- Execution Options
- Working Directory (
:chdir
) - File Redirection (File Descriptor)
- Environment Variables (
:unsetenv_others
) - File-Creation Access (
:umask
) - Process Groups (
:pgroup
and:new_pgroup
) - Resource Limits
- File Descriptor Inheritance
- Execution Shell
- Execution Shell on Windows
- What’s Here
- Current-Process Getters
- Current-Process Setters
- Current-Process Execution
- Child Processes
- Process Groups
- Timing
- Process::GID
- Process::Status
- Process::Sys
- Process::Tms
- 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::AliasesNotEnabled
- Psych::AnchorNotDefined
- 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::CodeObject
- RDoc::Comment
- RDoc::CrossReference
- RDoc::ERBIO
- RDoc::ERBPartial
- RDoc::Encoding
- RDoc::Error
- RDoc::Generator
- RDoc::I18n
- RDoc::Markdown
- RDoc::Markup
-
RDoc::MarkupReference
- About the Examples
- RDoc Sources
- Blocks
- Paragraphs
- Verbatim Text Blocks
- Code Blocks
- Block Quotes
- Lists
- Bullet Lists
- Numbered Lists
- Lettered Lists
- Labeled Lists
- Headings
- Horizontal Rules
- Directives
- Directives for Allowing or Suppressing Documentation
- Directive for Specifying RDoc Source Format
- Directives for HTML Output
- Directives for Method Documentation
- Directives for Organizing Documentation
- Directive for Including a File
- Text Markup
- Typeface Markup
- Italic
- Bold
- Monofont
- Character Conversions
- Links
- Escaping Text
- Documentation Derived from Ruby Code
- RDoc::MarkupReference::DummyClass
- RDoc::MarkupReference::DummyModule
- RDoc::Options
- RDoc::Parser
- RDoc::Parser::C
- RDoc::Parser::ChangeLog
- RDoc::Parser::ChangeLog::Git
- RDoc::Parser::Markdown
- RDoc::Parser::PrismRuby
- RDoc::Parser::RD
- RDoc::Parser::RipperStateLex
- RDoc::Parser::Ruby
- RDoc::Parser::RubyTools
- RDoc::Parser::Simple
- RDoc::Parser::Text
- RDoc::RD
- RDoc::RDoc
- RDoc::RI
- RDoc::RI::Error
- RDoc::RubygemsHook
- RDoc::Servlet
- RDoc::Stats
- RDoc::Store
- RDoc::Store::Error
- RDoc::Store::MissingFileError
- RDoc::Task
- RDoc::Text
- RDoc::TokenStream
- RDoc::TomDoc
- Ractor
- Ractor::ClosedError
- Ractor::Error
- Ractor::IsolationError
- Ractor::MovedError
- Ractor::MovedObject
- Ractor::RemoteError
- Ractor::Selector
- Ractor::UnsafeError
- RactorLocalSingleton
- RactorLocalSingleton::RactorLocalSingletonClassMethods
- Random
- Random::Formatter
- Range
- RangeError
- Rational
- RbConfig
- RbConfig
- Readline
- Refinement
-
Regexp
- Regexp Uses
- Regexp Objects
- Creating a Regexp
- Method
match
- Operator
=~
- Method
match?
- Global Variables
- Sources
- Special Characters
- Source Literals
- Character Classes
- Shorthand Character Classes
- Anchors
- Boundary Anchors
- Lookaround Anchors
- Match-Reset Anchor
- Alternation
- Quantifiers
- Greedy, Lazy, or Possessive Matching
- Groups and Captures
- Non-Capturing Groups
- Backreferences
- Named Captures
- Atomic Grouping
- Subexpression Calls
- Conditionals
- Absence Operator
- Unicode
- Unicode Properties
- Unicode Character Categories
- Unicode Scripts and Blocks
- POSIX Bracket Expressions
- Comments
- Modes
- Case-Insensitive Mode
- Multiline Mode
- Extended Mode
- Interpolation Mode
- Encodings
- Timeouts
- Optimization
- References
- Regexp::TimeoutError
- RegexpError
- Reline
- Reline::ANSI
- Reline::Config
- Reline::Config::InvalidInputrc
- Reline::ConfigEncodingConversionError
- Reline::Core
- Reline::Dumb
- Reline::Face
- Reline::Face::Config
- Reline::History
- Reline::IO
- Reline::KeyActor
- Reline::KeyActor::Base
- Reline::KeyActor::Composite
- Reline::KeyStroke
- Reline::KillRing
- Reline::KillRing::RingBuffer
- Reline::KillRing::State
- Reline::LineEditor
- Reline::LineEditor::CompletionState
- Reline::LineEditor::Dialog
- Reline::LineEditor::DialogProcScope
- Reline::LineEditor::MenuInfo
- 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::CAA
- 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::HTTPS
- Resolv::DNS::Resource::IN::SRV
- Resolv::DNS::Resource::IN::SVCB
- Resolv::DNS::Resource::IN::ServiceBinding
- 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::DNS::SvcParam
- Resolv::DNS::SvcParam::ALPN
- Resolv::DNS::SvcParam::DoHPath
- Resolv::DNS::SvcParam::Generic
- Resolv::DNS::SvcParam::IPv4Hint
- Resolv::DNS::SvcParam::IPv6Hint
- Resolv::DNS::SvcParam::Mandatory
- Resolv::DNS::SvcParam::NoDefaultALPN
- Resolv::DNS::SvcParam::Port
- Resolv::DNS::SvcParams
- 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
- Ripper
- Ripper::Filter
- Ripper::Lexer
- Ripper::Lexer::Elem
- Ripper::Lexer::State
- RubyVM
- RubyVM::AbstractSyntaxTree
- RubyVM::AbstractSyntaxTree::Location
- RubyVM::AbstractSyntaxTree::Node
- RubyVM::InstructionSequence
- RubyVM::RJIT
- RubyVM::Shape
- RubyVM::YJIT
- RuntimeError
- SOCKSSocket
- ScriptError
- SecureRandom
- SecurityError
- Set
- Shellwords
- Signal
- SignalException
- SimpleDelegator
- SingleForwardable
- Singleton
- Singleton::SingletonClassProperties
- Singleton::SingletonInstanceMethods
- Socket
- Socket::AncillaryData
- Socket::Constants
- Socket::HostnameResolutionResult
- Socket::HostnameResolutionStore
- Socket::Ifaddr
- Socket::Option
- Socket::ResolutionError
- Socket::UDPSource
- SocketError
- StandardError
- StopIteration
-
String
- Substitution Methods
- Whitespace in Strings
String
Slices- What’s Here
- Methods for Creating a
String
- Methods for a Frozen/Unfrozen String
- Methods for Querying
- Methods for Comparing
- Methods for Modifying a
String
- Methods for Converting to New
String
- Methods for Converting to Non-
String
- Methods for Iterating
- StringIO
-
StringScanner
- About the Examples
- The
StringScanner
Object - Stored String
- Positions
- Byte Position (Position)
- Character Position
- Target Substring
- Setting the Target Substring
- Querying the Target Substring
- Searching the Target Substring
- Traversing the Target Substring
- Querying the Scanner
- Matching
- Matcher Methods
- Match Values
- Basic Match Values
- Captured Match Values
- Match Values Examples
- Fixed-Anchor Property
- StringScanner::Error
- Struct
- Symbol
- SyntaxError
- SyntaxSuggest
- SyntaxSuggest::AroundBlockScan
- SyntaxSuggest::BlockExpand
- SyntaxSuggest::Capture
- SyntaxSuggest::Capture::BeforeAfterKeywordEnds
- SyntaxSuggest::Capture::FallingIndentLines
- SyntaxSuggest::CaptureCodeContext
- SyntaxSuggest::CleanDocument
- SyntaxSuggest::Cli
- SyntaxSuggest::CodeBlock
- SyntaxSuggest::CodeFrontier
- SyntaxSuggest::CodeLine
- SyntaxSuggest::CodeSearch
- SyntaxSuggest::DisplayCodeWithLineNumbers
- SyntaxSuggest::DisplayInvalidBlocks
- SyntaxSuggest::Error
- SyntaxSuggest::ExplainSyntax
- SyntaxSuggest::GetParseErrors
- SyntaxSuggest::LeftRightLexCount
- SyntaxSuggest::LexAll
- SyntaxSuggest::LexValue
- SyntaxSuggest::MiniStringIO
- SyntaxSuggest::ParseBlocksFromIndentLine
- SyntaxSuggest::PathnameFromMessage
- SyntaxSuggest::PriorityEngulfQueue
- SyntaxSuggest::PriorityQueue
- SyntaxSuggest::RipperErrors
- SyntaxSuggest::ScanHistory
- SyntaxSuggest::UnvisitedLines
- 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
- Epoch Seconds
- Time Resolution
- Time Internal Representation
- Examples
- Creating a New
Time
Instance - Working with an Instance of
Time
- What’s Here
- Methods for Creating
- Methods for Fetching
- Methods for Querying
- Methods for Comparing
- Methods for Converting
- Methods for Rounding
- Timezone Specifiers
- Hours/Minutes Offsets
- Single-Letter Offsets
- Integer Offsets
- Timezone Objects
Time
-Like Objects- Timezone Names
- Timeout
- Timeout::Error
- Timeout::ExitException
- 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::RFC2396_Parser
- URI::RFC2396_REGEXP
- URI::RFC2396_REGEXP::PATTERN
- URI::Schemes
- URI::WS
- URI::WSS
- UnboundMethod
- UncaughtThrowError
- WIN32OLE
- WIN32OLE::Event
- WIN32OLE::Method
- WIN32OLE::Param
- WIN32OLE::Property
- WIN32OLE::QueryInterfaceError
- WIN32OLE::Record
- WIN32OLE::RuntimeError
- WIN32OLE::Type
- WIN32OLE::TypeLib
- WIN32OLE::Variable
- WIN32OLE::Variant
- WIN32OLE::VariantType
- Warning
- WeakRef
- WeakRef::RefError
- Win32
- Win32::Registry
- Win32::Registry::API
- Win32::Registry::Constants
- Win32::Registry::Error
- Win32::Registry::Error::Kernel32
- Win32::Registry::PredefinedKey
- 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
- ::Digest — OpenSSL
- ::URI — Kernel
- ::[] — Array
- ::[] — Fiber
- ::[] — Dir
- ::[] — Fiddle::Handle
- ::[] — Fiddle::Pointer
- ::[] — Set
- ::[] — Hash
- ::[] — ENV
- ::[] — Reline::Face
- ::[] — Warning
- ::[] — JSON
- ::[] — MakeMakefile
- ::[]= — Fiber
- ::[]= — ENV
- ::[]= — Warning
- ::[]= — MakeMakefile
- ::__ffi_type__ — Fiddle::JRuby
- ::_decode_uri_component — URI
- ::_encode_uri_component — URI
- ::_fork — Process
- ::_httpdate — Date
- ::_iso8601 — Date
- ::_jisx0301 — Date
- ::_load — Gem::Specification
- ::_load — Singleton
- ::_parse — Date
- ::_register_with_aliases — IRB::Command
- ::_register_with_aliases — IRB::Command
- ::_rfc2822 — Date
- ::_rfc3339 — Date
- ::_rfc822 — Date
- ::_strptime — Date
- ::_strptime — DateTime
- ::_xmlschema — Date
- ::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
- ::activated_gem_paths — Gem
- ::add_common_option — Gem::Command
- ::add_generator — RDoc::RDoc
- ::add_spec — Gem::Specification
- ::add_specific_extra_args — Gem::Command
- ::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_commands_info — IRB::Command
- ::all_commands_info — IRB::Command
- ::all_helper_methods_info — IRB::HelperMethod
- ::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
- ::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_install — Bundler
- ::auto_switch — Bundler
- ::base64digest — Digest::Class
- ::base64digest — OpenSSL::HMAC
- ::basename — File
- ::benchmark — Benchmark
- ::bin_path — Gem
- ::bin_path — Bundler
- ::binary? — RDoc::Parser
- ::binary_mode — Gem
- ::bindir — Gem
- ::binread — IO
- ::binwrite — IO
- ::birthtime — File
- ::blockdev? — File
- ::blocking — Fiber
- ::blocking? — Fiber
- ::bm — Benchmark
- ::bmbm — Benchmark
- ::body_permitted? — Net::HTTPResponse
- ::bool — Socket::Option
- ::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
- ::call — SyntaxSuggest
- ::can_parse — RDoc::Parser
- ::can_parse_by_name — RDoc::Parser
- ::capture2 — Open3
- ::capture2e — Open3
- ::capture3 — Open3
- ::capture_frames — IRB::Debug::DEBUGGER__
- ::categories — Warning
- ::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_modeline — RDoc::Parser
- ::children — Dir
- ::chmod — File
- ::chmod — FileUtils
- ::chmod_R — FileUtils
- ::chown — File
- ::chown — FileUtils
- ::chown_R — FileUtils
- ::chroot — Dir
- ::ci? — Gem::CIDetector
- ::ci_strings — Gem::CIDetector
- ::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 — IRB::Color
- ::clear_default_specs — Gem
- ::clear_gemspec_cache — Bundler
- ::clear_paths — Gem
- ::clock_getres — Process
- ::clock_gettime — Process
- ::clone — ENV
- ::cmp — FileUtils
- ::code_gc — RubyVM::YJIT
- ::codepage — WIN32OLE
- ::codepage= — WIN32OLE
- ::coerce — Logger::Severity
- ::collect_method — FileUtils
- ::colorable? — IRB::Color
- ::colorize — IRB::Color
- ::colorize_code — IRB::Color
- ::combination — SyntaxSuggest::CodeFrontier
- ::command_names — IRB::Command
- ::command_names — IRB::Command
- ::command_override_policies — IRB::Command
- ::command_override_policies — IRB::Command
- ::commands — FileUtils
- ::commercial — Date
- ::commercial — DateTime
- ::common_options — Gem::Command
- ::compare_file — FileUtils
- ::compare_stream — FileUtils
- ::compatible? — Encoding
- ::compile — Regexp
- ::compile — RubyVM::InstructionSequence
- ::compile_file — RubyVM::InstructionSequence
- ::compile_file_prism — RubyVM::InstructionSequence
- ::compile_option — RubyVM::InstructionSequence
- ::compile_option= — RubyVM::InstructionSequence
- ::compile_parsey — RubyVM::InstructionSequence
- ::compile_prism — RubyVM::InstructionSequence
- ::component — URI::Generic
- ::compose — Prism::InspectVisitor
- ::compose_sets — Gem::Resolver
- ::config — Reline::Face
- ::config — GC
- ::config_file — Gem
- ::config_home — Gem
- ::configs — Reline::Face
- ::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
- ::configure_irb_for_debugger — IRB::Debug
- ::configured_bundle_path — Bundler
- ::confstr — Etc
- ::connect — WIN32OLE
- ::console — IO
- ::const_load — WIN32OLE
- ::const_missing — URI
- ::constant? — Prism::StringQuery
- ::constants — Module
- ::content_exceeds_screen_height? — IRB::Pager
- ::convert — Gem::Ext::CargoBuilder::LinkFlagConverter
- ::copy — FileUtils
- ::copy_entry — FileUtils
- ::copy_file — FileUtils
- ::copy_stream — IO
- ::copy_stream — FileUtils
- ::core — Reline
- ::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 — Fiddle::Closure
- ::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::DNS::SvcParam::Generic
- ::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_anonymous — Tempfile
- ::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
- ::create_with_filename — Tempfile
- ::ctime — File
- ::current — Fiber
- ::current — RDoc::RDoc
- ::current — Ractor
- ::current — Thread
- ::current= — RDoc::RDoc
- ::current_clock_time — Socket
- ::current_scheduler — Fiber
- ::curses_dl — Reline::Terminfo
- ::curses_dl_files — Reline::Terminfo
- ::daemon — Process
- ::data_home — Gem
- ::debug — OpenSSL
- ::debug= — OpenSSL
- ::decide_io_gate — Reline::IO
- ::decode — OpenSSL::ASN1
- ::decode_all — OpenSSL::ASN1
- ::decode_uri_component — URI
- ::decode_www_form — URI
- ::decode_www_form_component — URI
- ::deep_transform_config_keys! — Gem::ConfigFile
- ::def_erb_method — ERB::DefMethod
- ::def_extend_command — IRB::ExtendCommandBundle
- ::def_inspector — IRB::Inspector
- ::def_notifier — IRB::Notifier
- ::default — Gem::Requirement
- ::default_bindir — Gem
- ::default_bundle_dir — Bundler
- ::default_cert_path — Gem
- ::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_internal — Encoding
- ::default_internal= — Encoding
- ::default_key_path — Gem
- ::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_stubs — Gem::Specification
- ::define — Data
- ::define_finalizer — ObjectSpace
- ::definition — Bundler
- ::deflate — Zlib::Deflate
- ::deflate — Zlib
- ::deflate — Gem
- ::delete — Dir
- ::delete — File
- ::delete — ENV
- ::delete_if — ENV
- ::deprecated_exception_id? — Gem::Licenses
- ::deprecated_license_id? — Gem::Licenses
- ::description — IRB::HelperMethod::Base
- ::detach — Process
- ::detect_encoding — RDoc::Encoding
- ::digest — Digest::Class
- ::digest — OpenSSL::Digest
- ::digest — OpenSSL::HMAC
- ::digests — OpenSSL::Digest
- ::dir — Gem
- ::directory? — File
- ::dirname — File
- ::dirs — Gem::Specification
- ::dirs= — Gem::Specification
- ::dirs_from — Gem::SpecificationRecord
- ::disable — GC
- ::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
- ::dummy_singleton_method — RDoc::MarkupReference
- ::dump — JSON::GenericObject
- ::dump — Psych
- ::dump — Prism
- ::dump — Marshal
- ::dump_exit_locations — RubyVM::YJIT
- ::dump_file — Prism
- ::dump_options — Prism
- ::dump_options_command_line — Prism
- ::dump_options_version — Prism
- ::dump_stream — Psych
- ::dump_with_rubygems_yaml — Gem::ConfigFile
- ::dup — ENV
- ::dynamic_library_suffixes — Gem
- ::each — Etc::Passwd
- ::each — Etc::Group
- ::each — ENV
- ::each — Gem::Specification
- ::each_address — Resolv
- ::each_caller_location — Thread
- ::each_child — Dir
- ::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
- ::easter_egg_logo — 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
- ::email_to_name — Gem::Security
- ::empty? — Dir
- ::empty? — File
- ::empty? — ENV
- ::enable — GC
- ::enable — RubyVM::RJIT
- ::enable — RubyVM::YJIT
- ::enabled? — Reline::Terminfo
- ::enabled? — RubyVM::RJIT
- ::enabled? — RubyVM::YJIT
- ::encode_fallback — RDoc::Text
- ::encode_uri_component — URI
- ::encode_www_form — URI
- ::encode_www_form_component — URI
- ::encoding_system_needs — Reline
- ::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
- ::erf — Math
- ::erfc — Math
- ::errors — SyntaxSuggest::GetParseErrors
- ::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
- ::execute_as_command? — IRB::Command
- ::execute_as_command? — IRB::Command
- ::exist? — Dir
- ::exist? — File
- ::exit — Thread
- ::exit — Process
- ::exit! — Process
- ::exp — Math
- ::expand — RbConfig
- ::expand — RbConfig
- ::expand_environ — Win32::Registry
- ::expand_path — File
- ::expired? — Socket
- ::extend_object — MonitorMixin
- ::extend_object — OptionParser::Arguable
- ::extended — Singleton::SingletonClassProperties
- ::extension — RDoc::Markdown
- ::extname — File
- ::extra_args — Gem::Command
- ::extra_args= — Gem::Command
- ::fchdir — Dir
- ::feature_flag — Bundler
- ::fetch — ENV
- ::fetcher — Gem::RemoteFetcher
- ::fetcher — Gem::SpecFetcher
- ::fields — Prism::Node
- ::fields_for — Prism::Reflection
- ::file — Digest::Class
- ::file? — File
- ::filter — ENV
- ::filter! — ENV
- ::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_full_name — Gem::Specification
- ::find_by_name — Gem::Specification
- ::find_by_path — Gem::Specification
- ::find_config_file — Gem
- ::find_default_spec — 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
- ::finish_resolve — Gem
- ::fips_mode — OpenSSL
- ::fips_mode= — OpenSSL
- ::fixed_length_secure_compare — OpenSSL
- ::fnmatch — File
- ::fnmatch? — File
- ::for — IO::Buffer
- ::for — Prism::Source
- ::for — RDoc::Parser
- ::for — Gem::GemcutterUtilities::WebauthnListener::Response
- ::for — URI
- ::for_current_gems — Gem::Resolver
- ::for_fd — Dir
- ::for_fd — IO
- ::for_fd — BasicSocket
- ::for_running_ruby — Gem::TargetRbConfig
- ::for_spec — Gem::Installer
- ::force_truecolor — Reline::Face
- ::foreach — Dir
- ::foreach — IO
- ::foreach — Addrinfo
- ::fork — Thread
- ::fork — Process
- ::format — PrettyPrint
- ::formatter — DidYouMean
- ::formatter — ErrorHighlight
- ::formatter= — DidYouMean
- ::formatter= — ErrorHighlight
- ::free — Fiddle
- ::freebsd_platform? — Gem
- ::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_name — Process::UID
- ::from_name — Process::GID
- ::from_native — Fiddle::Pointer
- ::from_path — Gem::SpecificationRecord
- ::from_path — Gem::TargetRbConfig
- ::from_source — SyntaxSuggest::CodeLine
- ::from_specs — Gem::DependencyList
- ::from_state — JSON::Ext::Generator::State
- ::from_yaml — Gem::Specification
- ::frozen_bundle? — Bundler
- ::ftype — File
- ::gamma — Math
- ::garbage_collect — ObjectSpace
- ::generate — OpenSSL::PKey::DH
- ::generate — OpenSSL::PKey::DSA
- ::generate — OpenSSL::PKey::EC
- ::generate — OpenSSL::PKey::RSA
- ::generate_key — OpenSSL::PKey
- ::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_dns_server_list — Resolv
- ::get_hosts_dir — Resolv
- ::get_hosts_path — Resolv
- ::get_info — Resolv
- ::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
- ::getaddress — IPSocket
- ::getaddress — Resolv
- ::getaddress_orig — IPSocket
- ::getaddresses — Resolv
- ::getaddrinfo — Socket
- ::getaddrinfo — Addrinfo
- ::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
- ::gm — Time
- ::grant_privilege — Process::UID
- ::grant_privilege — Process::GID
- ::gregorian_leap? — Date
- ::group — Etc
- ::groups — Process
- ::groups= — Process
- ::grpowned? — File
- ::gunzip — Zlib
- ::gunzip — Gem::Util
- ::gzip — Zlib
- ::gzip — Gem::Util
- ::handle_error — SyntaxSuggest
- ::handle_interrupt — Thread
- ::has_key? — ENV
- ::has_value? — ENV
- ::have_option? — FileUtils
- ::hexdigest — Digest::Class
- ::hexdigest — OpenSSL::HMAC
- ::hexencode — Digest
- ::history_file — IRB::History
- ::hkdf — OpenSSL::KDF
- ::home — Dir
- ::home — RDoc
- ::home — Bundler
- ::host — Gem
- ::host= — Gem
- ::html_escape — ERB::Escape
- ::http_default_port — Net::HTTP
- ::httpdate — Date
- ::httpdate — DateTime
- ::httpdate — Time
- ::https_default_port — Net::HTTP
- ::hypot — Math
- ::iconv — JSON
- ::identical? — File
- ::identical? — FileUtils
- ::ignore_deadlock — Thread
- ::ignore_deadlock= — Thread
- ::inc — OptionParser
- ::include? — ENV
- ::included — OpenSSL::Marshal
- ::included — Singleton::SingletonClassProperties
- ::infinite? — IRB::History
- ::inflate — Zlib::Inflate
- ::inflate — Zlib
- ::inflate — Gem::Util
- ::inherited — Gem::Installer
- ::initgroups — Process
- ::initialize_readline — IRB::ReadlineInputMethod
- ::insert_debug_break — IRB::Debug
- ::insert_text — Reline
- ::insert_text — Reline
- ::inspect — ENV
- ::inspect_colorable? — IRB::Color
- ::install — Gem
- ::install — FileUtils
- ::install_helper_methods — IRB::HelpersContainer
- ::install_path — Bundler
- ::installable? — Gem::Platform
- ::instance — Gem::CommandManager
- ::instance — Singleton
- ::int — Socket::AncillaryData
- ::int — Socket::Option
- ::internal_class_of — ObjectSpace
- ::internal_super_of — ObjectSpace
- ::invalid? — SyntaxSuggest
- ::invert — ENV
- ::ip — Addrinfo
- ::ip_address? — Socket
- ::ip_address_list — Socket
- ::ip_pktinfo — Socket::AncillaryData
- ::ipv4_multicast_loop — Socket::Option
- ::ipv4_multicast_ttl — Socket::Option
- ::ipv6_pktinfo — Socket::AncillaryData
- ::iso8601 — Date
- ::iso8601 — DateTime
- ::iso8601 — Time
- ::issetugid — Process::Sys
- ::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 — Date
- ::json_create — DateTime
- ::json_create — Time
- ::json_create — BigDecimal
- ::json_create — OpenStruct
- ::json_create — Range
- ::json_create — Rational
- ::json_create — Regexp
- ::json_create — Set
- ::json_create — Struct
- ::json_create — Symbol
- ::json_create — JSON::GenericObject
- ::julian_leap? — Date
- ::keep_if — ENV
- ::keep_script_lines — RubyVM
- ::keep_script_lines= — RubyVM
- ::key — ENV
- ::key? — ENV
- ::key_name — Resolv::DNS::SvcParam
- ::key_number — Resolv::DNS::SvcParam
- ::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_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 — Prism::Translation::Ripper
- ::lex — SyntaxSuggest::LexAll
- ::lex — Prism
- ::lex_compat — Prism
- ::lex_file — Prism
- ::lex_ripper — Prism
- ::lgamma — Math
- ::libyaml_version — Psych
- ::limit — Thread::Backtrace
- ::line_editor — Reline
- ::line_editor — Reline
- ::line_stub — Coverage
- ::linear_time? — Regexp
- ::linger — Socket::Option
- ::link — File
- ::link — FileUtils
- ::link_entry — FileUtils
- ::list — Encoding
- ::list — Thread
- ::list — Signal
- ::listener_thread — Gem::GemcutterUtilities::WebauthnListener
- ::ln — FileUtils
- ::ln_s — FileUtils
- ::ln_sf — FileUtils
- ::ln_sr — FileUtils
- ::load — JSON::GenericObject
- ::load — OpenSSL::X509::Certificate
- ::load — OpenSSL::Engine
- ::load — Gem::Specification
- ::load — Psych
- ::load — Bundler
- ::load — Prism
- ::load — Prism::Serialize
- ::load — Gem::SafeMarshal
- ::load — Gem::SafeYAML
- ::load — Marshal
- ::load_bundled_debug_gem — IRB::Debug
- ::load_command — IRB::Command
- ::load_command — IRB::Command
- ::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_initial_configs — Reline::Face
- ::load_marshal — Bundler
- ::load_options — RDoc::Options
- ::load_path_insert_index — Gem
- ::load_plugins — Gem
- ::load_plugins — Bundler
- ::load_random_file — OpenSSL::Random
- ::load_rdoc — RDoc::RubygemsHook
- ::load_rdoc — RDoc::RubygemsHook
- ::load_safe_marshal — Gem
- ::load_stream — Psych
- ::load_tokens — Prism::Serialize
- ::load_with_rubygems_config_hash — Gem::ConfigFile
- ::load_yaml — RDoc
- ::load_yaml — Gem
- ::local — Time
- ::local — Gem::Platform
- ::local? — Prism::StringQuery
- ::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 — Math
- ::log10 — Math
- ::log2 — Math
- ::lstat — File
- ::lutime — File
- ::main — Ractor
- ::main — Thread
- ::make — Gem::Ext::Builder
- ::make_shareable — Ractor
- ::makedirs — FileUtils
- ::malloc — Fiddle::Pointer
- ::malloc — Fiddle::CStructEntity
- ::malloc — Fiddle
- ::map — IO::Buffer
- ::marshal_version — Gem
- ::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
- ::member? — ENV
- ::members — Struct
- ::members — Data
- ::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
- ::method_name? — Prism::StringQuery
- ::mkdir — Dir
- ::mkdir — FileUtils
- ::mkdir_p — Bundler
- ::mkdir_p — FileUtils
- ::mkfifo — File
- ::mkpath — FileUtils
- ::mktime — Time
- ::mktmpdir — Dir
- ::mktmpdir — Pathname
- ::module_for_detailed_message — SyntaxSuggest
- ::module_with_class_methods — Singleton
- ::module_with_class_methods — RactorLocalSingleton
- ::most_specific_locked_platform? — Bundler
- ::move — FileUtils
- ::mtime — File
- ::mv — FileUtils
- ::name_list — Encoding
- ::needs — Gem
- ::nesting — Module
- ::new — Array
- ::new — BasicObject
- ::new — Module
- ::new — Class
- ::new — String
- ::new — Fiber
- ::new — Fiber::Pool
- ::new — Dir
- ::new — File
- ::new — Enumerator
- ::new — Enumerator::Lazy
- ::new — Enumerator::Chain
- ::new — Enumerator::Product
- ::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 — IO
- ::new — Fiddle::Closure
- ::new — Fiddle::Closure
- ::new — Fiddle::Function
- ::new — Fiddle::Function
- ::new — Fiddle::Handle
- ::new — Fiddle::Handle
- ::new — Fiddle::Closure::BlockCaller
- ::new — Fiddle::CompositeHandler
- ::new — Fiddle::Pointer
- ::new — Fiddle::Pointer
- ::new — Fiddle::Pinned
- ::new — Fiddle::Pinned
- ::new — Fiddle::StructArray
- ::new — Fiddle::CStructEntity
- ::new — JSON::Ext::Generator::State
- ::new — OpenStruct
- ::new — Range
- ::new — Regexp
- ::new — Set
- ::new — Struct
- ::new — JSON::Ext::Parser
- ::new — MonitorMixin::ConditionVariable
- ::new — OpenSSL::ASN1::ASN1Data
- ::new — OpenSSL::ASN1::BitString
- ::new — OpenSSL::ASN1::EndOfContent
- ::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::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::AliasesNotEnabled
- ::new — Psych::AnchorNotDefined
- ::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::Filter
- ::new — Ripper::Lexer::State
- ::new — Ripper::Lexer::Elem
- ::new — Socket
- ::new — Socket::AncillaryData
- ::new — Addrinfo
- ::new — Socket::HostnameResolutionResult
- ::new — Socket::HostnameResolutionStore
- ::new — Socket::UDPSource
- ::new — UDPSocket
- ::new — TCPServer
- ::new — UNIXServer
- ::new — Socket::Option
- ::new — SOCKSSocket
- ::new — TCPSocket
- ::new — UNIXSocket
- ::new — StringIO
- ::new — StringScanner
- ::new — Win32::Registry
- ::new — Win32::Registry::Error
- ::new — Win32::Registry::PredefinedKey
- ::new — WIN32OLE
- ::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 — 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 — ERB
- ::new — ErrorHighlight::Spotter
- ::new — IPAddr
- ::new — IRB::Irb
- ::new — IRB::Color::SymbolState
- ::new — IRB::Context
- ::new — IRB::Debug::UI
- ::new — IRB::Vec
- ::new — IRB::Canvas
- ::new — IRB::RubyModel
- ::new — IRB::WorkSpace
- ::new — IRB::Frame
- ::new — IRB::Frame::FrameOverflow
- ::new — IRB::Frame::FrameUnderflow
- ::new — IRB::StdioInputMethod
- ::new — IRB::FileInputMethod
- ::new — IRB::ReadlineInputMethod
- ::new — IRB::RelineInputMethod
- ::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::SourceFinder
- ::new — IRB::SourceFinder::Source
- ::new — IRB::Statement::Expression
- ::new — IRB::Statement::Command
- ::new — XMP
- ::new — XMP::StringInputMethod
- ::new — Logger
- ::new — Logger::Formatter
- ::new — Logger::LogDevice
- ::new — Net::HTTP
- ::new — Net::HTTPRequest
- ::new — Net::ReadTimeout
- ::new — Net::WriteTimeout
- ::new — Net::WriteAdapter
- ::new — OpenURI::HTTPError
- ::new — OpenURI::HTTPRedirect
- ::new — URI::FTP
- ::new — OptionParser
- ::new — Data
- ::new — PrettyPrint
- ::new — PrettyPrint::SingleLine
- ::new — Prism::ClassVariableAndWriteNode
- ::new — Prism::ClassVariableOrWriteNode
- ::new — Prism::ClassVariableOperatorWriteNode
- ::new — Prism::ConstantAndWriteNode
- ::new — Prism::ConstantOrWriteNode
- ::new — Prism::ConstantOperatorWriteNode
- ::new — Prism::GlobalVariableAndWriteNode
- ::new — Prism::GlobalVariableOrWriteNode
- ::new — Prism::GlobalVariableOperatorWriteNode
- ::new — Prism::InstanceVariableAndWriteNode
- ::new — Prism::InstanceVariableOrWriteNode
- ::new — Prism::InstanceVariableOperatorWriteNode
- ::new — Prism::LocalVariableAndWriteNode
- ::new — Prism::LocalVariableOrWriteNode
- ::new — Prism::LocalVariableOperatorWriteNode
- ::new — Prism::Dispatcher
- ::new — Prism::StringQuery
- ::new — Prism::InspectVisitor
- ::new — Prism::LexCompat::Result
- ::new — Prism::AliasGlobalVariableNode
- ::new — Prism::AliasMethodNode
- ::new — Prism::AlternationPatternNode
- ::new — Prism::AndNode
- ::new — Prism::ArgumentsNode
- ::new — Prism::ArrayNode
- ::new — Prism::ArrayPatternNode
- ::new — Prism::AssocNode
- ::new — Prism::AssocSplatNode
- ::new — Prism::BackReferenceReadNode
- ::new — Prism::BeginNode
- ::new — Prism::BlockArgumentNode
- ::new — Prism::BlockLocalVariableNode
- ::new — Prism::BlockNode
- ::new — Prism::BlockParameterNode
- ::new — Prism::BlockParametersNode
- ::new — Prism::BreakNode
- ::new — Prism::CallAndWriteNode
- ::new — Prism::CallNode
- ::new — Prism::CallOperatorWriteNode
- ::new — Prism::CallOrWriteNode
- ::new — Prism::CallTargetNode
- ::new — Prism::CapturePatternNode
- ::new — Prism::CaseMatchNode
- ::new — Prism::CaseNode
- ::new — Prism::ClassNode
- ::new — Prism::ClassVariableReadNode
- ::new — Prism::ClassVariableTargetNode
- ::new — Prism::ClassVariableWriteNode
- ::new — Prism::ConstantPathAndWriteNode
- ::new — Prism::ConstantPathNode
- ::new — Prism::ConstantPathOperatorWriteNode
- ::new — Prism::ConstantPathOrWriteNode
- ::new — Prism::ConstantPathTargetNode
- ::new — Prism::ConstantPathWriteNode
- ::new — Prism::ConstantReadNode
- ::new — Prism::ConstantTargetNode
- ::new — Prism::ConstantWriteNode
- ::new — Prism::DefNode
- ::new — Prism::DefinedNode
- ::new — Prism::ElseNode
- ::new — Prism::EmbeddedStatementsNode
- ::new — Prism::EmbeddedVariableNode
- ::new — Prism::EnsureNode
- ::new — Prism::FalseNode
- ::new — Prism::FindPatternNode
- ::new — Prism::FlipFlopNode
- ::new — Prism::FloatNode
- ::new — Prism::ForNode
- ::new — Prism::ForwardingArgumentsNode
- ::new — Prism::ForwardingParameterNode
- ::new — Prism::ForwardingSuperNode
- ::new — Prism::GlobalVariableReadNode
- ::new — Prism::GlobalVariableTargetNode
- ::new — Prism::GlobalVariableWriteNode
- ::new — Prism::HashNode
- ::new — Prism::HashPatternNode
- ::new — Prism::IfNode
- ::new — Prism::ImaginaryNode
- ::new — Prism::ImplicitNode
- ::new — Prism::ImplicitRestNode
- ::new — Prism::InNode
- ::new — Prism::IndexAndWriteNode
- ::new — Prism::IndexOperatorWriteNode
- ::new — Prism::IndexOrWriteNode
- ::new — Prism::IndexTargetNode
- ::new — Prism::InstanceVariableReadNode
- ::new — Prism::InstanceVariableTargetNode
- ::new — Prism::InstanceVariableWriteNode
- ::new — Prism::IntegerNode
- ::new — Prism::InterpolatedMatchLastLineNode
- ::new — Prism::InterpolatedRegularExpressionNode
- ::new — Prism::InterpolatedStringNode
- ::new — Prism::InterpolatedSymbolNode
- ::new — Prism::InterpolatedXStringNode
- ::new — Prism::ItLocalVariableReadNode
- ::new — Prism::ItParametersNode
- ::new — Prism::KeywordHashNode
- ::new — Prism::KeywordRestParameterNode
- ::new — Prism::LambdaNode
- ::new — Prism::LocalVariableReadNode
- ::new — Prism::LocalVariableTargetNode
- ::new — Prism::LocalVariableWriteNode
- ::new — Prism::MatchLastLineNode
- ::new — Prism::MatchPredicateNode
- ::new — Prism::MatchRequiredNode
- ::new — Prism::MatchWriteNode
- ::new — Prism::MissingNode
- ::new — Prism::ModuleNode
- ::new — Prism::MultiTargetNode
- ::new — Prism::MultiWriteNode
- ::new — Prism::NextNode
- ::new — Prism::NilNode
- ::new — Prism::NoKeywordsParameterNode
- ::new — Prism::NumberedParametersNode
- ::new — Prism::NumberedReferenceReadNode
- ::new — Prism::OptionalKeywordParameterNode
- ::new — Prism::OptionalParameterNode
- ::new — Prism::OrNode
- ::new — Prism::ParametersNode
- ::new — Prism::ParenthesesNode
- ::new — Prism::PinnedExpressionNode
- ::new — Prism::PinnedVariableNode
- ::new — Prism::PostExecutionNode
- ::new — Prism::PreExecutionNode
- ::new — Prism::ProgramNode
- ::new — Prism::RangeNode
- ::new — Prism::RationalNode
- ::new — Prism::RedoNode
- ::new — Prism::RegularExpressionNode
- ::new — Prism::RequiredKeywordParameterNode
- ::new — Prism::RequiredParameterNode
- ::new — Prism::RescueModifierNode
- ::new — Prism::RescueNode
- ::new — Prism::RestParameterNode
- ::new — Prism::RetryNode
- ::new — Prism::ReturnNode
- ::new — Prism::SelfNode
- ::new — Prism::ShareableConstantNode
- ::new — Prism::SingletonClassNode
- ::new — Prism::SourceEncodingNode
- ::new — Prism::SourceFileNode
- ::new — Prism::SourceLineNode
- ::new — Prism::SplatNode
- ::new — Prism::StatementsNode
- ::new — Prism::StringNode
- ::new — Prism::SuperNode
- ::new — Prism::SymbolNode
- ::new — Prism::TrueNode
- ::new — Prism::UndefNode
- ::new — Prism::UnlessNode
- ::new — Prism::UntilNode
- ::new — Prism::WhenNode
- ::new — Prism::WhileNode
- ::new — Prism::XStringNode
- ::new — Prism::YieldNode
- ::new — Prism::Pack::Directive
- ::new — Prism::Pack::Format
- ::new — Prism::Source
- ::new — Prism::CodeUnitsCache
- ::new — Prism::Location
- ::new — Prism::Comment
- ::new — Prism::MagicComment
- ::new — Prism::ParseError
- ::new — Prism::ParseWarning
- ::new — Prism::Result
- ::new — Prism::ParseResult
- ::new — Prism::LexResult
- ::new — Prism::ParseLexResult
- ::new — Prism::Token
- ::new — Prism::ParseResult::Comments
- ::new — Prism::ParseResult::Errors
- ::new — Prism::ParseResult::Newlines
- ::new — Prism::Pattern
- ::new — Prism::Pattern::CompilationError
- ::new — Prism::Reflection::Field
- ::new — Prism::Reflection::FlagsField
- ::new — Prism::Translation::Parser::PrismDiagnostic
- ::new — Prism::Translation::Parser::Compiler
- ::new — Prism::Translation::Parser::Lexer
- ::new — Prism::Translation::Ripper
- ::new — Prism::Translation::RubyParser::Compiler
- ::new — PStore
- ::new — RDoc::CodeObject
- ::new — RDoc::Comment
- ::new — RDoc::CrossReference
- ::new — RDoc::ERBIO
- ::new — RDoc::Markdown
- ::new — RDoc::Markup
- ::new — RDoc::Parser
- ::new — RDoc::Parser::C
- ::new — RDoc::Parser::PrismRuby
- ::new — RDoc::Parser::RipperStateLex
- ::new — RDoc::Parser::Ruby
- ::new — RDoc::Parser::Simple
- ::new — RDoc::RDoc
- ::new — RDoc::RubygemsHook
- ::new — RDoc::Servlet
- ::new — RDoc::Stats
- ::new — RDoc::Store
- ::new — RDoc::Store::MissingFileError
- ::new — RDoc::Task
- ::new — RDoc::TomDoc
- ::new — Reline::Core
- ::new — Reline::Config
- ::new — Reline::Face::Config
- ::new — Reline::History
- ::new — Reline::ANSI
- ::new — Reline::Dumb
- ::new — Reline::Windows
- ::new — Reline::Windows::Win32API
- ::new — Reline::Windows::KeyEventRecord
- ::new — Reline::KeyActor::Base
- ::new — Reline::KeyActor::Composite
- ::new — Reline::KeyStroke
- ::new — Reline::KillRing
- ::new — Reline::KillRing::RingBuffer
- ::new — Reline::LineEditor
- ::new — Reline::LineEditor::MenuInfo
- ::new — Reline::LineEditor::DialogProcScope
- ::new — Reline::LineEditor::Dialog
- ::new — Resolv
- ::new — Resolv::Hosts
- ::new — Resolv::DNS
- ::new — Resolv::DNS::SvcParams
- ::new — Resolv::DNS::SvcParam::Generic
- ::new — Resolv::DNS::SvcParam::Mandatory
- ::new — Resolv::DNS::SvcParam::ALPN
- ::new — Resolv::DNS::SvcParam::Port
- ::new — Resolv::DNS::SvcParam::IPv4Hint
- ::new — Resolv::DNS::SvcParam::IPv6Hint
- ::new — Resolv::DNS::SvcParam::DoHPath
- ::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::CAA
- ::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::DNS::Resource::IN::ServiceBinding
- ::new — Resolv::MDNS
- ::new — Resolv::LOC::Size
- ::new — Resolv::LOC::Coord
- ::new — Resolv::LOC::Alt
- ::new — Gem::Platform
- ::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::ExecCommand
- ::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::RebuildCommand
- ::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::WebauthnVerificationError
- ::new — Gem::SystemExitException
- ::new — Gem::UnsatisfiableDependencyError
- ::new — Gem::Ext::Builder
- ::new — Gem::Ext::CargoBuilder
- ::new — Gem::Ext::CargoBuilder::DylibNotFoundError
- ::new — Gem::GemRunner
- ::new — Gem::GemcutterUtilities::WebauthnListener
- ::new — Gem::GemcutterUtilities::WebauthnListener::SocketResponder
- ::new — Gem::GemcutterUtilities::WebauthnListener::Response
- ::new — Gem::GemcutterUtilities::WebauthnPoller
- ::new — Gem::Installer
- ::new — Gem::Installer::FakePackage
- ::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 — 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::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::SafeMarshal::Elements::Symbol
- ::new — Gem::SafeMarshal::Elements::UserDefined
- ::new — Gem::SafeMarshal::Elements::UserMarshal
- ::new — Gem::SafeMarshal::Elements::String
- ::new — Gem::SafeMarshal::Elements::Hash
- ::new — Gem::SafeMarshal::Elements::HashWithDefaultValue
- ::new — Gem::SafeMarshal::Elements::Array
- ::new — Gem::SafeMarshal::Elements::Integer
- ::new — Gem::SafeMarshal::Elements::True
- ::new — Gem::SafeMarshal::Elements::False
- ::new — Gem::SafeMarshal::Elements::WithIvars
- ::new — Gem::SafeMarshal::Elements::Object
- ::new — Gem::SafeMarshal::Elements::ObjectLink
- ::new — Gem::SafeMarshal::Elements::SymbolLink
- ::new — Gem::SafeMarshal::Elements::Float
- ::new — Gem::SafeMarshal::Elements::Bignum
- ::new — Gem::SafeMarshal::Elements::UserClass
- ::new — Gem::SafeMarshal::Reader
- ::new — Gem::SafeMarshal::Visitors::StreamPrinter
- ::new — Gem::SafeMarshal::Visitors::ToRuby
- ::new — Gem::SafeMarshal::Visitors::ToRuby::UnpermittedSymbolError
- ::new — Gem::SafeMarshal::Visitors::ToRuby::UnpermittedIvarError
- ::new — Gem::SafeMarshal::Visitors::ToRuby::UnpermittedClassError
- ::new — Gem::SafeMarshal::Visitors::ToRuby::UnsupportedError
- ::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::SpecificationRecord
- ::new — Gem::TargetRbConfig
- ::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 — SyntaxSuggest::AroundBlockScan
- ::new — SyntaxSuggest::BlockExpand
- ::new — SyntaxSuggest::Capture::BeforeAfterKeywordEnds
- ::new — SyntaxSuggest::Capture::FallingIndentLines
- ::new — SyntaxSuggest::CaptureCodeContext
- ::new — SyntaxSuggest::CleanDocument
- ::new — SyntaxSuggest::Cli
- ::new — SyntaxSuggest::CodeBlock
- ::new — SyntaxSuggest::CodeFrontier
- ::new — SyntaxSuggest::CodeLine
- ::new — SyntaxSuggest::CodeSearch
- ::new — SyntaxSuggest::MiniStringIO
- ::new — SyntaxSuggest::DisplayCodeWithLineNumbers
- ::new — SyntaxSuggest::DisplayInvalidBlocks
- ::new — SyntaxSuggest::ExplainSyntax
- ::new — SyntaxSuggest::LeftRightLexCount
- ::new — SyntaxSuggest::LexAll
- ::new — SyntaxSuggest::LexValue
- ::new — SyntaxSuggest::ParseBlocksFromIndentLine
- ::new — SyntaxSuggest::PathnameFromMessage
- ::new — SyntaxSuggest::PriorityEngulfQueue
- ::new — SyntaxSuggest::PriorityQueue
- ::new — SyntaxSuggest::ScanHistory
- ::new — SyntaxSuggest::UnvisitedLines
- ::new — Tempfile
- ::new — URI::Generic
- ::new — URI::LDAP
- ::new — URI::MailTo
- ::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::ASN1::TaggedASN1Data
- ::new — OpenSSL::Buffering
- ::new — DidYouMean::NameErrorCheckers
- ::new — CoreExtensions::TCPSocketExt::Initializer
- ::new_ntoh — IPAddr
- ::new_raw_private_key — OpenSSL::PKey
- ::new_raw_public_key — OpenSSL::PKey
- ::new_seed — Random
- ::nil_versions_are_discouraged! — Gem::Version
- ::node_id_for_backtrace_location — RubyVM::AbstractSyntaxTree
- ::non_nil_attributes — Gem::Specification
- ::normalize_yaml_input — Gem::Specification
- ::now — DateTime
- ::now — Time
- ::nprocessors — Etc
- ::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
- ::open — Dir
- ::open — File
- ::open — IO
- ::open — OpenSSL::SSL::SSLSocket
- ::open — PTY
- ::open — StringIO
- ::open — Win32::Registry
- ::open — Zlib::GzipWriter
- ::open — Zlib::GzipReader
- ::open — IRB::FileInputMethod
- ::open — Resolv::DNS
- ::open — Gem::Package::TarReader::Entry
- ::open — Tempfile
- ::open — URI
- ::open_file — Gem
- ::open_file_with_flock — Gem
- ::open_file_with_lock — Gem
- ::open_tokens — IRB::NestingParser
- ::operating_system_defaults — Gem
- ::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
- ::owned? — File
- ::pack_sockaddr_in — Socket
- ::pack_sockaddr_un — Socket
- ::page — IRB::Pager
- ::page_content — IRB::Pager
- ::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 — Prism::Translation::Ripper
- ::parse — Prism::Translation::RubyParser
- ::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 — Prism
- ::parse! — Gem::Uri
- ::parse_by_line — IRB::NestingParser
- ::parse_comments — Prism
- ::parse_config — OpenSSL::Config
- ::parse_failure? — Prism
- ::parse_file — Prism::Translation::RubyParser
- ::parse_file — RubyVM::AbstractSyntaxTree
- ::parse_file — Psych
- ::parse_file — Prism
- ::parse_file_comments — Prism
- ::parse_file_failure? — Prism
- ::parse_file_success? — Prism
- ::parse_files_matching — RDoc::Parser
- ::parse_lex — Prism
- ::parse_lex_file — Prism
- ::parse_openssl — OpenSSL::X509::Name
- ::parse_rfc2253 — OpenSSL::X509::Name
- ::parse_stream — Psych
- ::parse_stream — Prism
- ::parse_success? — Prism
- ::parser — Psych
- ::parser= — URI
- ::pass — Thread
- ::passwd — Etc
- ::path — File
- ::path — Gem
- ::path_separator — Gem
- ::paths — Gem
- ::paths= — Gem
- ::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
- ::polar — Complex
- ::poll_thread — Gem::GemcutterUtilities::WebauthnPoller
- ::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_install — Gem
- ::pre_reset — Gem
- ::pre_uninstall — Gem
- ::preferred_gemfile_name — Bundler
- ::prefix — Gem
- ::prepended — CoreExtensions::TCPSocketExt
- ::prioritize! — Gem::BundlerVersionFinder
- ::prism_find — ErrorHighlight
- ::produce — Enumerator
- ::product — Enumerator
- ::profile — Prism
- ::profile_file — Prism
- ::progids — WIN32OLE::Type
- ::proxy_class? — Net::HTTP
- ::prune — Find
- ::put — Net::HTTP
- ::pwd — Dir
- ::pwd — Pathname
- ::pwd — FileUtils
- ::query — Prism::StringQuery
- ::quote — Regexp
- ::rand — OpenSSL::BN
- ::rand — Random
- ::rand_range — OpenSSL::BN
- ::random_add — OpenSSL::Random
- ::random_bytes — OpenSSL::Random
- ::rassoc — ENV
- ::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 — Fiddle::Pointer
- ::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
- ::readlines — IO
- ::readlink — File
- ::realdirpath — File
- ::realloc — Fiddle
- ::realpath — File
- ::realtime — Benchmark
- ::receive — Ractor
- ::receive_if — Ractor
- ::record_dir — SyntaxSuggest
- ::rect — Complex
- ::rectangular — Complex
- ::recv — Ractor
- ::redact — Gem::Uri
- ::refresh — Gem
- ::regexp_completor — IRB::InputCompletor
- ::register — OpenSSL::ASN1::ObjectId
- ::register — IRB::Command
- ::register — IRB::Command
- ::register — IRB::HelperMethod
- ::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_magic_comment — RDoc::Encoding
- ::remove_modeline — RDoc::Parser
- ::remove_spec — Gem::Specification
- ::rename — File
- ::replace — ENV
- ::report_on_exception — Thread
- ::report_on_exception= — Thread
- ::require — Bundler
- ::requireables — DidYouMean::RequirePathChecker
- ::required_attribute? — Gem::Specification
- ::required_attributes — Gem::Specification
- ::reset — Gem::CommandManager
- ::reset — Gem::Specification
- ::reset — Gem::Security
- ::reset! — Bundler
- ::reset_paths! — Bundler
- ::reset_rubygems! — Bundler
- ::reset_settings_and_root! — Bundler
- ::reset_stats! — RubyVM::YJIT
- ::reset_to_initial_configs — Reline::Face
- ::resolve_hostname — Socket
- ::response_class — Net::HTTPResponse
- ::restore — JSON
- ::restore — Marshal
- ::result — Coverage
- ::resume — Coverage
- ::retrieve_completion_data — IRB::InputCompletor
- ::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_f — MakeMakefile
- ::rm_r — FileUtils
- ::rm_rf — Bundler
- ::rm_rf — FileUtils
- ::rm_rf — MakeMakefile
- ::rmdir — Dir
- ::rmdir — FileUtils
- ::rmtree — FileUtils
- ::root — Bundler
- ::ruby — Gem::Ext::Builder
- ::ruby — RbConfig
- ::ruby — Gem
- ::ruby — RbConfig
- ::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
- ::runtime_stats — RubyVM::RJIT
- ::runtime_stats — RubyVM::YJIT
- ::safe_dump — Psych
- ::safe_encode — Reline::Unicode
- ::safe_load — Psych
- ::safe_load — Gem::SafeMarshal
- ::safe_load — Gem::SafeYAML
- ::safe_load_file — Psych
- ::safe_load_marshal — Bundler
- ::safe_unlink — FileUtils
- ::save_history — IRB::History
- ::save_history? — IRB::History
- ::scan — IRB::Color
- ::scan_opens — IRB::NestingParser
- ::schedule — Fiber
- ::scheduler — Fiber
- ::scheme_list — URI
- ::screen_width — IRB::ColorPrinter
- ::scrypt — OpenSSL::KDF
- ::search_convpath — Encoding::Converter
- ::second_to_timeout — Socket
- ::secure_compare — OpenSSL
- ::seed — Random
- ::seed — OpenSSL::Random
- ::select — IO
- ::select — ENV
- ::select — Ractor
- ::select! — ENV
- ::self_manager — Bundler
- ::sender — IRB::Frame
- ::set_scheduler — Fiber
- ::set_target_rbconfig — Gem
- ::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
- ::setup — IRB::Debug
- ::setup_pager — IRB::Pager
- ::setupterm — Reline::Terminfo
- ::sexp — Ripper
- ::sexp — Prism::Translation::Ripper
- ::sexp_raw — Ripper
- ::sexp_raw — Prism::Translation::Ripper
- ::shareable? — Ractor
- ::sharing_detection — PP
- ::sharing_detection= — PP
- ::shellescape — Shellwords
- ::shelljoin — Shellwords
- ::shellsplit — Shellwords
- ::shellwords — Shellwords
- ::shift — ENV
- ::should_page? — IRB::Pager
- ::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
- ::size_of — IO::Buffer
- ::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
- ::sources — Gem
- ::sources= — Gem
- ::spawn — PTY
- ::spawn — Process
- ::spec_cache_dir — Gem
- ::specific_extra_args — Gem::Command
- ::specific_extra_args_hash — Gem::Command
- ::specification_record — Gem::Specification
- ::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
- ::stat — RubyVM
- ::stat — File
- ::stat — TracePoint
- ::stat — GC
- ::stat_heap — GC
- ::state — Coverage
- ::state_file — Gem
- ::state_home — Gem
- ::stats_enabled? — RubyVM::YJIT
- ::stats_string — RubyVM::YJIT
- ::status? — OpenSSL::Random
- ::sticky? — File
- ::stop — Thread
- ::store — ENV
- ::stress — GC
- ::stress= — GC
- ::strict_oct — Gem::Package::TarHeader
- ::string — IO::Buffer
- ::strongly_connected_components — TSort
- ::strptime — Date
- ::strptime — DateTime
- ::strptime — Time
- ::stubs — Gem::Specification
- ::stubs_for — Gem::Specification
- ::suffix_pattern — Gem
- ::suffix_regexp — Gem
- ::suffixes — Gem
- ::suggestions — Gem::Licenses
- ::supported? — Coverage
- ::suspend — Coverage
- ::switch — Process::UID
- ::switch — Process::GID
- ::sym — Fiddle::Handle
- ::sym_defined? — Fiddle::Handle
- ::symlink — File
- ::symlink — FileUtils
- ::symlink? — File
- ::sysconf — Etc
- ::sysconfdir — Etc
- ::sysopen — IO
- ::system_bindir — Bundler
- ::systmpdir — Etc
- ::take_mbchar_range — Reline::Unicode
- ::take_range — Reline::Unicode
- ::tan — Math
- ::tanh — Math
- ::target_rbconfig — Gem
- ::tcp — Socket
- ::tcp — Addrinfo
- ::tcp_server_loop — Socket
- ::tcp_server_sockets — Socket
- ::tcp_with_fast_fallback — Socket
- ::tcp_without_fast_fallback — Socket
- ::term_supported? — Reline::Terminfo
- ::terminate — OptionParser
- ::tigetflag — Reline::Terminfo
- ::tigetnum — Reline::Terminfo
- ::tigetstr — Reline::Terminfo
- ::time — Gem
- ::time2wtime — Win32::Registry
- ::timeout — Regexp
- ::timeout — Timeout
- ::timeout= — Regexp
- ::times — Process
- ::tiparm — Reline::Terminfo
- ::tmp — Bundler
- ::tmp_home_path — Bundler
- ::tmpdir — Dir
- ::to_a — ENV
- ::to_basic — Gem::NameTuple
- ::to_h — ENV
- ::to_hash — ENV
- ::to_html — RDoc::TokenStream
- ::to_json — Psych
- ::to_native — Fiddle::Pointer
- ::to_ptr — Fiddle::Pointer
- ::to_s — ENV
- ::to_tty? — Exception
- ::today — Date
- ::tokenize — Ripper
- ::top — IRB::Frame
- ::top — OptionParser
- ::total_time — GC
- ::touch — FileUtils
- ::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
- ::truecolor? — Reline::Face
- ::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 — TSort
- ::tsort_each — TSort
- ::type — Prism::ClassVariableAndWriteNode
- ::type — Prism::ClassVariableOrWriteNode
- ::type — Prism::ClassVariableOperatorWriteNode
- ::type — Prism::ConstantAndWriteNode
- ::type — Prism::ConstantOrWriteNode
- ::type — Prism::ConstantOperatorWriteNode
- ::type — Prism::GlobalVariableAndWriteNode
- ::type — Prism::GlobalVariableOrWriteNode
- ::type — Prism::GlobalVariableOperatorWriteNode
- ::type — Prism::InstanceVariableAndWriteNode
- ::type — Prism::InstanceVariableOrWriteNode
- ::type — Prism::InstanceVariableOperatorWriteNode
- ::type — Prism::LocalVariableAndWriteNode
- ::type — Prism::LocalVariableOrWriteNode
- ::type — Prism::LocalVariableOperatorWriteNode
- ::type — Prism::Node
- ::type — Prism::AliasGlobalVariableNode
- ::type — Prism::AliasMethodNode
- ::type — Prism::AlternationPatternNode
- ::type — Prism::AndNode
- ::type — Prism::ArgumentsNode
- ::type — Prism::ArrayNode
- ::type — Prism::ArrayPatternNode
- ::type — Prism::AssocNode
- ::type — Prism::AssocSplatNode
- ::type — Prism::BackReferenceReadNode
- ::type — Prism::BeginNode
- ::type — Prism::BlockArgumentNode
- ::type — Prism::BlockLocalVariableNode
- ::type — Prism::BlockNode
- ::type — Prism::BlockParameterNode
- ::type — Prism::BlockParametersNode
- ::type — Prism::BreakNode
- ::type — Prism::CallAndWriteNode
- ::type — Prism::CallNode
- ::type — Prism::CallOperatorWriteNode
- ::type — Prism::CallOrWriteNode
- ::type — Prism::CallTargetNode
- ::type — Prism::CapturePatternNode
- ::type — Prism::CaseMatchNode
- ::type — Prism::CaseNode
- ::type — Prism::ClassNode
- ::type — Prism::ClassVariableReadNode
- ::type — Prism::ClassVariableTargetNode
- ::type — Prism::ClassVariableWriteNode
- ::type — Prism::ConstantPathAndWriteNode
- ::type — Prism::ConstantPathNode
- ::type — Prism::ConstantPathOperatorWriteNode
- ::type — Prism::ConstantPathOrWriteNode
- ::type — Prism::ConstantPathTargetNode
- ::type — Prism::ConstantPathWriteNode
- ::type — Prism::ConstantReadNode
- ::type — Prism::ConstantTargetNode
- ::type — Prism::ConstantWriteNode
- ::type — Prism::DefNode
- ::type — Prism::DefinedNode
- ::type — Prism::ElseNode
- ::type — Prism::EmbeddedStatementsNode
- ::type — Prism::EmbeddedVariableNode
- ::type — Prism::EnsureNode
- ::type — Prism::FalseNode
- ::type — Prism::FindPatternNode
- ::type — Prism::FlipFlopNode
- ::type — Prism::FloatNode
- ::type — Prism::ForNode
- ::type — Prism::ForwardingArgumentsNode
- ::type — Prism::ForwardingParameterNode
- ::type — Prism::ForwardingSuperNode
- ::type — Prism::GlobalVariableReadNode
- ::type — Prism::GlobalVariableTargetNode
- ::type — Prism::GlobalVariableWriteNode
- ::type — Prism::HashNode
- ::type — Prism::HashPatternNode
- ::type — Prism::IfNode
- ::type — Prism::ImaginaryNode
- ::type — Prism::ImplicitNode
- ::type — Prism::ImplicitRestNode
- ::type — Prism::InNode
- ::type — Prism::IndexAndWriteNode
- ::type — Prism::IndexOperatorWriteNode
- ::type — Prism::IndexOrWriteNode
- ::type — Prism::IndexTargetNode
- ::type — Prism::InstanceVariableReadNode
- ::type — Prism::InstanceVariableTargetNode
- ::type — Prism::InstanceVariableWriteNode
- ::type — Prism::IntegerNode
- ::type — Prism::InterpolatedMatchLastLineNode
- ::type — Prism::InterpolatedRegularExpressionNode
- ::type — Prism::InterpolatedStringNode
- ::type — Prism::InterpolatedSymbolNode
- ::type — Prism::InterpolatedXStringNode
- ::type — Prism::ItLocalVariableReadNode
- ::type — Prism::ItParametersNode
- ::type — Prism::KeywordHashNode
- ::type — Prism::KeywordRestParameterNode
- ::type — Prism::LambdaNode
- ::type — Prism::LocalVariableReadNode
- ::type — Prism::LocalVariableTargetNode
- ::type — Prism::LocalVariableWriteNode
- ::type — Prism::MatchLastLineNode
- ::type — Prism::MatchPredicateNode
- ::type — Prism::MatchRequiredNode
- ::type — Prism::MatchWriteNode
- ::type — Prism::MissingNode
- ::type — Prism::ModuleNode
- ::type — Prism::MultiTargetNode
- ::type — Prism::MultiWriteNode
- ::type — Prism::NextNode
- ::type — Prism::NilNode
- ::type — Prism::NoKeywordsParameterNode
- ::type — Prism::NumberedParametersNode
- ::type — Prism::NumberedReferenceReadNode
- ::type — Prism::OptionalKeywordParameterNode
- ::type — Prism::OptionalParameterNode
- ::type — Prism::OrNode
- ::type — Prism::ParametersNode
- ::type — Prism::ParenthesesNode
- ::type — Prism::PinnedExpressionNode
- ::type — Prism::PinnedVariableNode
- ::type — Prism::PostExecutionNode
- ::type — Prism::PreExecutionNode
- ::type — Prism::ProgramNode
- ::type — Prism::RangeNode
- ::type — Prism::RationalNode
- ::type — Prism::RedoNode
- ::type — Prism::RegularExpressionNode
- ::type — Prism::RequiredKeywordParameterNode
- ::type — Prism::RequiredParameterNode
- ::type — Prism::RescueModifierNode
- ::type — Prism::RescueNode
- ::type — Prism::RestParameterNode
- ::type — Prism::RetryNode
- ::type — Prism::ReturnNode
- ::type — Prism::SelfNode
- ::type — Prism::ShareableConstantNode
- ::type — Prism::SingletonClassNode
- ::type — Prism::SourceEncodingNode
- ::type — Prism::SourceFileNode
- ::type — Prism::SourceLineNode
- ::type — Prism::SplatNode
- ::type — Prism::StatementsNode
- ::type — Prism::StringNode
- ::type — Prism::SuperNode
- ::type — Prism::SymbolNode
- ::type — Prism::TrueNode
- ::type — Prism::UndefNode
- ::type — Prism::UnlessNode
- ::type — Prism::UntilNode
- ::type — Prism::WhenNode
- ::type — Prism::WhileNode
- ::type — Prism::XStringNode
- ::type — Prism::YieldNode
- ::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 — Gem
- ::ui — Bundler
- ::ui — Gem::DefaultUserInteraction
- ::ui= — Bundler
- ::ui= — Gem::DefaultUserInteraction
- ::uid — Process
- ::uid= — Process
- ::umask — File
- ::uname — Etc
- ::unbundle_env — Bundler
- ::unbundle_env! — Bundler
- ::unbundled_env — Bundler
- ::unbundled_exec — Bundler
- ::unbundled_system — Bundler
- ::undefine_finalizer — ObjectSpace
- ::ungetc — Reline
- ::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
- ::url_encode — ERB::Util
- ::use_gemdeps — Gem
- ::use_markup — RDoc::Parser
- ::use_paths — Gem
- ::use_prism_parser? — SyntaxSuggest
- ::use_system_gems? — Bundler
- ::use_ui — Gem::DefaultUserInteraction
- ::used_modules — Module
- ::used_refinements — Module
- ::user_bundle_path — Bundler
- ::user_cache — Bundler
- ::user_dir — Gem
- ::user_home — Gem
- ::user_home — Bundler
- ::utc — Time
- ::utime — File
- ::valid? — SyntaxSuggest
- ::valid_civil? — Date
- ::valid_commercial? — Date
- ::valid_date? — Date
- ::valid_jd? — Date
- ::valid_ordinal? — Date
- ::valid_v6? — IPSocket
- ::valid_without? — SyntaxSuggest
- ::value? — ENV
- ::values — ENV
- ::values_at — ENV
- ::verify_certificate — Gem::Request
- ::verify_certificate_identity — OpenSSL::SSL
- ::verify_certificate_message — Gem::Request
- ::version — ERB
- ::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_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
- ::warmup — Process
- ::which — Bundler
- ::width_for — PP
- ::win32_last_error — Fiddle
- ::win32_last_error= — Fiddle
- ::win32_last_socket_error — Fiddle
- ::win32_last_socket_error= — Fiddle
- ::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 — Fiddle::Pointer
- ::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
- #% — Range
- #% — OpenSSL::BN
- #& — Array
- #& — Integer
- #& — NilClass
- #& — Set
- #& — Ripper::Lexer::State
- #& — IO::Buffer
- #& — IPAddr
- #& — TrueClass
- #& — FalseClass
- #& — Process::Status
- #* — Array
- #* — Integer
- #* — Complex
- #* — String
- #* — Float
- #* — Rational
- #* — OpenSSL::BN
- #* — Benchmark::Tms
- #** — Integer
- #** — Complex
- #** — Float
- #** — Rational
- #** — OpenSSL::BN
- #+ — Array
- #+ — Integer
- #+ — Complex
- #+ — String
- #+ — Float
- #+ — Enumerator
- #+ — Date
- #+ — Time
- #+ — Fiddle::Pointer
- #+ — Fiddle::CStructEntity
- #+ — Rational
- #+ — Set
- #+ — OpenSSL::BN
- #+ — Pathname
- #+ — Benchmark::Tms
- #+ — URI::Generic
- #+@ — Numeric
- #+@ — String
- #+@ — Fiddle::Pointer
- #+@ — OpenSSL::BN
- #- — Array
- #- — Integer
- #- — Complex
- #- — Float
- #- — Date
- #- — Time
- #- — Fiddle::Pointer
- #- — Fiddle::CStructEntity
- #- — Rational
- #- — Set
- #- — OpenSSL::BN
- #- — Benchmark::Tms
- #- — URI::Generic
- #-@ — Integer
- #-@ — Complex
- #-@ — Numeric
- #-@ — String
- #-@ — Float
- #-@ — Fiddle::Pointer
- #-@ — Rational
- #-@ — OpenSSL::BN
- #/ — Integer
- #/ — Complex
- #/ — Float
- #/ — Rational
- #/ — OpenSSL::BN
- #/ — Pathname
- #/ — Benchmark::Tms
- #< — Integer
- #< — Module
- #< — Float
- #< — 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
- #<< — IPAddr
- #<< — Logger
- #<< — Net::WriteAdapter
- #<< — Reline::History
- #<< — Reline::KillRing::RingBuffer
- #<< — Gem::AvailableSet
- #<< — Gem::SourceList
- #<< — SyntaxSuggest::CodeFrontier
- #<< — SyntaxSuggest::PriorityQueue
- #<< — Proc
- #<< — Method
- #<< — Ractor
- #<< — Thread::Queue
- #<< — Thread::SizedQueue
- #<< — Digest::Instance
- #<< — OpenSSL::Buffering
- #<< — IO::generic_writable
- #<= — Integer
- #<= — Module
- #<= — Float
- #<= — Set
- #<= — Hash
- #<= — Comparable
- #<=> — Array
- #<=> — Integer
- #<=> — Object
- #<=> — Module
- #<=> — Complex
- #<=> — Numeric
- #<=> — String
- #<=> — Float
- #<=> — Date
- #<=> — Time
- #<=> — Fiddle::Pointer
- #<=> — Rational
- #<=> — Set
- #<=> — Symbol
- #<=> — OpenSSL::BN
- #<=> — OpenSSL::X509::Name
- #<=> — Pathname
- #<=> — File::Stat
- #<=> — IO::Buffer
- #<=> — IPAddr
- #<=> — IRB::Notifier::LeveledNotifier
- #<=> — Gem::Dependency
- #<=> — Gem::NameTuple
- #<=> — Gem::Version
- #<=> — Gem::Source
- #<=> — Gem::Source::Git
- #<=> — Gem::Source::Installed
- #<=> — Gem::Source::Local
- #<=> — Gem::Source::SpecificFile
- #<=> — Gem::Source::Vendor
- #<=> — SyntaxSuggest::CodeBlock
- #<=> — SyntaxSuggest::CodeLine
- #== — Array
- #== — Integer
- #== — BasicObject
- #== — Module
- #== — Complex
- #== — String
- #== — Float
- #== — Enumerator::ArithmeticSequence
- #== — Exception
- #== — Fiddle::Pointer
- #== — OpenStruct
- #== — Range
- #== — Rational
- #== — Regexp
- #== — Set
- #== — Struct
- #== — 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
- #== — Hash
- #== — Delegator
- #== — IPAddr
- #== — Data
- #== — MatchData
- #== — Prism::Location
- #== — Prism::Token
- #== — Gem::Platform
- #== — Gem::NameTuple
- #== — Gem::Resolver::IndexSpecification
- #== — URI::Generic
- #== — Proc
- #== — Method
- #== — UnboundMethod
- #== — Process::Status
- #== — Ractor::MovedObject
- #== — Random
- #== — Encoding::Converter
- #== — Comparable
- #== — Digest::Instance
- #=== — Integer
- #=== — Object
- #=== — Module
- #=== — NilClass
- #=== — String
- #=== — Float
- #=== — Enumerator::ArithmeticSequence
- #=== — Date
- #=== — Range
- #=== — Regexp
- #=== — Set
- #=== — Symbol
- #=== — OpenSSL::BN
- #=== — Pathname
- #=== — IPAddr
- #=== — Prism::ClassVariableAndWriteNode
- #=== — Prism::ClassVariableOrWriteNode
- #=== — Prism::ClassVariableOperatorWriteNode
- #=== — Prism::ConstantAndWriteNode
- #=== — Prism::ConstantOrWriteNode
- #=== — Prism::ConstantOperatorWriteNode
- #=== — Prism::GlobalVariableAndWriteNode
- #=== — Prism::GlobalVariableOrWriteNode
- #=== — Prism::GlobalVariableOperatorWriteNode
- #=== — Prism::InstanceVariableAndWriteNode
- #=== — Prism::InstanceVariableOrWriteNode
- #=== — Prism::InstanceVariableOperatorWriteNode
- #=== — Prism::LocalVariableAndWriteNode
- #=== — Prism::LocalVariableOrWriteNode
- #=== — Prism::LocalVariableOperatorWriteNode
- #=== — Prism::AliasGlobalVariableNode
- #=== — Prism::AliasMethodNode
- #=== — Prism::AlternationPatternNode
- #=== — Prism::AndNode
- #=== — Prism::ArgumentsNode
- #=== — Prism::ArrayNode
- #=== — Prism::ArrayPatternNode
- #=== — Prism::AssocNode
- #=== — Prism::AssocSplatNode
- #=== — Prism::BackReferenceReadNode
- #=== — Prism::BeginNode
- #=== — Prism::BlockArgumentNode
- #=== — Prism::BlockLocalVariableNode
- #=== — Prism::BlockNode
- #=== — Prism::BlockParameterNode
- #=== — Prism::BlockParametersNode
- #=== — Prism::BreakNode
- #=== — Prism::CallAndWriteNode
- #=== — Prism::CallNode
- #=== — Prism::CallOperatorWriteNode
- #=== — Prism::CallOrWriteNode
- #=== — Prism::CallTargetNode
- #=== — Prism::CapturePatternNode
- #=== — Prism::CaseMatchNode
- #=== — Prism::CaseNode
- #=== — Prism::ClassNode
- #=== — Prism::ClassVariableReadNode
- #=== — Prism::ClassVariableTargetNode
- #=== — Prism::ClassVariableWriteNode
- #=== — Prism::ConstantPathAndWriteNode
- #=== — Prism::ConstantPathNode
- #=== — Prism::ConstantPathOperatorWriteNode
- #=== — Prism::ConstantPathOrWriteNode
- #=== — Prism::ConstantPathTargetNode
- #=== — Prism::ConstantPathWriteNode
- #=== — Prism::ConstantReadNode
- #=== — Prism::ConstantTargetNode
- #=== — Prism::ConstantWriteNode
- #=== — Prism::DefNode
- #=== — Prism::DefinedNode
- #=== — Prism::ElseNode
- #=== — Prism::EmbeddedStatementsNode
- #=== — Prism::EmbeddedVariableNode
- #=== — Prism::EnsureNode
- #=== — Prism::FalseNode
- #=== — Prism::FindPatternNode
- #=== — Prism::FlipFlopNode
- #=== — Prism::FloatNode
- #=== — Prism::ForNode
- #=== — Prism::ForwardingArgumentsNode
- #=== — Prism::ForwardingParameterNode
- #=== — Prism::ForwardingSuperNode
- #=== — Prism::GlobalVariableReadNode
- #=== — Prism::GlobalVariableTargetNode
- #=== — Prism::GlobalVariableWriteNode
- #=== — Prism::HashNode
- #=== — Prism::HashPatternNode
- #=== — Prism::IfNode
- #=== — Prism::ImaginaryNode
- #=== — Prism::ImplicitNode
- #=== — Prism::ImplicitRestNode
- #=== — Prism::InNode
- #=== — Prism::IndexAndWriteNode
- #=== — Prism::IndexOperatorWriteNode
- #=== — Prism::IndexOrWriteNode
- #=== — Prism::IndexTargetNode
- #=== — Prism::InstanceVariableReadNode
- #=== — Prism::InstanceVariableTargetNode
- #=== — Prism::InstanceVariableWriteNode
- #=== — Prism::IntegerNode
- #=== — Prism::InterpolatedMatchLastLineNode
- #=== — Prism::InterpolatedRegularExpressionNode
- #=== — Prism::InterpolatedStringNode
- #=== — Prism::InterpolatedSymbolNode
- #=== — Prism::InterpolatedXStringNode
- #=== — Prism::ItLocalVariableReadNode
- #=== — Prism::ItParametersNode
- #=== — Prism::KeywordHashNode
- #=== — Prism::KeywordRestParameterNode
- #=== — Prism::LambdaNode
- #=== — Prism::LocalVariableReadNode
- #=== — Prism::LocalVariableTargetNode
- #=== — Prism::LocalVariableWriteNode
- #=== — Prism::MatchLastLineNode
- #=== — Prism::MatchPredicateNode
- #=== — Prism::MatchRequiredNode
- #=== — Prism::MatchWriteNode
- #=== — Prism::MissingNode
- #=== — Prism::ModuleNode
- #=== — Prism::MultiTargetNode
- #=== — Prism::MultiWriteNode
- #=== — Prism::NextNode
- #=== — Prism::NilNode
- #=== — Prism::NoKeywordsParameterNode
- #=== — Prism::NumberedParametersNode
- #=== — Prism::NumberedReferenceReadNode
- #=== — Prism::OptionalKeywordParameterNode
- #=== — Prism::OptionalParameterNode
- #=== — Prism::OrNode
- #=== — Prism::ParametersNode
- #=== — Prism::ParenthesesNode
- #=== — Prism::PinnedExpressionNode
- #=== — Prism::PinnedVariableNode
- #=== — Prism::PostExecutionNode
- #=== — Prism::PreExecutionNode
- #=== — Prism::ProgramNode
- #=== — Prism::RangeNode
- #=== — Prism::RationalNode
- #=== — Prism::RedoNode
- #=== — Prism::RegularExpressionNode
- #=== — Prism::RequiredKeywordParameterNode
- #=== — Prism::RequiredParameterNode
- #=== — Prism::RescueModifierNode
- #=== — Prism::RescueNode
- #=== — Prism::RestParameterNode
- #=== — Prism::RetryNode
- #=== — Prism::ReturnNode
- #=== — Prism::SelfNode
- #=== — Prism::ShareableConstantNode
- #=== — Prism::SingletonClassNode
- #=== — Prism::SourceEncodingNode
- #=== — Prism::SourceFileNode
- #=== — Prism::SourceLineNode
- #=== — Prism::SplatNode
- #=== — Prism::StatementsNode
- #=== — Prism::StringNode
- #=== — Prism::SuperNode
- #=== — Prism::SymbolNode
- #=== — Prism::TrueNode
- #=== — Prism::UndefNode
- #=== — Prism::UnlessNode
- #=== — Prism::UntilNode
- #=== — Prism::WhenNode
- #=== — Prism::WhileNode
- #=== — Prism::XStringNode
- #=== — Prism::YieldNode
- #=== — Gem::Platform
- #=== — Gem::Dependency
- #=== — Gem::Requirement
- #=== — TrueClass
- #=== — FalseClass
- #=== — Proc
- #=== — Method
- #=~ — NilClass
- #=~ — String
- #=~ — Regexp
- #=~ — Symbol
- #=~ — Gem::Platform
- #=~ — Gem::Dependency
- #=~ — Gem::Requirement
- #> — Integer
- #> — Module
- #> — Float
- #> — Set
- #> — Hash
- #> — Comparable
- #>= — Integer
- #>= — Module
- #>= — Float
- #>= — Set
- #>= — Hash
- #>= — Comparable
- #>> — Integer
- #>> — Date
- #>> — OpenSSL::BN
- #>> — IPAddr
- #>> — Proc
- #>> — Method
- #>> — Process::Status
- #Array — Kernel
- #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
- #EnumKey — Win32::Registry::API
- #EnumValue — Win32::Registry::API
- #Float — Kernel
- #FlushKey — Win32::Registry::API
- #Hash — Kernel
- #Integer — Kernel
- #JSON — Kernel
- #OpenKey — Win32::Registry::API
- #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
- #[] — Fiddle::Handle
- #[] — Fiddle::CompositeHandler
- #[] — Fiddle::Pointer
- #[] — Fiddle::CStructEntity
- #[] — JSON::Ext::Generator::State
- #[] — OpenStruct
- #[] — Struct
- #[] — Symbol
- #[] — JSON::GenericObject
- #[] — OpenSSL::Config
- #[] — Psych::Coder
- #[] — Ripper::Lexer::State
- #[] — Ripper::Lexer::Elem
- #[] — StringScanner
- #[] — Win32::Registry
- #[] — WIN32OLE
- #[] — WIN32OLE::Variant
- #[] — Hash
- #[] — CGI::Session
- #[] — IRB::EvalHistory
- #[] — MatchData
- #[] — Prism::CodeUnitsCache
- #[] — PStore
- #[] — Reline::Face::Config
- #[] — Reline::History
- #[] — Resolv::DNS::SvcParams
- #[] — Gem::CommandManager
- #[] — Gem::ConfigFile
- #[] — Gem::TargetRbConfig
- #[] — SyntaxSuggest::LexAll
- #[] — YAML::DBM
- #[] — Proc
- #[] — Method
- #[] — Ractor
- #[] — Thread
- #[] — ObjectSpace::WeakMap
- #[] — ObjectSpace::WeakKeyMap
- #[] — Fiddle::Importer
- #[] — CGI::QueryExtension
- #[] — Net::HTTPHeader
- #[]= — Array
- #[]= — String
- #[]= — Fiddle::Pointer
- #[]= — Fiddle::StructArray
- #[]= — Fiddle::CStructEntity
- #[]= — JSON::Ext::Generator::State
- #[]= — OpenStruct
- #[]= — Struct
- #[]= — JSON::GenericObject
- #[]= — Psych::Coder
- #[]= — Win32::Registry
- #[]= — WIN32OLE
- #[]= — WIN32OLE::Variant
- #[]= — Hash
- #[]= — CGI::Session
- #[]= — PStore
- #[]= — Reline::History
- #[]= — Gem::ConfigFile
- #[]= — YAML::DBM
- #[]= — Ractor
- #[]= — Thread
- #[]= — ObjectSpace::WeakMap
- #[]= — ObjectSpace::WeakKeyMap
- #[]= — Net::HTTPHeader
- #^ — Integer
- #^ — NilClass
- #^ — Set
- #^ — IO::Buffer
- #^ — TrueClass
- #^ — FalseClass
- #__callee__ — Kernel
- #__dir__ — Kernel
- #__evaluate__ — IRB::WorkSpace
- #__getobj__ — Delegator
- #__getobj__ — SimpleDelegator
- #__id__ — BasicObject
- #__id__ — Ractor::MovedObject
- #__method__ — Kernel
- #__raise__ — Delegator
- #__send__ — BasicObject
- #__send__ — Ractor::MovedObject
- #__setobj__ — Delegator
- #__setobj__ — SimpleDelegator
- #_dump — Win32::Registry
- #_dump — Gem::Specification
- #_dump — OpenSSL::Marshal
- #_dump — Singleton::SingletonInstanceMethods
- #_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
- #_getproperty — WIN32OLE
- #_gets_noecho — Gem::StreamUI
- #_invoke — WIN32OLE
- #_ipv4_compat? — IPAddr
- #_load — OpenSSL::Marshal::ClassMethods
- #_native_parse — Psych::Parser
- #_no_crlf_check — CGI
- #_reverse — IPAddr
- #_segments — Gem::Version
- #_set_last_value — IRB::Context
- #_setproperty — WIN32OLE
- #_sorted_requirements — Gem::Requirement
- #_tilde_requirements — Gem::Requirement
- #_to_string — IPAddr
- #_wait — Ractor::Selector
- #` — Kernel
- #a — CGI::HtmlExtension
- #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 — 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
- #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 — OptionParser
- #accept — Prism::ClassVariableAndWriteNode
- #accept — Prism::ClassVariableOrWriteNode
- #accept — Prism::ClassVariableOperatorWriteNode
- #accept — Prism::ConstantAndWriteNode
- #accept — Prism::ConstantOrWriteNode
- #accept — Prism::ConstantOperatorWriteNode
- #accept — Prism::GlobalVariableAndWriteNode
- #accept — Prism::GlobalVariableOrWriteNode
- #accept — Prism::GlobalVariableOperatorWriteNode
- #accept — Prism::InstanceVariableAndWriteNode
- #accept — Prism::InstanceVariableOrWriteNode
- #accept — Prism::InstanceVariableOperatorWriteNode
- #accept — Prism::LocalVariableAndWriteNode
- #accept — Prism::LocalVariableOrWriteNode
- #accept — Prism::LocalVariableOperatorWriteNode
- #accept — Prism::Node
- #accept — Prism::AliasGlobalVariableNode
- #accept — Prism::AliasMethodNode
- #accept — Prism::AlternationPatternNode
- #accept — Prism::AndNode
- #accept — Prism::ArgumentsNode
- #accept — Prism::ArrayNode
- #accept — Prism::ArrayPatternNode
- #accept — Prism::AssocNode
- #accept — Prism::AssocSplatNode
- #accept — Prism::BackReferenceReadNode
- #accept — Prism::BeginNode
- #accept — Prism::BlockArgumentNode
- #accept — Prism::BlockLocalVariableNode
- #accept — Prism::BlockNode
- #accept — Prism::BlockParameterNode
- #accept — Prism::BlockParametersNode
- #accept — Prism::BreakNode
- #accept — Prism::CallAndWriteNode
- #accept — Prism::CallNode
- #accept — Prism::CallOperatorWriteNode
- #accept — Prism::CallOrWriteNode
- #accept — Prism::CallTargetNode
- #accept — Prism::CapturePatternNode
- #accept — Prism::CaseMatchNode
- #accept — Prism::CaseNode
- #accept — Prism::ClassNode
- #accept — Prism::ClassVariableReadNode
- #accept — Prism::ClassVariableTargetNode
- #accept — Prism::ClassVariableWriteNode
- #accept — Prism::ConstantPathAndWriteNode
- #accept — Prism::ConstantPathNode
- #accept — Prism::ConstantPathOperatorWriteNode
- #accept — Prism::ConstantPathOrWriteNode
- #accept — Prism::ConstantPathTargetNode
- #accept — Prism::ConstantPathWriteNode
- #accept — Prism::ConstantReadNode
- #accept — Prism::ConstantTargetNode
- #accept — Prism::ConstantWriteNode
- #accept — Prism::DefNode
- #accept — Prism::DefinedNode
- #accept — Prism::ElseNode
- #accept — Prism::EmbeddedStatementsNode
- #accept — Prism::EmbeddedVariableNode
- #accept — Prism::EnsureNode
- #accept — Prism::FalseNode
- #accept — Prism::FindPatternNode
- #accept — Prism::FlipFlopNode
- #accept — Prism::FloatNode
- #accept — Prism::ForNode
- #accept — Prism::ForwardingArgumentsNode
- #accept — Prism::ForwardingParameterNode
- #accept — Prism::ForwardingSuperNode
- #accept — Prism::GlobalVariableReadNode
- #accept — Prism::GlobalVariableTargetNode
- #accept — Prism::GlobalVariableWriteNode
- #accept — Prism::HashNode
- #accept — Prism::HashPatternNode
- #accept — Prism::IfNode
- #accept — Prism::ImaginaryNode
- #accept — Prism::ImplicitNode
- #accept — Prism::ImplicitRestNode
- #accept — Prism::InNode
- #accept — Prism::IndexAndWriteNode
- #accept — Prism::IndexOperatorWriteNode
- #accept — Prism::IndexOrWriteNode
- #accept — Prism::IndexTargetNode
- #accept — Prism::InstanceVariableReadNode
- #accept — Prism::InstanceVariableTargetNode
- #accept — Prism::InstanceVariableWriteNode
- #accept — Prism::IntegerNode
- #accept — Prism::InterpolatedMatchLastLineNode
- #accept — Prism::InterpolatedRegularExpressionNode
- #accept — Prism::InterpolatedStringNode
- #accept — Prism::InterpolatedSymbolNode
- #accept — Prism::InterpolatedXStringNode
- #accept — Prism::ItLocalVariableReadNode
- #accept — Prism::ItParametersNode
- #accept — Prism::KeywordHashNode
- #accept — Prism::KeywordRestParameterNode
- #accept — Prism::LambdaNode
- #accept — Prism::LocalVariableReadNode
- #accept — Prism::LocalVariableTargetNode
- #accept — Prism::LocalVariableWriteNode
- #accept — Prism::MatchLastLineNode
- #accept — Prism::MatchPredicateNode
- #accept — Prism::MatchRequiredNode
- #accept — Prism::MatchWriteNode
- #accept — Prism::MissingNode
- #accept — Prism::ModuleNode
- #accept — Prism::MultiTargetNode
- #accept — Prism::MultiWriteNode
- #accept — Prism::NextNode
- #accept — Prism::NilNode
- #accept — Prism::NoKeywordsParameterNode
- #accept — Prism::NumberedParametersNode
- #accept — Prism::NumberedReferenceReadNode
- #accept — Prism::OptionalKeywordParameterNode
- #accept — Prism::OptionalParameterNode
- #accept — Prism::OrNode
- #accept — Prism::ParametersNode
- #accept — Prism::ParenthesesNode
- #accept — Prism::PinnedExpressionNode
- #accept — Prism::PinnedVariableNode
- #accept — Prism::PostExecutionNode
- #accept — Prism::PreExecutionNode
- #accept — Prism::ProgramNode
- #accept — Prism::RangeNode
- #accept — Prism::RationalNode
- #accept — Prism::RedoNode
- #accept — Prism::RegularExpressionNode
- #accept — Prism::RequiredKeywordParameterNode
- #accept — Prism::RequiredParameterNode
- #accept — Prism::RescueModifierNode
- #accept — Prism::RescueNode
- #accept — Prism::RestParameterNode
- #accept — Prism::RetryNode
- #accept — Prism::ReturnNode
- #accept — Prism::SelfNode
- #accept — Prism::ShareableConstantNode
- #accept — Prism::SingletonClassNode
- #accept — Prism::SourceEncodingNode
- #accept — Prism::SourceFileNode
- #accept — Prism::SourceLineNode
- #accept — Prism::SplatNode
- #accept — Prism::StatementsNode
- #accept — Prism::StringNode
- #accept — Prism::SuperNode
- #accept — Prism::SymbolNode
- #accept — Prism::TrueNode
- #accept — Prism::UndefNode
- #accept — Prism::UnlessNode
- #accept — Prism::UntilNode
- #accept — Prism::WhenNode
- #accept — Prism::WhileNode
- #accept — Prism::XStringNode
- #accept — Prism::YieldNode
- #accept_nonblock — OpenSSL::SSL::SSLSocket
- #accept_nonblock — Socket
- #accept_nonblock — TCPServer
- #accept_nonblock — UNIXServer
- #accept_uri_http — Gem::LocalRemoteOptions
- #activate — IRB::Debug::UI
- #activate — Gem::Specification
- #activate! — Gem::Commands::ExecCommand
- #activate_dependencies — Gem::Specification
- #activated? — Gem::BasicSpecification
- #active_count — Gem::DependencyList
- #add — Set
- #add — OpenSSL::PKey::EC::Point
- #add — Psych::Coder
- #add — Socket::HostnameResolutionResult
- #add — Benchmark::Tms
- #add — Logger
- #add — Reline::KeyActor::Base
- #add — Resolv::DNS::SvcParams
- #add — Gem::AvailableSet
- #add — Gem::DependencyList
- #add — Gem::Resolver::RequirementList
- #add — Ractor::Selector
- #add — ThreadGroup
- #add! — Benchmark::Tms
- #add? — Set
- #add_GIT — Gem::RequestSet::Lockfile
- #add_access_control_headers — Gem::GemcutterUtilities::WebauthnListener::Response
- #add_access_control_headers — Gem::GemcutterUtilities::WebauthnListener::MethodNotAllowedResponse
- #add_alias — RDoc::Parser::C
- #add_alias — RDoc::Stats
- #add_alias_method — RDoc::Parser::PrismRuby
- #add_always_install — Gem::Resolver::InstallerSet
- #add_attribute — OpenSSL::X509::Request
- #add_attribute — RDoc::Stats
- #add_attributes — RDoc::Parser::PrismRuby
- #add_bindir — Gem::Specification
- #add_body — Gem::GemcutterUtilities::WebauthnListener::Response
- #add_bulk_threshold_option — Gem::LocalRemoteOptions
- #add_c_enclosure — RDoc::Store
- #add_c_variables — RDoc::Store
- #add_category_to_output — IRB::Command::Help
- #add_cert — OpenSSL::X509::Store
- #add_certid — OpenSSL::OCSP::Request
- #add_certificate — OpenSSL::SSL::SSLContext
- #add_certificate — OpenSSL::PKCS7
- #add_checksums — Gem::Package
- #add_class — RDoc::Stats
- #add_clear_sources_option — Gem::LocalRemoteOptions
- #add_connection_header — Gem::GemcutterUtilities::WebauthnListener::Response
- #add_constant — RDoc::Parser::PrismRuby
- #add_constant — RDoc::Stats
- #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_entry — OpenSSL::X509::Name
- #add_error — Socket::HostnameResolutionStore
- #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_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::Parser::PrismRuby
- #add_method — RDoc::Stats
- #add_module — RDoc::Stats
- #add_module_or_class — RDoc::Parser::PrismRuby
- #add_nonce — OpenSSL::OCSP::Request
- #add_nonce — OpenSSL::OCSP::BasicResponse
- #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_proxy_option — Gem::LocalRemoteOptions
- #add_query_options — Gem::QueryUtils
- #add_recipient — OpenSSL::PKCS7
- #add_regexp_handling — RDoc::Markup
- #add_resolved — Socket::HostnameResolutionStore
- #add_revoked — OpenSSL::X509::CRL
- #add_runtime_dependency — Gem::Specification
- #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_spec — Gem::SpecificationRecord
- #add_status — OpenSSL::OCSP::BasicResponse
- #add_symlink — Gem::Package::TarWriter
- #add_token — RDoc::TokenStream
- #add_token_listener — RDoc::Parser::RubyTools
- #add_tokens — RDoc::TokenStream
- #add_trace_func — Thread
- #add_update_sources_option — Gem::LocalRemoteOptions
- #add_version_option — Gem::VersionOption
- #add_word_pair — RDoc::Markup
- #additional_message — OptionParser
- #addr — Socket::Ifaddr
- #addr — IPSocket
- #addr — UNIXSocket
- #addr — OpenSSL::SSL::SocketForwarder
- #addr_mask — IPAddr
- #addr_port — Net::HTTP
- #address_resolve — Fiber::Scheduler
- #adjoin — Prism::Location
- #adler — Zlib::ZStream
- #advise — IO
- #afamily — Addrinfo
- #after_fork_parent — IRB::Debug::UI
- #after_lines — SyntaxSuggest::ScanHistory
- #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_global_variable_node — Prism::DSL
- #alias_method — Module
- #alias_method_node — Prism::DSL
- #alias_mode? — Resolv::DNS::Resource::IN::ServiceBinding
- #alien — Gem::Validator
- #alive? — Fiber
- #alive? — Thread
- #all — Gem::SpecificationRecord
- #all= — Gem::SpecificationRecord
- #all? — Array
- #all? — Enumerable
- #all_classes — RDoc::Store
- #all_classes_and_modules — RDoc::Store
- #all_files — RDoc::Store
- #all_modules — RDoc::Store
- #all_names — Gem::SpecificationRecord
- #all_specs — Gem::AvailableSet
- #all_tokens — RubyVM::AbstractSyntaxTree::Node
- #allbits? — Integer
- #allbits? — Ripper::Lexer::State
- #allocate — Class
- #allow_missing? — Gem::Resolver
- #allow_nan? — JSON::Ext::Generator::State
- #alphanumeric — Random::Formatter
- #alpn_protocol — OpenSSL::SSL::SSLSocket
- #alternation_pattern_node — Prism::DSL
- #ambiguous_width — Reline::Core
- #amjd — Date
- #amount_constrained — Gem::Resolver
- #ancestors — Module
- #ancestors — RDoc::Store
- #and! — IO::Buffer
- #and_node — Prism::DSL
- #angle — Complex
- #angle — Numeric
- #angle — Float
- #announce_deletion_of — Gem::Uninstaller
- #any? — Array
- #any? — Hash
- #any? — Enumerable
- #any_addrinfos? — Socket::HostnameResolutionStore
- #any_unresolved_family? — Socket::HostnameResolutionStore
- #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 — Reline::KillRing
- #append_as_bytes — String
- #append_cflags — MakeMakefile
- #append_features — Module
- #append_features — Singleton::SingletonClassProperties
- #append_field_value — Net::HTTPHeader
- #append_ldflags — MakeMakefile
- #approximate_recommendation — Gem::Version
- #arg — Complex
- #arg — Numeric
- #arg — Float
- #args — NoMethodError
- #args — Gem::QueryUtils
- #args_directive — RDoc::MarkupReference
- #argumentable? — Reline::LineEditor
- #arguments — Gem::Command
- #arguments_node — Prism::DSL
- #arguments_node_flag — Prism::DSL
- #argv — ARGF
- #arity — Proc
- #arity — Method
- #arity — UnboundMethod
- #array_nl — JSON::Ext::Generator::State
- #array_nl= — JSON::Ext::Generator::State
- #array_node — Prism::DSL
- #array_node_flag — Prism::DSL
- #array_pattern_node — Prism::DSL
- #as_json — Complex
- #as_json — Exception
- #as_json — Date
- #as_json — DateTime
- #as_json — Time
- #as_json — BigDecimal
- #as_json — OpenStruct
- #as_json — Range
- #as_json — Rational
- #as_json — Regexp
- #as_json — Set
- #as_json — Struct
- #as_json — Symbol
- #as_json — JSON::GenericObject
- #ascend — Pathname
- #ascii_8bit? — Prism::InterpolatedMatchLastLineNode
- #ascii_8bit? — Prism::InterpolatedRegularExpressionNode
- #ascii_8bit? — Prism::MatchLastLineNode
- #ascii_8bit? — Prism::RegularExpressionNode
- #ascii_compatible? — Encoding
- #ascii_only? — String
- #ascii_only? — JSON::Ext::Generator::State
- #asctime — Date
- #asctime — Time
- #ask — IRB::Debug::UI
- #ask — Gem::StreamUI
- #ask — Gem::UserInteraction
- #ask_for_password — Gem::StreamUI
- #ask_for_password — Gem::UserInteraction
- #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
- #assoc — Array
- #assoc — Hash
- #assoc_node — Prism::DSL
- #assoc_splat_node — Prism::DSL
- #at — Array
- #at_exit — Kernel
- #atime — File
- #atime — Pathname
- #atime — File::Stat
- #attach! — Prism::ParseResult::Comments
- #attach_comments! — Prism::ParseResult
- #attached_object — Class
- #attr — Module
- #attr_accessor — Module
- #attr_reader — Module
- #attr_writer — Module
- #attribute_write? — Prism::CallAndWriteNode
- #attribute_write? — Prism::CallNode
- #attribute_write? — Prism::CallOperatorWriteNode
- #attribute_write? — Prism::CallOrWriteNode
- #attribute_write? — Prism::CallTargetNode
- #attribute_write? — Prism::IndexAndWriteNode
- #attribute_write? — Prism::IndexOperatorWriteNode
- #attribute_write? — Prism::IndexOrWriteNode
- #attribute_write? — Prism::IndexTargetNode
- #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::RelineInputMethod
- #auto_indent_proc= — Reline::Core
- #autoclose= — IO
- #autoclose? — IO
- #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
- #back_reference_read_node — Prism::DSL
- #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_kill_word — 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_dir_priority — Gem::BasicSpecification
- #base_label — RubyVM::InstructionSequence
- #base_label — Thread::Backtrace::Location
- #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_lines — SyntaxSuggest::ScanHistory
- #before_running_rdoc — RDoc::Task
- #begin — Enumerator::ArithmeticSequence
- #begin — Range
- #begin — MatchData
- #begin_adding — RDoc::Stats
- #begin_addr — IPAddr
- #begin_keyword — Prism::BeginNode
- #begin_keyword_loc — Prism::BeginNode
- #begin_modifier? — Prism::UntilNode
- #begin_modifier? — Prism::WhileNode
- #begin_node — Prism::DSL
- #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
- #binary? — Psych::Visitors::YAMLTree
- #binary? — Prism::IntegerNode
- #binary? — Prism::RationalNode
- #binary_file? — IRB::SourceFinder::Source
- #binary_operator_loc — Prism::ClassVariableOperatorWriteNode
- #binary_operator_loc — Prism::ConstantOperatorWriteNode
- #binary_operator_loc — Prism::GlobalVariableOperatorWriteNode
- #binary_operator_loc — Prism::InstanceVariableOperatorWriteNode
- #binary_operator_loc — Prism::LocalVariableOperatorWriteNode
- #binary_operator_loc — Prism::CallOperatorWriteNode
- #binary_operator_loc — Prism::ConstantPathOperatorWriteNode
- #binary_operator_loc — Prism::IndexOperatorWriteNode
- #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
- #binmode — IO
- #binmode — StringIO
- #binmode — ARGF
- #binmode? — IO
- #binmode? — ARGF
- #binread — Pathname
- #binwrite — Pathname
- #birthtime — File
- #birthtime — Pathname
- #birthtime — File::Stat
- #bit_length — Integer
- #bit_set? — OpenSSL::BN
- #blksize — File::Stat
- #block — Fiber::Scheduler
- #block_argument_node — Prism::DSL
- #block_given? — Kernel
- #block_length — Digest::Base
- #block_length — Digest::SHA2
- #block_length — OpenSSL::Digest
- #block_length — Digest::Instance
- #block_local_variable_node — Prism::DSL
- #block_node — Prism::DSL
- #block_parameter_node — Prism::DSL
- #block_parameters_node — Prism::DSL
- #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 — Gem::GemcutterUtilities::WebauthnListener::Response
- #body — Gem::GemcutterUtilities::WebauthnListener::OkResponse
- #body — Gem::GemcutterUtilities::WebauthnListener::BadRequestResponse
- #body= — Net::HTTPGenericRequest
- #body= — Net::HTTPResponse
- #body_encoding= — Net::HTTPResponse
- #body_stream= — Net::HTTPGenericRequest
- #bold — IRB::Command::ShowSource
- #bool — Socket::Option
- #both? — Gem::LocalRemoteOptions
- #both_tty? — Reline::ANSI
- #bottom — IRB::Frame
- #bounds — Prism::Translation::Ripper
- #breadth_first_search — Prism::Node
- #break_node — Prism::DSL
- #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
- #bubble_down — SyntaxSuggest::PriorityQueue
- #bubble_up — SyntaxSuggest::PriorityQueue
- #bubblebabble — Digest::Instance
- #buffer_empty? — Reline::LineEditor
- #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_ast — Prism::Translation::Parser
- #build_comments — Prism::Translation::Parser
- #build_completor — IRB::Context
- #build_env — Gem::Ext::CargoBuilder
- #build_exception — Psych::Visitors::ToRuby
- #build_extensions — Gem::Ext::Builder
- #build_extensions — Gem::Installer
- #build_gem — Gem::Commands::BuildCommand
- #build_gem — Gem::Commands::RebuildCommand
- #build_heading — RDoc::TomDoc
- #build_http_response — Gem::GemcutterUtilities::WebauthnListener::Response
- #build_info_dir — Gem::Specification
- #build_info_file — Gem::Specification
- #build_message — Gem::MissingSpecError
- #build_message — Gem::MissingSpecVersionError
- #build_offset_cache — Prism::Translation::Parser
- #build_package — Gem::Commands::BuildCommand
- #build_package — Gem::Commands::RebuildCommand
- #build_paragraph — RDoc::TomDoc
- #build_path_query — URI::LDAP
- #build_range — Prism::Translation::Parser
- #build_statement — IRB::Irb
- #build_tokens — Prism::Translation::Parser
- #build_type_completor — IRB::Context
- #build_verbatim — RDoc::TomDoc
- #bump — Gem::Version
- #byte — Socket::Option
- #byte_pointer= — Reline::LineEditor
- #bytebegin — MatchData
- #byteend — MatchData
- #byteindex — String
- #byteinsert — Reline::LineEditor
- #byteoffset — MatchData
- #byterindex — String
- #bytes — String
- #bytes — Random
- #bytes_read — Gem::Package::TarReader::Entry
- #bytesize — String
- #byteslice — String
- #byteslice! — Reline::LineEditor
- #bytesplice — String
- #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
- #cached_end_code_units_column — Prism::Location
- #cached_end_code_units_offset — Prism::Location
- #cached_start_code_units_column — Prism::Location
- #cached_start_code_units_offset — Prism::Location
- #calculate — RDoc::Stats
- #calculate_checksum — Gem::Package::TarHeader
- #calculate_nearest_cursor — Reline::LineEditor
- #calculate_overlay_levels — Reline::LineEditor
- #calculate_width — Reline::LineEditor
- #call — Continuation
- #call — Fiddle::Function
- #call — Fiddle::Closure::BlockCaller
- #call — Logger::Formatter
- #call — Reline::Windows::Win32API
- #call — Reline::LineEditor::DialogProcScope
- #call — Reline::LineEditor::Dialog
- #call — SyntaxSuggest::BlockExpand
- #call — SyntaxSuggest::Capture::BeforeAfterKeywordEnds
- #call — SyntaxSuggest::Capture::FallingIndentLines
- #call — SyntaxSuggest::CaptureCodeContext
- #call — SyntaxSuggest::CleanDocument
- #call — SyntaxSuggest::Cli
- #call — SyntaxSuggest::CodeSearch
- #call — SyntaxSuggest::DisplayCodeWithLineNumbers
- #call — SyntaxSuggest::DisplayInvalidBlocks
- #call — SyntaxSuggest::ExplainSyntax
- #call — SyntaxSuggest::PathnameFromMessage
- #call — SyntaxSuggest::RipperErrors
- #call — Proc
- #call — Method
- #call_and_write_node — Prism::DSL
- #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_method — Gem::SafeMarshal::Visitors::ToRuby
- #call_node — Prism::DSL
- #call_node_flag — Prism::DSL
- #call_operator — Prism::CallAndWriteNode
- #call_operator — Prism::CallNode
- #call_operator — Prism::CallOperatorWriteNode
- #call_operator — Prism::CallOrWriteNode
- #call_operator — Prism::CallTargetNode
- #call_operator — Prism::IndexAndWriteNode
- #call_operator — Prism::IndexOperatorWriteNode
- #call_operator — Prism::IndexOrWriteNode
- #call_operator_loc — Prism::CallAndWriteNode
- #call_operator_loc — Prism::CallNode
- #call_operator_loc — Prism::CallOperatorWriteNode
- #call_operator_loc — Prism::CallOrWriteNode
- #call_operator_loc — Prism::CallTargetNode
- #call_operator_loc — Prism::IndexAndWriteNode
- #call_operator_loc — Prism::IndexOperatorWriteNode
- #call_operator_loc — Prism::IndexOrWriteNode
- #call_operator_write_node — Prism::DSL
- #call_or_write_node — Prism::DSL
- #call_seq_directive — RDoc::MarkupReference
- #call_target_node — Prism::DSL
- #call_with_console_handle — Reline::Windows
- #callcc — Kernel
- #callee_id — TracePoint
- #caller — Kernel
- #caller_locations — Kernel
- #can_skip_check? — SyntaxSuggest::CodeFrontier
- #candidate — OptionParser
- #canonical — Psych::Emitter
- #canonical= — Psych::Emitter
- #canonical_each — Net::HTTPHeader
- #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
- #capture_before_after_kws — SyntaxSuggest::CaptureCodeContext
- #capture_falling_indent — SyntaxSuggest::CaptureCodeContext
- #capture_first_kw_end_same_indent — SyntaxSuggest::CaptureCodeContext
- #capture_last_end_same_indent — SyntaxSuggest::CaptureCodeContext
- #capture_pattern_node — Prism::DSL
- #captures — StringScanner
- #captures — MatchData
- #cargo — Gem::Ext::CargoBuilder
- #cargo_command — Gem::Ext::CargoBuilder
- #cargo_crate_name — Gem::Ext::CargoBuilder
- #cargo_dylib_path — Gem::Ext::CargoBuilder
- #cargo_rustc_args — Gem::Ext::CargoBuilder
- #case_keyword — Prism::CaseMatchNode
- #case_keyword — Prism::CaseNode
- #case_keyword_loc — Prism::CaseMatchNode
- #case_keyword_loc — Prism::CaseNode
- #case_match_node — Prism::DSL
- #case_node — Prism::DSL
- #casecmp — String
- #casecmp — Symbol
- #casecmp? — String
- #casecmp? — Symbol
- #casefold? — Regexp
- #catch — Kernel
- #cause — Exception
- #ccm_data_len= — OpenSSL::Cipher
- #cd — FileUtils
- #ceil — Integer
- #ceil — Numeric
- #ceil — Float
- #ceil — Time
- #ceil — Rational
- #ceildiv — Integer
- #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_method_to_module_function — RDoc::Parser::PrismRuby
- #change_method_visibility — RDoc::Parser::PrismRuby
- #change_workspace — IRB::Context
- #changed? — SyntaxSuggest::ScanHistory
- #char — Reline::Windows::KeyEventRecord
- #character_column — Prism::Source
- #character_column — Prism::ASCIISource
- #character_offset — Prism::Source
- #character_offset — Prism::ASCIISource
- #chardev? — Pathname
- #chardev? — File::Stat
- #chardev? — FileTest
- #charpos — StringScanner
- #chars — String
- #charset — OpenURI::Meta
- #chdir — Dir
- #chdir — FileUtils
- #check — StringScanner
- #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_executable — Gem::Commands::ExecCommand
- #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_input_event — Reline::Windows
- #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_mode_string — Reline::LineEditor
- #check_multiline_prompt — Reline::LineEditor
- #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_scheme — URI::Generic
- #check_shift_log — Logger::LogDevice
- #check_signedness — MakeMakefile
- #check_sizeof — MakeMakefile
- #check_termination — IRB::RelineInputMethod
- #check_to — URI::MailTo
- #check_trust — Gem::Security::Policy
- #check_typecode — URI::FTP
- #check_typo_squatting — Gem::Commands::SourcesCommand
- #check_until — StringScanner
- #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 — Prism::ConstantPathNode
- #child — Prism::ConstantPathTargetNode
- #child_nodes — Prism::ClassVariableAndWriteNode
- #child_nodes — Prism::ClassVariableOrWriteNode
- #child_nodes — Prism::ClassVariableOperatorWriteNode
- #child_nodes — Prism::ConstantAndWriteNode
- #child_nodes — Prism::ConstantOrWriteNode
- #child_nodes — Prism::ConstantOperatorWriteNode
- #child_nodes — Prism::GlobalVariableAndWriteNode
- #child_nodes — Prism::GlobalVariableOrWriteNode
- #child_nodes — Prism::GlobalVariableOperatorWriteNode
- #child_nodes — Prism::InstanceVariableAndWriteNode
- #child_nodes — Prism::InstanceVariableOrWriteNode
- #child_nodes — Prism::InstanceVariableOperatorWriteNode
- #child_nodes — Prism::LocalVariableAndWriteNode
- #child_nodes — Prism::LocalVariableOrWriteNode
- #child_nodes — Prism::LocalVariableOperatorWriteNode
- #child_nodes — Prism::Node
- #child_nodes — Prism::AliasGlobalVariableNode
- #child_nodes — Prism::AliasMethodNode
- #child_nodes — Prism::AlternationPatternNode
- #child_nodes — Prism::AndNode
- #child_nodes — Prism::ArgumentsNode
- #child_nodes — Prism::ArrayNode
- #child_nodes — Prism::ArrayPatternNode
- #child_nodes — Prism::AssocNode
- #child_nodes — Prism::AssocSplatNode
- #child_nodes — Prism::BackReferenceReadNode
- #child_nodes — Prism::BeginNode
- #child_nodes — Prism::BlockArgumentNode
- #child_nodes — Prism::BlockLocalVariableNode
- #child_nodes — Prism::BlockNode
- #child_nodes — Prism::BlockParameterNode
- #child_nodes — Prism::BlockParametersNode
- #child_nodes — Prism::BreakNode
- #child_nodes — Prism::CallAndWriteNode
- #child_nodes — Prism::CallNode
- #child_nodes — Prism::CallOperatorWriteNode
- #child_nodes — Prism::CallOrWriteNode
- #child_nodes — Prism::CallTargetNode
- #child_nodes — Prism::CapturePatternNode
- #child_nodes — Prism::CaseMatchNode
- #child_nodes — Prism::CaseNode
- #child_nodes — Prism::ClassNode
- #child_nodes — Prism::ClassVariableReadNode
- #child_nodes — Prism::ClassVariableTargetNode
- #child_nodes — Prism::ClassVariableWriteNode
- #child_nodes — Prism::ConstantPathAndWriteNode
- #child_nodes — Prism::ConstantPathNode
- #child_nodes — Prism::ConstantPathOperatorWriteNode
- #child_nodes — Prism::ConstantPathOrWriteNode
- #child_nodes — Prism::ConstantPathTargetNode
- #child_nodes — Prism::ConstantPathWriteNode
- #child_nodes — Prism::ConstantReadNode
- #child_nodes — Prism::ConstantTargetNode
- #child_nodes — Prism::ConstantWriteNode
- #child_nodes — Prism::DefNode
- #child_nodes — Prism::DefinedNode
- #child_nodes — Prism::ElseNode
- #child_nodes — Prism::EmbeddedStatementsNode
- #child_nodes — Prism::EmbeddedVariableNode
- #child_nodes — Prism::EnsureNode
- #child_nodes — Prism::FalseNode
- #child_nodes — Prism::FindPatternNode
- #child_nodes — Prism::FlipFlopNode
- #child_nodes — Prism::FloatNode
- #child_nodes — Prism::ForNode
- #child_nodes — Prism::ForwardingArgumentsNode
- #child_nodes — Prism::ForwardingParameterNode
- #child_nodes — Prism::ForwardingSuperNode
- #child_nodes — Prism::GlobalVariableReadNode
- #child_nodes — Prism::GlobalVariableTargetNode
- #child_nodes — Prism::GlobalVariableWriteNode
- #child_nodes — Prism::HashNode
- #child_nodes — Prism::HashPatternNode
- #child_nodes — Prism::IfNode
- #child_nodes — Prism::ImaginaryNode
- #child_nodes — Prism::ImplicitNode
- #child_nodes — Prism::ImplicitRestNode
- #child_nodes — Prism::InNode
- #child_nodes — Prism::IndexAndWriteNode
- #child_nodes — Prism::IndexOperatorWriteNode
- #child_nodes — Prism::IndexOrWriteNode
- #child_nodes — Prism::IndexTargetNode
- #child_nodes — Prism::InstanceVariableReadNode
- #child_nodes — Prism::InstanceVariableTargetNode
- #child_nodes — Prism::InstanceVariableWriteNode
- #child_nodes — Prism::IntegerNode
- #child_nodes — Prism::InterpolatedMatchLastLineNode
- #child_nodes — Prism::InterpolatedRegularExpressionNode
- #child_nodes — Prism::InterpolatedStringNode
- #child_nodes — Prism::InterpolatedSymbolNode
- #child_nodes — Prism::InterpolatedXStringNode
- #child_nodes — Prism::ItLocalVariableReadNode
- #child_nodes — Prism::ItParametersNode
- #child_nodes — Prism::KeywordHashNode
- #child_nodes — Prism::KeywordRestParameterNode
- #child_nodes — Prism::LambdaNode
- #child_nodes — Prism::LocalVariableReadNode
- #child_nodes — Prism::LocalVariableTargetNode
- #child_nodes — Prism::LocalVariableWriteNode
- #child_nodes — Prism::MatchLastLineNode
- #child_nodes — Prism::MatchPredicateNode
- #child_nodes — Prism::MatchRequiredNode
- #child_nodes — Prism::MatchWriteNode
- #child_nodes — Prism::MissingNode
- #child_nodes — Prism::ModuleNode
- #child_nodes — Prism::MultiTargetNode
- #child_nodes — Prism::MultiWriteNode
- #child_nodes — Prism::NextNode
- #child_nodes — Prism::NilNode
- #child_nodes — Prism::NoKeywordsParameterNode
- #child_nodes — Prism::NumberedParametersNode
- #child_nodes — Prism::NumberedReferenceReadNode
- #child_nodes — Prism::OptionalKeywordParameterNode
- #child_nodes — Prism::OptionalParameterNode
- #child_nodes — Prism::OrNode
- #child_nodes — Prism::ParametersNode
- #child_nodes — Prism::ParenthesesNode
- #child_nodes — Prism::PinnedExpressionNode
- #child_nodes — Prism::PinnedVariableNode
- #child_nodes — Prism::PostExecutionNode
- #child_nodes — Prism::PreExecutionNode
- #child_nodes — Prism::ProgramNode
- #child_nodes — Prism::RangeNode
- #child_nodes — Prism::RationalNode
- #child_nodes — Prism::RedoNode
- #child_nodes — Prism::RegularExpressionNode
- #child_nodes — Prism::RequiredKeywordParameterNode
- #child_nodes — Prism::RequiredParameterNode
- #child_nodes — Prism::RescueModifierNode
- #child_nodes — Prism::RescueNode
- #child_nodes — Prism::RestParameterNode
- #child_nodes — Prism::RetryNode
- #child_nodes — Prism::ReturnNode
- #child_nodes — Prism::SelfNode
- #child_nodes — Prism::ShareableConstantNode
- #child_nodes — Prism::SingletonClassNode
- #child_nodes — Prism::SourceEncodingNode
- #child_nodes — Prism::SourceFileNode
- #child_nodes — Prism::SourceLineNode
- #child_nodes — Prism::SplatNode
- #child_nodes — Prism::StatementsNode
- #child_nodes — Prism::StringNode
- #child_nodes — Prism::SuperNode
- #child_nodes — Prism::SymbolNode
- #child_nodes — Prism::TrueNode
- #child_nodes — Prism::UndefNode
- #child_nodes — Prism::UnlessNode
- #child_nodes — Prism::UntilNode
- #child_nodes — Prism::WhenNode
- #child_nodes — Prism::WhileNode
- #child_nodes — Prism::XStringNode
- #child_nodes — Prism::YieldNode
- #children — RubyVM::AbstractSyntaxTree::Node
- #children — Dir
- #children — Pathname
- #chmod — File
- #chmod — Pathname
- #chmod — FileUtils
- #chmod_R — FileUtils
- #chomp — String
- #chomp — Kernel
- #chomp! — String
- #chomped_bytesize — Prism::Translation::Parser::Compiler
- #choose — Random::Formatter
- #choose_from_list — Gem::StreamUI
- #choose_from_list — Gem::UserInteraction
- #chop — String
- #chop — Prism::Location
- #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
- #cidr — IPAddr
- #cipher — OpenSSL::SSL::SSLSocket
- #cipher — OpenSSL::Engine
- #cipher= — OpenSSL::PKCS7
- #ciphers — OpenSSL::SSL::SSLContext
- #ciphers= — OpenSSL::SSL::SSLContext
- #ciphersuites= — OpenSSL::SSL::SSLContext
- #clamp — Comparable
- #class — Win32::Registry::PredefinedKey
- #class — Kernel
- #class_eval — Module
- #class_exec — Module
- #class_file — RDoc::Store
- #class_keyword — Prism::ClassNode
- #class_keyword — Prism::SingletonClassNode
- #class_keyword_loc — Prism::ClassNode
- #class_keyword_loc — Prism::SingletonClassNode
- #class_methods — RDoc::Store
- #class_names — DidYouMean::ClassNameChecker
- #class_node — Prism::DSL
- #class_path — RDoc::Store
- #class_variable_and_write_node — Prism::DSL
- #class_variable_defined? — Module
- #class_variable_get — Module
- #class_variable_operator_write_node — Prism::DSL
- #class_variable_or_write_node — Prism::DSL
- #class_variable_read_node — Prism::DSL
- #class_variable_set — Module
- #class_variable_target_node — Prism::DSL
- #class_variable_write_node — Prism::DSL
- #class_variable_write_type — Prism::Translation::RubyParser::Compiler
- #class_variables — Module
- #classes_hash — RDoc::Store
- #classify — Set
- #clean_gems — Gem::Commands::CleanupCommand
- #clean_sweep — SyntaxSuggest::CleanDocument
- #clean_text — Gem::Text
- #cleanpath — Pathname
- #cleanup — OpenSSL::X509::StoreContext
- #cleanup_waiting — Reline::LineEditor
- #clear — Array
- #clear — String
- #clear — Fiddle::Pinned
- #clear — Set
- #clear — Hash
- #clear — IO::Buffer
- #clear — Reline::KeyActor::Base
- #clear — Gem::DependencyList
- #clear — Gem::SourceList
- #clear — Ractor::Selector
- #clear — Thread::Queue
- #clear — Thread::SizedQueue
- #clear — ObjectSpace::WeakKeyMap
- #clear_bit! — OpenSSL::BN
- #clear_dialogs — Reline::LineEditor
- #clear_rendered_screen_cache — Reline::LineEditor
- #clear_screen — IO
- #clear_screen — Reline::ANSI
- #clear_screen — Reline::Dumb
- #clear_screen — Reline::Windows
- #clear_screen — Reline::LineEditor
- #cleared? — Fiddle::Pinned
- #client_ca — OpenSSL::SSL::SSLSocket
- #client_cert_cb — OpenSSL::SSL::SSLSocket
- #clobber_task_description — RDoc::Task
- #clobber_task_name — RDoc::Task
- #clone — Numeric
- #clone — Method
- #clone — UnboundMethod
- #clone — Kernel
- #clone — Singleton::SingletonInstanceMethods
- #close — Dir
- #close — IO
- #close — Fiddle::Handle
- #close — OpenSSL::SSL::SSLServer
- #close — Socket::HostnameResolutionResult
- #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 — Fiber::Scheduler
- #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= — OpenSSL::SSL::SocketForwarder
- #close_on_exec? — IO
- #close_on_exec? — OpenSSL::SSL::SocketForwarder
- #close_outgoing — Ractor
- #close_read — IO
- #close_read — OpenSSL::SSL::SSLSocket
- #close_read — BasicSocket
- #close_read — StringIO
- #close_write — IO
- #close_write — OpenSSL::SSL::SSLSocket
- #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
- #closing — Prism::ArrayNode
- #closing — Prism::ArrayPatternNode
- #closing — Prism::BlockNode
- #closing — Prism::BlockParametersNode
- #closing — Prism::CallNode
- #closing — Prism::EmbeddedStatementsNode
- #closing — Prism::FindPatternNode
- #closing — Prism::HashNode
- #closing — Prism::HashPatternNode
- #closing — Prism::IndexAndWriteNode
- #closing — Prism::IndexOperatorWriteNode
- #closing — Prism::IndexOrWriteNode
- #closing — Prism::IndexTargetNode
- #closing — Prism::InterpolatedMatchLastLineNode
- #closing — Prism::InterpolatedRegularExpressionNode
- #closing — Prism::InterpolatedStringNode
- #closing — Prism::InterpolatedSymbolNode
- #closing — Prism::InterpolatedXStringNode
- #closing — Prism::LambdaNode
- #closing — Prism::MatchLastLineNode
- #closing — Prism::ParenthesesNode
- #closing — Prism::PostExecutionNode
- #closing — Prism::PreExecutionNode
- #closing — Prism::RegularExpressionNode
- #closing — Prism::StringNode
- #closing — Prism::SymbolNode
- #closing — Prism::UntilNode
- #closing — Prism::WhileNode
- #closing — Prism::XStringNode
- #closing_loc — Prism::ArrayNode
- #closing_loc — Prism::ArrayPatternNode
- #closing_loc — Prism::BlockNode
- #closing_loc — Prism::BlockParametersNode
- #closing_loc — Prism::CallNode
- #closing_loc — Prism::EmbeddedStatementsNode
- #closing_loc — Prism::FindPatternNode
- #closing_loc — Prism::HashNode
- #closing_loc — Prism::HashPatternNode
- #closing_loc — Prism::IndexAndWriteNode
- #closing_loc — Prism::IndexOperatorWriteNode
- #closing_loc — Prism::IndexOrWriteNode
- #closing_loc — Prism::IndexTargetNode
- #closing_loc — Prism::InterpolatedMatchLastLineNode
- #closing_loc — Prism::InterpolatedRegularExpressionNode
- #closing_loc — Prism::InterpolatedStringNode
- #closing_loc — Prism::InterpolatedSymbolNode
- #closing_loc — Prism::InterpolatedXStringNode
- #closing_loc — Prism::LambdaNode
- #closing_loc — Prism::MatchLastLineNode
- #closing_loc — Prism::ParenthesesNode
- #closing_loc — Prism::PostExecutionNode
- #closing_loc — Prism::PreExecutionNode
- #closing_loc — Prism::RegularExpressionNode
- #closing_loc — Prism::StringNode
- #closing_loc — Prism::SymbolNode
- #closing_loc — Prism::UntilNode
- #closing_loc — Prism::WhileNode
- #closing_loc — Prism::XStringNode
- #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 — IRB::Statement::EmptyInput
- #code — Gem::GemcutterUtilities::WebauthnListener::Response
- #code — Gem::GemcutterUtilities::WebauthnListener::OkResponse
- #code — Gem::GemcutterUtilities::WebauthnListener::NoContentResponse
- #code — Gem::GemcutterUtilities::WebauthnListener::BadRequestResponse
- #code — Gem::GemcutterUtilities::WebauthnListener::NotFoundResponse
- #code — Gem::GemcutterUtilities::WebauthnListener::MethodNotAllowedResponse
- #code_around_binding — IRB::WorkSpace
- #code_block — SyntaxSuggest::AroundBlockScan
- #code_units_cache — Prism::Source
- #code_units_cache — Prism::ASCIISource
- #code_units_cache — Prism::Result
- #code_units_column — Prism::Source
- #code_units_column — Prism::ASCIISource
- #code_units_offset — Prism::Source
- #code_units_offset — Prism::ASCIISource
- #code_with_context — SyntaxSuggest::DisplayInvalidBlocks
- #codepoints — String
- #coerce — Integer
- #coerce — Numeric
- #coerce — Float
- #coerce — OpenSSL::BN
- #coerce — URI::Generic
- #coerce_other — IPAddr
- #cofactor — OpenSSL::PKey::EC::Group
- #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
- #colorize_input — IRB::Context
- #colorized_content — IRB::SourceFinder::Source
- #column — Ripper::Filter
- #column — Prism::Source
- #combination — Array
- #combine_and — Prism::Pattern
- #combine_or — Prism::Pattern
- #comma_breakable — PP::PPMethods
- #command? — IRB::Irb
- #command? — Prism::Translation::Ripper
- #command_names — Gem::CommandManager
- #comment — Zlib::GzipFile
- #comment= — Zlib::GzipWriter
- #comment= — RDoc::CodeObject
- #comment_targets — Prism::ClassVariableAndWriteNode
- #comment_targets — Prism::ClassVariableOrWriteNode
- #comment_targets — Prism::ClassVariableOperatorWriteNode
- #comment_targets — Prism::ConstantAndWriteNode
- #comment_targets — Prism::ConstantOrWriteNode
- #comment_targets — Prism::ConstantOperatorWriteNode
- #comment_targets — Prism::GlobalVariableAndWriteNode
- #comment_targets — Prism::GlobalVariableOrWriteNode
- #comment_targets — Prism::GlobalVariableOperatorWriteNode
- #comment_targets — Prism::InstanceVariableAndWriteNode
- #comment_targets — Prism::InstanceVariableOrWriteNode
- #comment_targets — Prism::InstanceVariableOperatorWriteNode
- #comment_targets — Prism::LocalVariableAndWriteNode
- #comment_targets — Prism::LocalVariableOrWriteNode
- #comment_targets — Prism::LocalVariableOperatorWriteNode
- #comment_targets — Prism::Node
- #comment_targets — Prism::AliasGlobalVariableNode
- #comment_targets — Prism::AliasMethodNode
- #comment_targets — Prism::AlternationPatternNode
- #comment_targets — Prism::AndNode
- #comment_targets — Prism::ArgumentsNode
- #comment_targets — Prism::ArrayNode
- #comment_targets — Prism::ArrayPatternNode
- #comment_targets — Prism::AssocNode
- #comment_targets — Prism::AssocSplatNode
- #comment_targets — Prism::BackReferenceReadNode
- #comment_targets — Prism::BeginNode
- #comment_targets — Prism::BlockArgumentNode
- #comment_targets — Prism::BlockLocalVariableNode
- #comment_targets — Prism::BlockNode
- #comment_targets — Prism::BlockParameterNode
- #comment_targets — Prism::BlockParametersNode
- #comment_targets — Prism::BreakNode
- #comment_targets — Prism::CallAndWriteNode
- #comment_targets — Prism::CallNode
- #comment_targets — Prism::CallOperatorWriteNode
- #comment_targets — Prism::CallOrWriteNode
- #comment_targets — Prism::CallTargetNode
- #comment_targets — Prism::CapturePatternNode
- #comment_targets — Prism::CaseMatchNode
- #comment_targets — Prism::CaseNode
- #comment_targets — Prism::ClassNode
- #comment_targets — Prism::ClassVariableReadNode
- #comment_targets — Prism::ClassVariableTargetNode
- #comment_targets — Prism::ClassVariableWriteNode
- #comment_targets — Prism::ConstantPathAndWriteNode
- #comment_targets — Prism::ConstantPathNode
- #comment_targets — Prism::ConstantPathOperatorWriteNode
- #comment_targets — Prism::ConstantPathOrWriteNode
- #comment_targets — Prism::ConstantPathTargetNode
- #comment_targets — Prism::ConstantPathWriteNode
- #comment_targets — Prism::ConstantReadNode
- #comment_targets — Prism::ConstantTargetNode
- #comment_targets — Prism::ConstantWriteNode
- #comment_targets — Prism::DefNode
- #comment_targets — Prism::DefinedNode
- #comment_targets — Prism::ElseNode
- #comment_targets — Prism::EmbeddedStatementsNode
- #comment_targets — Prism::EmbeddedVariableNode
- #comment_targets — Prism::EnsureNode
- #comment_targets — Prism::FalseNode
- #comment_targets — Prism::FindPatternNode
- #comment_targets — Prism::FlipFlopNode
- #comment_targets — Prism::FloatNode
- #comment_targets — Prism::ForNode
- #comment_targets — Prism::ForwardingArgumentsNode
- #comment_targets — Prism::ForwardingParameterNode
- #comment_targets — Prism::ForwardingSuperNode
- #comment_targets — Prism::GlobalVariableReadNode
- #comment_targets — Prism::GlobalVariableTargetNode
- #comment_targets — Prism::GlobalVariableWriteNode
- #comment_targets — Prism::HashNode
- #comment_targets — Prism::HashPatternNode
- #comment_targets — Prism::IfNode
- #comment_targets — Prism::ImaginaryNode
- #comment_targets — Prism::ImplicitNode
- #comment_targets — Prism::ImplicitRestNode
- #comment_targets — Prism::InNode
- #comment_targets — Prism::IndexAndWriteNode
- #comment_targets — Prism::IndexOperatorWriteNode
- #comment_targets — Prism::IndexOrWriteNode
- #comment_targets — Prism::IndexTargetNode
- #comment_targets — Prism::InstanceVariableReadNode
- #comment_targets — Prism::InstanceVariableTargetNode
- #comment_targets — Prism::InstanceVariableWriteNode
- #comment_targets — Prism::IntegerNode
- #comment_targets — Prism::InterpolatedMatchLastLineNode
- #comment_targets — Prism::InterpolatedRegularExpressionNode
- #comment_targets — Prism::InterpolatedStringNode
- #comment_targets — Prism::InterpolatedSymbolNode
- #comment_targets — Prism::InterpolatedXStringNode
- #comment_targets — Prism::ItLocalVariableReadNode
- #comment_targets — Prism::ItParametersNode
- #comment_targets — Prism::KeywordHashNode
- #comment_targets — Prism::KeywordRestParameterNode
- #comment_targets — Prism::LambdaNode
- #comment_targets — Prism::LocalVariableReadNode
- #comment_targets — Prism::LocalVariableTargetNode
- #comment_targets — Prism::LocalVariableWriteNode
- #comment_targets — Prism::MatchLastLineNode
- #comment_targets — Prism::MatchPredicateNode
- #comment_targets — Prism::MatchRequiredNode
- #comment_targets — Prism::MatchWriteNode
- #comment_targets — Prism::MissingNode
- #comment_targets — Prism::ModuleNode
- #comment_targets — Prism::MultiTargetNode
- #comment_targets — Prism::MultiWriteNode
- #comment_targets — Prism::NextNode
- #comment_targets — Prism::NilNode
- #comment_targets — Prism::NoKeywordsParameterNode
- #comment_targets — Prism::NumberedParametersNode
- #comment_targets — Prism::NumberedReferenceReadNode
- #comment_targets — Prism::OptionalKeywordParameterNode
- #comment_targets — Prism::OptionalParameterNode
- #comment_targets — Prism::OrNode
- #comment_targets — Prism::ParametersNode
- #comment_targets — Prism::ParenthesesNode
- #comment_targets — Prism::PinnedExpressionNode
- #comment_targets — Prism::PinnedVariableNode
- #comment_targets — Prism::PostExecutionNode
- #comment_targets — Prism::PreExecutionNode
- #comment_targets — Prism::ProgramNode
- #comment_targets — Prism::RangeNode
- #comment_targets — Prism::RationalNode
- #comment_targets — Prism::RedoNode
- #comment_targets — Prism::RegularExpressionNode
- #comment_targets — Prism::RequiredKeywordParameterNode
- #comment_targets — Prism::RequiredParameterNode
- #comment_targets — Prism::RescueModifierNode
- #comment_targets — Prism::RescueNode
- #comment_targets — Prism::RestParameterNode
- #comment_targets — Prism::RetryNode
- #comment_targets — Prism::ReturnNode
- #comment_targets — Prism::SelfNode
- #comment_targets — Prism::ShareableConstantNode
- #comment_targets — Prism::SingletonClassNode
- #comment_targets — Prism::SourceEncodingNode
- #comment_targets — Prism::SourceFileNode
- #comment_targets — Prism::SourceLineNode
- #comment_targets — Prism::SplatNode
- #comment_targets — Prism::StatementsNode
- #comment_targets — Prism::StringNode
- #comment_targets — Prism::SuperNode
- #comment_targets — Prism::SymbolNode
- #comment_targets — Prism::TrueNode
- #comment_targets — Prism::UndefNode
- #comment_targets — Prism::UnlessNode
- #comment_targets — Prism::UntilNode
- #comment_targets — Prism::WhenNode
- #comment_targets — Prism::WhileNode
- #comment_targets — Prism::XStringNode
- #comment_targets — Prism::YieldNode
- #comments — Prism::Location
- #commit — PStore
- #commit_if_changed — SyntaxSuggest::ScanHistory
- #compact — Array
- #compact — Enumerator::Lazy
- #compact — Hash
- #compact — Enumerable
- #compact — Fiddle::CParser
- #compact! — Array
- #compact! — Hash
- #compact_child_nodes — Prism::ClassVariableAndWriteNode
- #compact_child_nodes — Prism::ClassVariableOrWriteNode
- #compact_child_nodes — Prism::ClassVariableOperatorWriteNode
- #compact_child_nodes — Prism::ConstantAndWriteNode
- #compact_child_nodes — Prism::ConstantOrWriteNode
- #compact_child_nodes — Prism::ConstantOperatorWriteNode