- Thread#value -- Thread
- Thread#wakeup -- Thread
- Thread.abort_on_exception -- Thread
- Thread.abort_on_exception = -- Thread
- Thread.critical -- Thread
- Thread.critical = -- Thread
- Thread.current -- Thread
- Thread.exclusive{ ... } -- thread.rb
- Thread.exit -- Thread
- Thread.fork([arg, ...]) { ... } -- Thread
- Thread.kill(thread) -- Thread
- Thread.list -- Thread
- Thread.main -- Thread
- Thread.new([arg, ...]) { ... } -- Thread
- Thread.pass -- Thread
- Thread.start([arg, ...]) { ... } -- Thread
- Thread.stop -- Thread
- ThreadGroup#add(thread) -- ThreadGroup
- ThreadGroup#enclose -- ThreadGroup
- ThreadGroup#enclosed? -- ThreadGroup
- ThreadGroup#list -- ThreadGroup
- ThreadGroup.new -- ThreadGroup
- ThreadGroup::Default -- ThreadGroup
- ThreadsWait#all_waits -- ThreadsWait
- ThreadsWait#empty? -- ThreadsWait
- ThreadsWait#finished? -- ThreadsWait
- ThreadsWait#join(thread1,...) -- ThreadsWait
- ThreadsWait#join_nowait(threa1,...) -- ThreadsWait
- ThreadsWait#next_wait -- ThreadsWait
- ThreadsWait#threads -- ThreadsWait
- ThreadsWait.all_waits(thread1,...) -- ThreadsWait
- ThreadsWait.new(thread1,...) -- ThreadsWait
- Time#+(other) -- Time
- Time#-(other) -- Time
- Time#<=>(other) -- Time
- Time#asctime -- Time
- Time#ctime -- Time
- Time#day(mday の別名) -- Time
- Time#dst?(isdst の別名) -- Time
- Time#getgm -- Time
- Time#getlocal -- Time
- Time#getutc -- Time
- Time#gmt? -- Time
- Time#gmt_offset -- Time
- Time#gmtime -- Time
- Time#gmtoff -- Time
- Time#hour -- Time
- Time#httpdate -- time.rb
- Time#isdst -- Time
- Time#iso8601([fractional_seconds]) -- time.rb
- Time#localtime -- Time
- Time#mday -- Time
- Time#min -- Time
- Time#mon -- Time
- Time#month(mon の別名) -- Time
- Time#rfc2822 -- time.rb
- Time#rfc822 -- time.rb
- Time#sec -- Time
- Time#strftime(format) -- Time
- Time#succ -- Time
- Time#to_a -- Time
- Time#to_f -- Time
- Time#to_i -- Time
- Time#to_s -- Time
- Time#tv_sec -- Time
- Time#tv_usec -- Time
- Time#usec -- Time
- Time#utc? -- Time
- Time#utc_offset -- Time
- Time#wday -- Time
- Time#xmlschema([fractional_seconds]) -- time.rb
- Time#yday -- Time
- Time#year -- Time
- Time#zone -- Time
- Time.at(time[, usec]) -- Time
- Time.gm(sec, min, hour, mday, mon, year, wday, yday, isdst, zone) -- Time
- Time.gm(year[, mon[, day[, hour[, min[, sec[, usec]]]]]]) -- Time
- Time.httpdate(date) -- time.rb
- Time.iso8601(date) -- time.rb
- Time.local(sec, min, hour, mday, mon, year, wday, yday, isdst, zone) -- Time
- Time.local(year[, mon[, day[, hour[, min[, sec[, usec]]]]]]) -- Time
- Time.mktime(sec, min, hour, mday, mon, year, wday, yday, isdst, zone) -- Time
- Time.mktime(year[, mon[, day[, hour[, min[, sec[, usec]]]]]]) -- Time
- Time.new -- Time
- Time.now -- Time
- Time.parse(date, now=Time.now) -- time.rb
- Time.parse(date, now=Time.now) {|year| year} -- time.rb
- Time.rfc2822(date) -- time.rb
- Time.rfc822(date) -- time.rb
- Time.times -- Time
- Time.utc(sec, min, hour, mday, mon, year, wday, yday, isdst, zone) -- Time
- Time.utc(year[, mon[, day[, hour[, min[, sec[, usec]]]]]]) -- Time
- Time.xmlschema(date) -- time.rb
- Tracer.add_filter(proc) -- tracer.rb
- Tracer.add_filter{ |event,file,line,id,binding| ...} -- tracer.rb
- Tracer.off -- tracer.rb
- Tracer.on -- tracer.rb
- Tracer.on{...} -- tracer.rb
- Tracer.set_get_line_procs(filename) { |line| ...} -- tracer.rb
- Tracer.set_get_line_procs(filename, proc) -- tracer.rb