- Thread#safe_level -- Thread
- Thread#sleep(停止状態) -- Thread
- Thread#status -- Thread
- Thread#stop? -- Thread
- Thread#value -- Thread
- Thread#wakeup -- Thread
- Thread#wakeup (ruby 1.7 feature) -- ruby 1.7 feature
- 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.list (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#add(thread) -- ThreadGroup
- ThreadGroup#list -- ThreadGroup
- ThreadGroup#list (ruby 1.7 feature) -- ruby 1.7 feature
- 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 (ruby 1.7 feature) -- ruby 1.7 feature
- 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#getgm (ruby 1.7 feature) -- ruby 1.7 feature
- Time#getlocal -- Time
- Time#getlocal (ruby 1.7 feature) -- ruby 1.7 feature
- Time#getutc -- Time
- Time#getutc (ruby 1.7 feature) -- ruby 1.7 feature
- Time#gmt? -- Time
- Time#gmt_offset -- Time
- Time#gmt_offset (ruby 1.7 feature) -- ruby 1.7 feature
- Time#gmtime -- Time
- Time#gmtime (ruby 1.6 feature) -- ruby 1.6 feature
- Time#gmtoff -- Time
- Time#gmtoff (ruby 1.7 feature) -- ruby 1.7 feature
- 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#to_a -- Time
- Time#to_a (ruby 1.7 feature) -- ruby 1.7 feature
- 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#utc_offset (ruby 1.7 feature) -- ruby 1.7 feature
- Time#wday -- Time
- Time#xmlschema([fractional_seconds]) -- time.rb
- Time#yday -- Time
- Time#year -- Time
- Time#zone -- Time
- Time#zone (ruby 1.7 feature) -- ruby 1.7 feature
- Time.at(time[, usec]) -- Time
- Time.gm(sec, min, hour, mday, mon, year, wday, yday, isdst, zone) -- Time