:core:
-
Array
-
Bignum
-
Binding
-
Class
-
Comparable
-
Complex
-
Dir
-
Encoding
-
Encoding::Converter
-
Enumerable
-
Enumerator
-
Enumerator::Yielder
-
Exception
-
FalseClass
-
Fiber
-
File
-
File::Stat
-
FileTest
-
Fixnum
-
Float
-
GC
-
GC::Profiler
-
Hash
-
IO
-
Integer
-
Kernel
-
Marshal
-
MatchData
-
Math
-
Method
-
Module
-
Mutex
-
NilClass
-
Numeric
-
ObjectSpace
-
Proc
-
Process
-
Process::GID
-
Process::Status
-
Process::Sys
-
Process::UID
-
Random
-
Range
-
Rational
-
Regexp
-
RubyVM::InstructionSequence
-
Signal
-
String
-
Struct
-
Struct::Tms
-
Symbol
-
SystemCallError
-
Thread
-
ThreadGroup
-
Time
-
TrueClass
-
UnboundMethod
:class:
Array: - :[] - :try_convert File: - :absolute_path - :basename - :dirname - :extname - :fnmatch - :ftype - :join - :path - :readlink - :realdirpath - :realpath - :split - :stat - :symlink - :truncate - :unlink Regexp: - :compile - :escape - :last_match - :quote - :try_convert - :union String: - :try_convert Struct: - :new
:instance:
Array: - :& - :* - :+ - :- - :<< - :<=> - :== - :[] - :[]= - :assoc - :combination - :concat - :cycle - :fill - :find_index - :first - :flatten - :flatten! - :include? - :insert - :join - :last - :pack - :permutation - :pop - :product - :push - :rassoc - :repeated_combination - :repeated_permutation - :replace - :sample - :shift - :take - :unshift - :values_at - :zip - :| Encoding: - :_dump - :replicate Encoding::Converter: - :convert - :insert_output - :primitive_convert - :putback Hash: - :member? - :merge - :merge! Regexp: - :match String: - :% - :+ - :<< - :concat - :gsub - :gsub! - :insert - :match - :prepend - :replace - :scan - :squeeze - :squeeze! - :sub - :sub! - :sum - :tr - :tr! - :tr_s - :tr_s!