ライブラリ
- ビルトイン (27)
- monitor (12)
-
mutex
_ m (12) -
net
/ http (500) -
net
/ imap (12) - openssl (96)
-
rdoc
/ code _ object (24) -
rdoc
/ context (144) - set (9)
- uri (48)
クラス
- Array (6)
- Enumerator (6)
-
MonitorMixin
:: ConditionVariable (12) -
Net
:: IMAP :: FetchData (12) -
OpenSSL
:: Config (96) -
RDoc
:: CodeObject (24) -
RDoc
:: Context (36) -
RDoc
:: Context :: Section (96) - Set (12)
-
URI
:: Generic (36)
モジュール
- Enumerable (12)
- URI (12)
キーワード
- + (12)
- == (12)
- HTTPAccepted (12)
- HTTPBadGateway (12)
- HTTPBadRequest (12)
- HTTPConflict (12)
- HTTPContinue (12)
- HTTPCreated (12)
- HTTPExpectationFailed (12)
- HTTPForbidden (12)
- HTTPFound (12)
- HTTPGatewayTimeOut (5)
- HTTPGatewayTimeout (7)
- HTTPGone (12)
- HTTPInternalServerError (12)
- HTTPLengthRequired (12)
- HTTPMethodNotAllowed (12)
- HTTPMisdirectedRequest (8)
- HTTPMovedPermanently (12)
- HTTPMultipleChoices (12)
- HTTPNoContent (12)
- HTTPNonAuthoritativeInformation (12)
- HTTPNotAcceptable (12)
- HTTPNotFound (12)
- HTTPNotImplemented (12)
- HTTPNotModified (12)
- HTTPOK (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)
-
Mutex
_ m (12) -
NEWS for Ruby 3
. 0 . 0 (5) - [] (12)
-
add
_ value (12) - attr (12)
- chunk (12)
- comment (12)
-
current
_ section (12) - each (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 (24)
- section= (12)
- sections (24)
- sequence (12)
-
set
_ comment (12) -
set
_ current _ section (12) - title (12)
- value (24)
- wait (12)
検索結果
先頭5件
-
RDoc
:: Context :: Section (18022.0) -
section に関する情報を保持するクラスです。
...section に関する情報を保持するクラスです。
ドキュメント中で以下のように記述した情報を保持しています。
# :section: The title
# The body... -
RDoc
:: CodeObject # section -> RDoc :: Context :: Section (6218.0) -
所属している section を返します。
...所属している section を返します。... -
RDoc
:: Context # current _ section -> RDoc :: Context :: Section (6218.0) -
現在の section を返します。
...現在の section を返します。... -
RDoc
:: Context # sections -> RDoc :: Context :: Section (6217.0) -
追加された RDoc::Context::Section の配列を返します。
...追加された RDoc::Context::Section の配列を返します。... -
RDoc
:: CodeObject # section=(val) (6123.0) -
所属する section を設定します。
...所属する section を設定します。
@param val RDoc::Context::Section オブジェクトを指定します。... -
RDoc
:: Context # set _ current _ section(title , comment) -> () (6101.0) -
Handle sections
...Handle sections... -
Array
# intersection(*other _ arrays) -> Array (6100.0) -
自身と引数に渡された配列の共通要素を新しい配列として返します。 要素が重複する場合は、そのうちの1つのみを返します。 要素の順序は自身の順序を維持します。
...に発生します。
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#&... -
OpenSSL
:: Config # sections -> [String] (6100.0) -
オブジェクトに含まれる全てのセクション名の配列を返します。
オブジェクトに含まれる全てのセクション名の配列を返します。 -
RDoc
:: Context :: Section . new(parent , title , comment) -> RDoc :: Context :: Section (3119.0) -
自身を初期化します。
...します。
@param parent RDoc::Context オブジェクトを指定します。
@param title section のタイトルを文字列で指定します。
@param comment section のコメントを文字列で指定します。
また、section のシーケンス番号を新しく作成します。...