- 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#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
- TrueClass#&(other) -- TrueClass
- TrueClass#^(other) -- TrueClass
- TrueClass#|(other) -- TrueClass
- TruncatedDataError#data -- readbytes.rb
- UDPSocket#bind(host, port) -- UDPSocket
- UDPSocket#connect(host, port) -- UDPSocket
- UDPSocket#send(mesg, flags[, host, port]) -- UDPSocket
- UDPSocket.new -- UDPSocket
- UDPSocket.open -- UDPSocket
- UNIXServer#accept -- UNIXServer
- UNIXServer#listen(backlog) -- UNIXServer
- UNIXServer#sysaccept -- UNIXServer
- UNIXServer.new(path) -- UNIXServer
- UNIXServer.open(path) -- UNIXServer
- UNIXSocket#addr -- UNIXSocket
- UNIXSocket#path -- UNIXSocket
- UNIXSocket#peeraddr -- UNIXSocket
- UNIXSocket#recv_io([klass[, mode]]) -- UNIXSocket
- UNIXSocket#recvfrom(len[, flags]) -- UNIXSocket
- UNIXSocket#send_io(io) -- UNIXSocket
- UNIXSocket.new(path) -- UNIXSocket
- UNIXSocket.open(path) -- UNIXSocket
- UNIXSocket.pair([type[, protocol]]) -- UNIXSocket
- UNIXSocket.socketpair([type[, protocol]]) -- UNIXSocket
- URI.decode(str) -- URI
- URI.encode(str[, unsafe]) -- URI
- URI.escape(str[, unsafe]) -- URI
- URI.extract(str[, schemes]) -- URI
- URI.extract(str[, schemes]) {|uri_str| ... } -- URI
- URI.join(uri_str[, str, ...]) -- URI
- URI.parse(uri_str) -- URI
- URI.split(url) -- URI
- URI.unescape(str) -- URI
- URI::BadURIError -- URI