- Hash#length -- Hash
- Hash#member?(key) -- Hash
- Hash#merge!(other) -- Hash
- Hash#merge!(other) {|key, self_val, other_val| ... } -- Hash
- Hash#merge(other) -- Hash
- Hash#merge(other) {|key, self_val, other_val| ... } -- Hash
- Hash#rehash -- Hash
- Hash#reject!{|key, value| ... } -- Hash
- Hash#reject{|key, value| ... } -- Hash
- Hash#replace(other) -- Hash
- Hash#shift -- Hash
- Hash#size -- Hash
- Hash#store(key,value) -- Hash
- Hash#to_a -- Hash
- Hash#to_hash -- Hash
- Hash#update(other) -- Hash
- Hash#update(other) {|key, self_val, other_val| ... } -- Hash
- Hash#value?(value) -- Hash
- Hash#values -- Hash
- Hash#values_at(key_1, ... , key_n) -- Hash
- Hash.Hash[hash] -- Hash
- Hash.Hash[key,value,...] -- Hash
- Hash.new([ifnone]) -- Hash
- Hash.new{|hash, key| ...} -- Hash
- IO#<<(object) -- IO
- IO#binmode -- IO
- IO#clone -- IO
- IO#close -- IO
- IO#close_read -- IO
- IO#close_write -- IO
- IO#closed? -- IO
- IO#dup -- IO
- IO#each([rs]) {|line| ... } -- IO
- IO#each_byte{|ch| ... } -- IO
- IO#each_line([rs]) {|line| ... } -- IO
- IO#eof -- IO
- IO#eof? -- IO
- IO#expect(pat, [timeout]) -- expect.rb
- IO#fcntl(cmd[, arg]) -- IO
- IO#fileno -- IO
- IO#flush -- IO
- IO#fsync -- IO
- IO#getc -- IO
- IO#gets([rs]) -- IO
- IO#ioctl(cmd[, arg]) -- IO
- IO#isatty -- IO
- IO#lineno -- IO
- IO#lineno= -- IO
- IO#nonblock = -- io/nonblock.rb
- IO#nonblock(bool=true) { ... } -- io/nonblock.rb
- IO#nonblock? -- io/nonblock.rb
- IO#pid -- IO
- IO#pos -- IO
- IO#pos = -- IO
- IO#print([arg[, ...]]) -- IO
- IO#printf(format[, arg[, ...]]) -- IO
- IO#putc(ch) -- IO
- IO#puts([obj[, ...]]) -- IO
- IO#read([length[, buf]]) -- IO
- IO#read([length]) -- IO
- IO#readbytes(size) -- readbytes.rb
- IO#readchar -- IO
- IO#readline([rs]) -- IO
- IO#readlines([rs]) -- IO
- IO#ready? -- io/wait.so
- IO#reopen(io) -- IO
- IO#reopen(name[, mode]) -- IO
- IO#rewind -- IO
- IO#scanf -- scanf.rb
- IO#seek(offset[, whence]) -- IO
- IO#stat -- IO
- IO#sync -- IO
- IO#sync= -- IO
- IO#sysread(length) -- IO
- IO#sysread(length[, buf]) -- IO
- IO#sysseek(offset[, whence]) -- IO
- IO#syswrite(string) -- IO
- IO#tell -- IO
- IO#to_i -- IO
- IO#to_io -- IO
- IO#tty? -- IO
- IO#ungetc(char) -- IO
- IO#wait([timeout = nil]) -- io/wait.so
- IO#write(str) -- IO
- IO.for_fd(fd[, mode]) -- IO
- IO.foreach(path[, rs]) {|line| ... } -- IO
- IO.new(fd[, mode]) -- IO
- IO.open(fd[, mode]) -- IO
- IO.open(fd[, mode]) {|io| ... } -- IO
- IO.pipe -- IO
- IO.popen(command [, mode]) -- IO
- IO.popen(command [, mode]) {|io| ... } -- IO
- IO.read(path,[length,[offset]]) -- IO
- IO.readlines(path[, rs]) -- IO
- IO.select(reads[, writes[, excepts[, timeout]]]) -- IO
- IO.sysopen(path[, mode [, perm]]) -- IO
- IO::SEEK_CUR -- IO
- IO::SEEK_END -- IO
- IO::SEEK_SET -- IO
- IPSocket#addr -- IPSocket