- BasicSocket.for_fd(fd) -- BasicSocket
- BeOS
- Benchmark -- benchmark.rb
- Benchmark.benchmark(caption = "", label_width = nil, fmtstr = nil, *labels) -- benchmark.rb
- Benchmark.bm(label_width = 0, *labels) {|job| ... } -- benchmark.rb
- Benchmark.bmbm(width = 0) {|job| ... } -- benchmark.rb
- Benchmark.measure{ ... } -- benchmark.rb
- Benchmark.realtime{ ... } -- benchmark.rb
- Big Endian (Ruby用語集) -- Ruby用語集
- Bignum
- Bignum -- Bignum
- Bignum -- mathn.rb
- Bignum [bug] (1.6.8から1.8.0への変更点(まとめ)) -- 1.6.8から1.8.0への変更点(まとめ)
- Bignum [bug] (ruby 1.7 feature) -- ruby 1.7 feature
- Bignum#% の計算誤り (ruby 1.6 feature) -- ruby 1.6 feature
- Binding
- Binding -- Binding
- Block (Ruby用語集) -- Ruby用語集
- Borland C++ サポート [platform] (1.6.8から1.8.0への変更点(まとめ)) -- 1.6.8から1.8.0への変更点(まとめ)
- Borland C++ サポート [platform] (ruby 1.7 feature) -- ruby 1.7 feature
- Bugs -- PrettyPrint
- Bugs -- Resolv
- Bugs -- TSort
- Built-In Class (Ruby用語集) -- Ruby用語集
- Built-in commands -- ruby-src:doc/shell.rd
- Byte Order (Ruby用語集) -- Ruby用語集
- C (Ruby用語集) -- Ruby用語集
- C (packテンプレート文字列) -- packテンプレート文字列
- CFLAGS -- mkmf.rb
- CGI
- CGI -- CGI
- CGI (ruby 1.6 feature) -- ruby 1.6 feature
- CGI に関連する環境変数の値を取得する -- CGI
- CGI#accept -- CGI
- CGI#accept_charset -- CGI
- CGI#accept_encoding -- CGI
- CGI#accept_language -- CGI
- CGI#auth_type -- CGI
- CGI#cache_control -- CGI
- CGI#content_length -- CGI
- CGI#content_type -- CGI
- CGI#from -- CGI
- CGI#gateway_interface -- CGI
- CGI#header (ruby 1.6 feature) -- ruby 1.6 feature
- CGI#header(headers = "text/html") -- CGI
- CGI#host -- CGI
- CGI#negotiate -- CGI
- CGI#out(options = "text/html") { .... } -- CGI
- CGI#path_info -- CGI
- CGI#path_translated -- CGI
- CGI#pragma -- CGI
- CGI#print(*strings) -- CGI
- CGI#query_string -- CGI
- CGI#raw_cookie -- CGI
- CGI#raw_cookie1 -- CGI
- CGI#referer -- CGI
- CGI#remote_addr -- CGI
- CGI#remote_host -- CGI
- CGI#remote_ident -- CGI
- CGI#remote_user -- CGI
- CGI#request_method -- CGI
- CGI#script_name -- CGI
- CGI#server_name -- CGI
- CGI#server_port -- CGI
- CGI#server_protocol -- CGI
- CGI#server_software -- CGI
- CGI#user_agent -- CGI
- CGI.escape(string) -- CGI
- CGI.escapeElement(string, *elements) -- CGI
- CGI.escapeHTML(string) -- CGI
- CGI.parse(query) -- CGI
- CGI.pretty(string, shift = " ") -- CGI
- CGI.rfc1123_date(time) -- CGI
- CGI.unescape(string) -- CGI
- CGI.unescapeElement(string, *element) -- CGI
- CGI.unescapeHTML(string) -- CGI
- CGI::Cookie#domain -- CGI
- CGI::Cookie#domain= -- CGI
- CGI::Cookie#expires -- CGI
- CGI::Cookie#expires= -- CGI
- CGI::Cookie#name -- CGI
- CGI::Cookie#name= -- CGI
- CGI::Cookie#path -- CGI
- CGI::Cookie#path= -- CGI
- CGI::Cookie#secure -- CGI
- CGI::Cookie#secure= -- CGI
- CGI::Cookie#value -- CGI
- CGI::Cookie#value= -- CGI
- CGI::Cookie.new(name = "", *value) -- CGI
- CGI::Cookie.parse(raw_cookie) -- CGI
- CGI::HtmlExtension#a(href = "") -- CGI
- CGI::HtmlExtension#base(href = "") -- CGI
- CGI::HtmlExtension#blockquote(cite = nil) -- CGI
- CGI::HtmlExtension#caption(align = nil) -- CGI
- CGI::HtmlExtension#checkbox(name = "", value = nil, checked = nil) -- CGI
- CGI::HtmlExtension#checkbox_group(name = "", *values) -- CGI
- CGI::HtmlExtension#file_field(name = "", size = 20, maxlength = nil) -- CGI
- CGI::HtmlExtension#form(method = "post", action = nil, enctype = "application/x-www-form-urlencoded") -- CGI
- CGI::HtmlExtension#hidden(name = "", value = nil) -- CGI
- CGI::HtmlExtension#html(attributes = {}) -- CGI