- IPSocket#peeraddr -- IPSocket
- IPSocket#recvfrom(len[, flags]) -- IPSocket
- IPSocket.getaddress(host) -- IPSocket
- Iconv#close -- Iconv
- Iconv#close -- ruby-src:ext/iconv/iconv.c
- Iconv#iconv(str, [ start = 0, [ length = -1 ] ]) -- Iconv
- Iconv#iconv(str, [ start = 0, [ length = -1 ] ]) -- ruby-src:ext/iconv/iconv.c
- Iconv.conv(to, from, str) -- Iconv
- Iconv.conv(to, from, str) -- ruby-src:ext/iconv/iconv.c
- Iconv.iconv(to, from, *strs) -- Iconv
- Iconv.iconv(to, from, *strs) -- ruby-src:ext/iconv/iconv.c
- Iconv.list{|*aliases| ... } -- Iconv
- Iconv.list{|*aliases| ... } -- ruby-src:ext/iconv/iconv.c
- Iconv.new(to, from) -- Iconv
- Iconv.new(to, from) {|cd| ...} -- ruby-src:ext/iconv/iconv.c
- Iconv.open(to, from) -- ruby-src:ext/iconv/iconv.c
- Iconv.open(to, from) {|cd| ...} -- Iconv
- Iconv::Failure#failed -- Iconv
- Iconv::Failure#failed -- ruby-src:ext/iconv/iconv.c
- Iconv::Failure#inspect -- Iconv
- Iconv::Failure#inspect -- ruby-src:ext/iconv/iconv.c
- Iconv::Failure#success -- Iconv
- Iconv::Failure#success -- ruby-src:ext/iconv/iconv.c
- Integer#%(other) -- Integer
- Integer#&(other) -- Integer
- Integer#*(other) -- Integer
- Integer#**(other) -- Integer
- Integer#**(other) -- rational.rb
- Integer#+(other) -- Integer
- Integer#-(other) -- Integer
- Integer#/(other) -- Integer
- Integer#/(other) -- rational.rb
- Integer#<(other) -- Integer
- Integer#<<(bits) -- Integer
- Integer#<=(other) -- Integer
- Integer#<=>(other) -- Integer
- Integer#==(other) -- Integer
- Integer#>(other) -- Integer
- Integer#>=(other) -- Integer
- Integer#>>(bits) -- Integer
- Integer#[](nth) -- Integer
- Integer#^(other) -- Integer
- Integer#chr -- Integer
- Integer#downto(min) {|n| ... } -- Integer
- Integer#gcd(n) -- rational.rb
- Integer#gcd2(int) -- mathn.rb
- Integer#gcdlcm(int) -- rational.rb
- Integer#lcm(int) -- rational.rb
- Integer#next -- Integer
- Integer#power!(other) -- rational.rb
- Integer#prime_division -- mathn.rb
- Integer#size -- Integer
- Integer#step(limit, step) {|n| ... } -- Integer
- Integer#succ -- Integer
- Integer#times{|n| ... } -- Integer
- Integer#to_f -- Integer
- Integer#to_i -- Integer
- Integer#to_int -- Integer
- Integer#to_r -- rational.rb
- Integer#to_s -- Integer
- Integer#to_s(base) -- Integer
- Integer#upto(max) {|n| ... } -- Integer
- Integer#|(other) -- Integer
- Integer#~ -- Integer
- Integer(arg) -- 組み込み関数
- Integer.from_prime_division(pd) -- mathn.rb
- Integer.induced_from(num) -- Integer
- Kconv.guess(str) -- kconv.rb
- Kconv.kconv(str, out_code, in_code = Kconv::AUTO) -- kconv.rb
- Kconv.toeuc(str) -- kconv.rb
- Kconv.tojis(str) -- kconv.rb
- Kconv.tosjis(str) -- kconv.rb
- Kconv::AUTO -- kconv.rb
- Kconv::BINARY -- kconv.rb
- Kconv::EUC -- kconv.rb
- Kconv::JIS -- kconv.rb
- Kconv::SJIS -- kconv.rb
- Kconv::UNKNOWN -- kconv.rb
- LocalJumpError#exit_value -- LocalJumpError
- LocalJumpError#reason -- LocalJumpError
- Mail#[](field) -- Mail
- Mail#body -- Mail
- Mail#header -- Mail
- Mail.new(f) -- Mail
- Marshal.dump(obj[,port][,limit]) -- Marshal
- Marshal.load(port[,proc]) -- Marshal
- Marshal.restore(port[,proc]) -- Marshal
- Marshal::MAJOR_VERSION -- Marshal
- Marshal::MINOR_VERSION -- Marshal
- MatchData#[](n) -- MatchData
- MatchData#[](start, length) -- MatchData
- MatchData#[](start..end) -- MatchData
- MatchData#begin(n) -- MatchData
- MatchData#captures -- MatchData
- MatchData#end(n) -- MatchData
- MatchData#length -- MatchData
- MatchData#offset(n) -- MatchData
- MatchData#post_match -- MatchData
- MatchData#pre_match -- MatchData
- MatchData#select{ ... } -- MatchData