- Float::MAX -- Float
- Float::MAX_10_EXP -- Float
- Float::MAX_EXP -- Float
- Float::MIN -- Float
- Float::MIN_10_EXP -- Float
- Float::MIN_EXP -- Float
- Float::RADIX -- Float
- Float::ROUNDS -- Float
- Forwardable#def_delegator(accessor, method, ali = method) -- ruby-src:doc/forwardable.rd.ja
- Forwardable#def_delegator(accessor, method, ali = method) -- ruby-src:doc/forwardable.rd
- Forwardable#def_delegators(accessor, *methods) -- ruby-src:doc/forwardable.rd.ja
- Forwardable#def_delegators(accessor, *methods) -- ruby-src:doc/forwardable.rd
- Forwardable#def_instance_delegator(accessor, method, ali = method) -- ruby-src:doc/forwardable.rd.ja
- Forwardable#def_instance_delegator(accessor, method, ali = method) -- ruby-src:doc/forwardable.rd
- Forwardable#def_instance_delegators(accessor, *methods) -- ruby-src:doc/forwardable.rd.ja
- Forwardable#def_instance_delegators(accessor, *methods) -- ruby-src:doc/forwardable.rd
- GC#garbage_collect -- GC
- GC.disable -- GC
- GC.enable -- GC
- GC.start -- GC
- GDBM#[](key) -- GDBM
- GDBM#[]=(key,value) -- GDBM
- GDBM#cachesize = -- GDBM
- GDBM#clear -- GDBM
- GDBM#close -- GDBM
- GDBM#delete(key) -- GDBM
- GDBM#delete(key) {|key| ... } -- GDBM
- GDBM#delete_if{ |key, value| ... } -- GDBM
- GDBM#each_key{|key| ... } -- GDBM
- GDBM#each_pair{|key, value| ... } -- GDBM
- GDBM#each_value{|value| ... } -- GDBM
- 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, ... ) obsolete -- GDBM
- GDBM#indices(key_1, ... ) obsolete -- 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::NEWDB(Ruby 1.8.2 以降) -- GDBM
- GDBM::NOLOCK -- GDBM
- GDBM::READER(Ruby 1.8.2 以降) -- GDBM
- GDBM::SYNC -- GDBM
- GDBM::VERSION -- GDBM
- GDBM::WRCREAT(Ruby 1.8.2 以降) -- GDBM
- GDBM::WRITER(Ruby 1.8.2 以降) -- GDBM
- 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