:core:

: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!