- Process::WUNTRACED -- Process
- Profiler__.print_profile(file) -- profiler.rb
- Profiler__.start_profile -- profiler.rb
- Profiler__.stop_profile -- profiler.rb
- Queue#<<(value) -- Queue
- Queue#clear -- Queue
- Queue#deq([non_block]) -- Queue
- Queue#empty? -- Queue
- Queue#enq(value) -- Queue
- Queue#length -- Queue
- Queue#num_waiting -- Queue
- Queue#pop([non_block]) -- Queue
- Queue#push(value) -- Queue
- Queue#shift([non_block]) -- Queue
- Queue#size -- Queue
- Queue.new -- Queue
- RELEASE_DATE -- 組み込み定数
- RFC822.HEADER -- net/imap.rb
- RFC822.SIZE -- net/imap.rb
- RFC822.TEXT -- net/imap.rb
- RUBY_PLATFORM -- 組み込み定数
- RUBY_RELEASE_DATE -- 組み込み定数
- RUBY_VERSION -- 組み込み定数
- Range#===(other) -- Range
- Range#begin -- Range
- Range#each{|item| ... } -- Range
- Range#end -- Range
- Range#exclude_end? -- Range
- Range#first -- Range
- Range#include?(other) -- Range
- Range#last -- Range
- Range#length -- Range
- Range#size -- Range
- Range#step([s]) {|item| ... } -- Range
- Range.new(first,last[, exclude_end]) -- Range
- Rational#%(other) -- Rational
- Rational#*(other) -- Rational
- Rational#** -- mathn.rb
- Rational#**(other) -- Rational
- Rational#+(other) -- Rational
- Rational#-(other) -- Rational
- Rational#/(other) -- Rational
- Rational#<=>(other) -- Rational
- Rational#abs -- Rational
- Rational#divmod -- Rational
- Rational#inspect -- mathn.rb
- Rational#power2 -- mathn.rb
- Rational#to_f -- Rational
- Rational#to_i -- Rational
- Rational#to_s -- Rational
- Rational(a, b) -- rational.rb
- Readline.basic_quote_characters -- Readline
- Readline.basic_quote_characters=(str) -- Readline
- Readline.basic_word_break_characters -- Readline
- Readline.basic_word_break_characters=(str) -- Readline
- Readline.completer_quote_character -- Readline
- Readline.completer_quote_characters=(str) -- Readline
- Readline.completer_word_break_characters -- Readline
- Readline.completer_word_break_characters=(str) -- Readline
- Readline.completion_case_fold -- Readline
- Readline.completion_case_fold=(bool) -- Readline
- Readline.completion_proc -- Readline
- Readline.completion_proc= -- Readline
- Readline.emacs_editing_mode -- Readline
- Readline.filename_quote_characters -- Readline
- Readline.filename_quote_characters=(str) -- Readline
- Readline.readline([prompt, [add_hist]]) -- Readline
- Readline.vi_editing_mode -- Readline
- Readline::FILENAME_COMPLETION_PROC -- Readline
- Readline::HISTORY -- Readline
- Readline::USERNAME_COMPLETION_PROC -- Readline
- Readline::version -- Readline
- Readline::version -- Readline
- RegAnd#= -- eregex.rb
- RegAnd#initialize(reg1,reg2) -- eregex.rb
- RegOr#= -- eregex.rb
- RegOr#initialize(reg1,reg2) -- eregex.rb
- Regexp#&(other) -- eregex.rb
- Regexp#=(~) string -- Regexp
- Regexp#===(string) -- Regexp
- Regexp#casefold? -- Regexp
- Regexp#kcode -- Regexp
- Regexp#match(str) -- Regexp
- Regexp#options -- Regexp
- Regexp#source -- Regexp
- Regexp#to_s -- Regexp
- Regexp#|(other) -- eregex.rb
- Regexp#~ -- Regexp
- Regexp.compile(string[, option[, code]]) -- Regexp
- Regexp.escape(string[,kcode]) -- Regexp
- Regexp.last_match -- Regexp
- Regexp.last_match([nth]) -- Regexp
- Regexp.new(string[, option[, code]]) -- Regexp
- Regexp.quote(string[,kcode]) -- Regexp
- Regexp.union([pattern, ...]) -- Regexp
- Regexp::EXTENDED -- Regexp
- Regexp::IGNORECASE -- Regexp
- Regexp::MULTILINE -- Regexp
- Registry.create(key, subkey, desired = KEY_ALL_ACCESS, opt = REG_OPTION_RESERVED) -- Win32::Registry
- Registry.create(key, subkey, desired = KEY_ALL_ACCESS, opt = REG_OPTION_RESERVED) { |reg| ... } -- Win32::Registry