- 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.list [compat] (1.6.8から1.8.0への変更点(まとめ)) -- 1.6.8から1.8.0への変更点(まとめ)
- Thread.list [compat] (ruby 1.7 feature) -- ruby 1.7 feature
- Thread.main -- Thread
- Thread.new([arg, ...]) { ... } -- Thread
- Thread.pass -- Thread
- Thread.start([arg, ...]) { ... } -- Thread
- Thread.stop -- Thread
- Thread.stop で SEGV (ruby 1.6 feature) -- ruby 1.6 feature
- ThreadError
- ThreadError -- ThreadError
- ThreadGroup
- ThreadGroup -- ThreadGroup
- ThreadGroup (1.6.8から1.8.0への変更点(まとめ)) -- 1.6.8から1.8.0への変更点(まとめ)
- ThreadGroup#add(thread) -- ThreadGroup
- ThreadGroup#enclose -- ThreadGroup
- ThreadGroup#enclosed? -- ThreadGroup
- ThreadGroup#list -- ThreadGroup
- ThreadGroup.new -- ThreadGroup
- ThreadGroup::Default -- ThreadGroup
- ThreadsWait
- ThreadsWait -- ThreadsWait
- 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
- Time -- Time
- Time [compat] (1.6.8から1.8.0への変更点(まとめ)) -- 1.6.8から1.8.0への変更点(まとめ)
- Time [compat] (ruby 1.7 feature) -- ruby 1.7 feature
- Time (1.6.8から1.8.0への変更点(まとめ)) -- 1.6.8から1.8.0への変更点(まとめ)
- 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#gmtime (ruby 1.6 feature) -- ruby 1.6 feature
- Time#gmtoff -- Time
- Time#hour -- Time
- Time#httpdate -- time.rb
- Time#isdst -- Time
- Time#iso8601([fractional_seconds]) -- time.rb
- Time#localtime -- Time
- Time#localtime (ruby 1.6 feature) -- ruby 1.6 feature
- 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