- GDBM#each{|key, value| ... } -- GDBM
- GDBM#empty? -- GDBM
- GDBM#fastmode = -- GDBM
- GDBM#fetch(key) {|key| ... } -- GDBM
- GDBM#fetch(key[,ifnone]) -- GDBM
- GDBM#has_key?(key) -- GDBM
- GDBM#has_value?(key) -- GDBM
- GDBM#include?(key) -- GDBM
- GDBM#index(val) -- GDBM
- GDBM#indexes(key_1, ... ) -- GDBM
- GDBM#indices(key_1, ... ) -- GDBM
- GDBM#invert -- GDBM
- GDBM#key?(key) -- GDBM
- GDBM#keys -- GDBM
- GDBM#length -- GDBM
- GDBM#member?(key) -- GDBM
- GDBM#reject!{ |key, value| ... } -- GDBM
- GDBM#reject{|key, value| ... } -- GDBM
- GDBM#reorganize -- GDBM
- GDBM#replace(other) -- GDBM
- GDBM#shift -- GDBM
- GDBM#size -- GDBM
- GDBM#store(key, val) -- GDBM
- GDBM#sync -- GDBM
- GDBM#syncmode = -- GDBM
- GDBM#to_a -- GDBM
- GDBM#to_hash -- GDBM
- GDBM#update(other) -- GDBM
- GDBM#value?(value) -- GDBM
- GDBM#values -- GDBM
- GDBM.new(dbname[, mode[, flags]]) -- GDBM
- GDBM.open(dbname[, mode[, flags]]) -- GDBM
- GDBM.open(dbname[, mode[, flags]]) {|db| ...} -- GDBM
- GDBM::FAST -- GDBM
- GDBM::NOLOCK -- GDBM
- GDBM::SYNC -- GDBM
- GDBM::VERSION -- GDBM
- GNU
- GNU Hurd
- GUI -- 添付ライブラリ
- Global Variable (Ruby用語集) -- Ruby用語集
- H (Ruby用語集) -- Ruby用語集
- H (packテンプレート文字列) -- packテンプレート文字列
- HEADER -- class/module RFC822 -- net/imap.rb
- HELO ドメイン -- net/smtp.rb
- HISTORY -- CGI
- HISTORY -- class/module Readline -- Readline
- HTML Help 版と分割 HTML
- HTML要素 -- CGI
- Handle class -- dl.so
- Hash
- Hash -- Hash
- Hash (Ruby用語集) -- Ruby用語集
- Hash#[](key) -- Hash
- Hash#[]=(key,value) -- Hash
- Hash#clear -- Hash
- Hash#clone -- Hash
- Hash#default -- Hash
- Hash#default([key]) -- Hash
- Hash#default= -- Hash
- Hash#default_proc -- Hash
- Hash#delete(key) -- Hash
- Hash#delete(key) {|key| ... } -- Hash
- Hash#delete_if{|key, value| ... } -- Hash
- Hash#dup -- Hash
- Hash#each_key{|key| ... } -- Hash
- Hash#each_pair{|key, value| ... } -- Hash
- Hash#each_value{|value| ... } -- Hash
- Hash#each{|key, value| ... } -- Hash
- Hash#empty? -- Hash
- Hash#fetch(key) {|key| ... } -- Hash
- Hash#fetch(key[, default]) -- Hash
- Hash#has_key?(key) -- Hash
- Hash#has_value?(value) -- Hash
- Hash#include?(key) -- Hash
- Hash#index(val) -- Hash
- Hash#indexes(key_1, ... , key_n) -- Hash
- Hash#indices(key_1, ... , key_n) -- Hash
- Hash#invert -- Hash
- Hash#key?(key) -- Hash
- Hash#keys -- Hash
- Hash#length -- Hash
- Hash#member?(key) -- Hash
- Hash#rehash -- Hash
- Hash#reject!{|key, value| ... } -- Hash
- Hash#reject{|key, value| ... } -- Hash
- Hash#replace (ruby 1.6 feature) -- ruby 1.6 feature
- Hash#replace(other) -- Hash
- Hash#select (ruby 1.7 feature) -- ruby 1.7 feature
- Hash#select(key_1, ... , key_n) -- Hash
- Hash#select{|key, value| ... } -- Hash
- Hash#shift -- Hash
- Hash#size -- Hash
- Hash#store(key,value) -- Hash
- Hash#to_a -- Hash
- Hash#to_hash -- Hash
- Hash#update (ruby 1.7 feature) -- ruby 1.7 feature
- Hash#update(other) -- Hash
- Hash#update(other) {|key, self_val, other_val| ... } -- Hash
- Hash#value?(value) -- Hash