- 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
- TimeoutError
- TimeoutError < Interrupt -- TimeoutError
- ToDo
- Tracer
- Tracer -- Tracer
- 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
- TrueClass -- TrueClass
- TrueClass -- class/module OptionParser -- optparse.rb
- TrueClass#&(other) -- TrueClass
- TrueClass#^(other) -- TrueClass
- TrueClass#|(other) -- TrueClass
- TruncatedDataError -- readbytes.rb
- TruncatedDataError#data -- readbytes.rb
- Type specifiers -- dl.so
- TypeError
- TypeError -- TypeError
- U (Ruby用語集) -- Ruby用語集
- U (packテンプレート文字列) -- packテンプレート文字列
- UDPSocket
- UDPSocket -- UDPSocket
- UDPSocket#bind(host, port) -- UDPSocket
- UDPSocket#connect(host, port) -- UDPSocket
- UDPSocket#send(mesg, flags[, host, port]) -- UDPSocket
- UDPSocket.new -- UDPSocket
- UDPSocket.open -- UDPSocket
- UID -- class/module Net::IMAP::FetchData -- net/imap.rb
- UN -- class/module Sync_m -- Sync_m
- UNIXServer
- UNIXServer -- UNIXServer
- UNIXServer#accept -- UNIXServer
- UNIXServer#listen(backlog) -- UNIXServer
- UNIXServer#listen(backlog) (ruby 1.7 feature) -- ruby 1.7 feature
- UNIXServer#sysaccept -- UNIXServer
- UNIXServer#sysaccept (ruby 1.7 feature) -- ruby 1.7 feature
- UNIXServer.new(path) -- UNIXServer
- UNIXServer.open(path) -- UNIXServer
- UNIXSocket
- UNIXSocket -- UNIXSocket
- UNIXSocket#addr -- UNIXSocket
- UNIXSocket#addr (ruby 1.6 feature) -- ruby 1.6 feature
- UNIXSocket#path -- UNIXSocket
- UNIXSocket#peeraddr -- UNIXSocket
- UNIXSocket#recv_io([klass[, mode]]) -- UNIXSocket
- UNIXSocket#recv_io([klass[, mode]]) (ruby 1.7 feature) -- ruby 1.7 feature
- UNIXSocket#recvfrom(len[, flags]) -- UNIXSocket
- UNIXSocket#send_io(io) -- UNIXSocket
- UNIXSocket#send_io(io) (ruby 1.7 feature) -- ruby 1.7 feature
- UNIXSocket.new(path) -- UNIXSocket
- UNIXSocket.open(path) -- UNIXSocket
- UNIXSocket.pair([type[, protocol]]) -- UNIXSocket
- UNIXSocket.pair([type[, protocol]]) (ruby 1.7 feature) -- ruby 1.7 feature
- UNIXSocket.socketpair([type[, protocol]]) -- UNIXSocket
- UNIXSocket.socketpair([type[, protocol]]) (ruby 1.7 feature) -- ruby 1.7 feature
- UNKNOWN -- class/module Kconv -- kconv.rb
- UNKNOWN -- class/module NKF -- NKF
- URI
- URI -- URI
- 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
- URI::Error -- URI
- URI::FTP -- URI
- URI::FTP#typecode -- URI
- URI::FTP#typecode=(v) -- URI
- URI::FTP.build(ary) -- URI
- URI::FTP.build(hash) -- URI
- URI::FTP.new(scheme, userinfo, host, port, registry, path, opaque, query, fragment[, arg_check]) -- URI
- URI::Generic -- URI
- URI::Generic#+(rel) -- URI