161件ヒット
[1-100件を表示]
(0.059秒)
種類
- インスタンスメソッド (108)
- 文書 (29)
- ライブラリ (24)
クラス
- CGI (24)
-
RSS
:: Maker :: ChannelBase (24) -
RSS
:: Rss :: Channel (24)
モジュール
- DublinCoreModel (36)
キーワード
-
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) -
NEWS for Ruby 3
. 0 . 0 (5) - Ruby用語集 (12)
-
dc
_ language (12) -
dc
_ language= (12) -
dc
_ languages (12) - header (12)
- language= (24)
-
net
/ http (12) - out (12)
- yaml (12)
検索結果
先頭5件
-
RSS
:: Maker :: ChannelBase # language (18118.0) -
@todo
...@todo... -
RSS
:: Rss :: Channel # language (18118.0) -
@todo
...@todo... -
DublinCoreModel
# dc _ language (6118.0) -
@todo
...@todo... -
DublinCoreModel
# dc _ language= (6118.0) -
@todo
...@todo... -
RSS
:: Maker :: ChannelBase # language=() (6118.0) -
@todo
...@todo... -
RSS
:: Rss :: Channel # language= (6118.0) -
@todo
...@todo... -
DublinCoreModel
# dc _ languages (6116.0) -
@todo
...@todo... -
NEWS for Ruby 3
. 0 . 0 (36.0) -
NEWS for Ruby 3.0.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。
...nts}[rdoc-ref:doc/syntax/comments.rdoc@Magic+Comments] for more details.
17273
* A {static analysis}[rdoc-label:label-Static+analysis] foundation is
introduced.
* {RBS}[rdoc-label:label-RBS] is introduced. It is a type definition
language for Ruby programs.
* {TypeProf}......on uses only methods ending with `!`.
* Ractor compatible.
* Improved support for YAML. 8382
* Use officially discouraged. Read OpenStruct@Caveats section.
* Pathname
* Ractor compatible.
* Psych
* Update to Psych 3.3.0
* This version is Ractor compatible.
* Reline......ses like Hash and their subclasses.
* Method inlining support for some C methods
* `Kernel`: `#class`, `#frozen?`
* `Integer`: `#-@`, `#~`, `#abs`, `#bit_length`, `#even?`, `#integer?`, `#magnitude`, `#odd?`, `#ord`, `#to_i`, `#to_int`, `#zero?`
* `Struct`: reader methods... -
CGI
# header(options = "text / html") -> String (30.0) -
HTTP ヘッダを options に従って生成します。 CGI#out と違い、標準出力には出力しません。 CGI#out を使わずに自力で HTML を出力したい場合などに使います。 このメソッドは文字列エンコーディングを変換しません。
...h
送信するコンテンツの長さを指定します。Content-Length ヘッダに対応します。
: language
送信するコンテンツの言語を指定します。Content-Language ヘッダに対応します。
: expires
送信するコンテンツの有効期限を Time のインス......--> "501 Method Not Implemented"
"BAD_GATEWAY" --> "502 Bad Gateway"
"VARIANT_ALSO_VARIES" --> "506 Variant Also Negotiates"
@param options Hash か文字列で HTTP ヘッダを生成するための情報を指定します。
例:
header
# Content-Type......=> "text/html",
"charset" => "iso-2022-jp",
# Content-Type: text/html; charset=iso-2022-jp
"language" => "ja",
"expires" => Time.now + 30,
"cookie" => [cookie1, cookie2],
"my_header1" => "m...