709件ヒット
[1-100件を表示]
(0.099秒)
種類
- クラス (320)
- インスタンスメソッド (318)
- 特異メソッド (30)
- ライブラリ (24)
- 文書 (17)
ライブラリ
- ビルトイン (27)
- monitor (12)
-
net
/ http (308) -
net
/ imap (12) - openssl (84)
-
rdoc
/ code _ object (24) -
rdoc
/ context (144) - set (9)
- uri (48)
クラス
- Array (6)
- Enumerator (6)
-
MonitorMixin
:: ConditionVariable (12) -
Net
:: IMAP :: FetchData (12) -
OpenSSL
:: Config (84) -
RDoc
:: CodeObject (24) -
RDoc
:: Context (36) -
RDoc
:: Context :: Section (96) - Set (12)
-
URI
:: Generic (36)
モジュール
- Enumerable (12)
- URI (12)
キーワード
- + (12)
- == (12)
- HTTPBadRequest (12)
- HTTPCreated (12)
- HTTPForbidden (12)
- HTTPInternalServerError (12)
- HTTPLengthRequired (12)
- HTTPMisdirectedRequest (8)
- HTTPMovedPermanently (12)
- HTTPNonAuthoritativeInformation (12)
- HTTPPartialContent (12)
- HTTPPayloadTooLarge (7)
- HTTPPaymentRequired (12)
- HTTPPreconditionFailed (12)
- HTTPProxyAuthenticationRequired (12)
- HTTPRangeNotSatisfiable (7)
- HTTPRequestEntityTooLarge (5)
- HTTPRequestTimeOut (5)
- HTTPRequestTimeout (7)
- HTTPRequestURITooLong (5)
- HTTPRequestedRangeNotSatisfiable (5)
- HTTPResetContent (12)
- HTTPSeeOther (12)
- HTTPServiceUnavailable (12)
- HTTPSwitchProtocol (12)
- HTTPTemporaryRedirect (12)
- HTTPURITooLong (7)
- HTTPUnsupportedMediaType (12)
- HTTPUpgradeRequired (12)
- HTTPUseProxy (12)
- HTTPVersionNotSupported (12)
-
NEWS for Ruby 3
. 0 . 0 (5) - Section (12)
- [] (12)
-
add
_ value (12) - attr (12)
- chunk (12)
- comment (12)
-
current
_ section (12) -
get
_ value (12) - inspect (12)
- intersection (18)
- join (12)
- merge (12)
- merge! (12)
- new (12)
- parent (12)
- produce (6)
- rdoc (12)
-
rdoc
/ context (12) -
ruby 1
. 8 . 4 feature (12) - section= (12)
- sections (24)
- sequence (12)
-
set
_ comment (12) -
set
_ current _ section (12) - title (12)
- value (24)
- wait (12)
検索結果
先頭5件
-
rdoc (26060.0)
-
RDoc は Ruby のドキュメント生成を行うためのライブラリです。rdoc という ドキュメント生成のためのコマンドも含んでいます。
...RDoc は Ruby のドキュメント生成を行うためのライブラリです。rdoc という
ドキュメント生成のためのコマンドも含んでいます。
このパッケージは RDoc と Markup というふたつのコンポーネントを含
んでいます。 RDoc とは Ruby......てきます(include,require もです)。そ
してこれらの内容とその直前に書かれたコメントを併合し、ドキュメントを出
力します(現在は HTML しか出力できませんが、この部分は取り替え可能にでき
ています)。Markup とはプレーンテ......されます)
: :main: name
コマンドラインの --main パラメータと同じ働きをします。
: :section: title
新しいセクションを開始します。:section: の後ろに置いたタイトルはその
セクションの見出しとなります。そして、コメン... -
rdoc
/ context (26016.0) -
RDoc::Context と RDoc::Context::Section を定義するサブライ ブラリです。
...RDoc::Context と RDoc::Context::Section を定義するサブライ
ブラリです。... -
RDoc
:: CodeObject # section -> RDoc :: Context :: Section (21318.0) -
所属している section を返します。
...所属している section を返します。... -
OpenSSL
:: Config # section(sec) -> {String => String} (15307.0) -
指定したセクションの設定情報をハッシュで返します。
...指定したセクションの設定情報をハッシュで返します。
ハッシュのキーが設定情報のキー、ハッシュの値が対応する情報となります。
section は obsolete です。[] を使ってください。
@param sec セクションを表す文字列... -
RDoc
:: Context # current _ section -> RDoc :: Context :: Section (12318.0) -
現在の section を返します。
...現在の section を返します。... -
RDoc
:: Context # set _ current _ section(title , comment) -> () (12201.0) -
Handle sections
...Handle sections... -
Array
# intersection(*other _ arrays) -> Array (12200.0) -
自身と引数に渡された配列の共通要素を新しい配列として返します。 要素が重複する場合は、そのうちの1つのみを返します。 要素の順序は自身の順序を維持します。
...持します。
@param other_arrays 自身と共通要素を取りたい配列を指定します。
配列以外のオブジェクトを指定した場合は to_ary
メソッドによる暗黙の型変換を試みます。
@raise TypeError 引数に配列以......に発生します。
intersectionはObject#hashとObject#eql?を使って比較を行います。
//emlist[例][ruby]{
[1, 1, 3, 5].intersection([3, 2, 1]) # => [1, 3]
["a", "b", "z"].intersection(["a", "b", "c"], ["b"]) # => ["b"]
["a"].intersection......# => ["a"]
//}
@see Set#intersection, Array#&... -
Net
:: HTTPLengthRequired (12006.0) -
HTTP レスポンス 411 (Length Required) を表現するクラスです。
...HTTP レスポンス 411 (Length Required) を表現するクラスです。
詳しくは 7231 Section 6.5.10 を見てください。... -
Net
:: HTTPMisdirectedRequest (12006.0) -
HTTP レスポンス 421 (Misdirected Request) を表現するクラスです。
...HTTP レスポンス 421 (Misdirected Request) を表現するクラスです。
詳しくは 7540 Section 9.1.2 を見てください。... -
Net
:: HTTPPaymentRequired (12006.0) -
HTTP レスポンス 402 (Payment Required) を表現するクラスです。
...HTTP レスポンス 402 (Payment Required) を表現するクラスです。
詳しくは 7231 Section 6.5.2 を見てください。...