53件ヒット
[1-53件を表示]
(0.036秒)
種類
- インスタンスメソッド (36)
- 特異メソッド (12)
- 文書 (5)
ライブラリ
-
rdoc
/ context (48)
クラス
-
RDoc
:: Context (12) -
RDoc
:: Context :: Section (36)
キーワード
-
NEWS for Ruby 3
. 0 . 0 (5) - new (12)
-
set
_ comment (12) -
set
_ current _ section (12)
検索結果
先頭5件
-
RDoc
:: Context :: Section # comment -> String | nil (21101.0) -
section のコメントを返します。
section のコメントを返します。 -
RDoc
:: Context :: Section # set _ comment(comment) -> () (9220.0) -
自身にコメントを設定します。
...身にコメントを設定します。
@param comment 文字列を指定します。
comment の最初の行に :section: を含んでいた場合、その行以降の文字列をコ
メントとして設定します。そうでない場合は comment すべてをコメントとして
設定し... -
RDoc
:: Context :: Section . new(parent , title , comment) -> RDoc :: Context :: Section (3214.0) -
自身を初期化します。
...自身を初期化します。
@param parent RDoc::Context オブジェクトを指定します。
@param title section のタイトルを文字列で指定します。
@param comment section のコメントを文字列で指定します。
また、section のシーケンス番号を新しく... -
RDoc
:: Context # set _ current _ section(title , comment) -> () (3101.0) -
Handle sections
Handle sections -
NEWS for Ruby 3
. 0 . 0 (48.0) -
NEWS for Ruby 3.0.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。
...no longer frozen when
`# frozen-string-literal: true` is used. 17104
* Magic comment `shareable_constant_value` added to freeze constants.
See {Magic Comments}[rdoc-ref:doc/syntax/comments.rdoc@Magic+Comments] for more details.
17273
* A {static analysis}[rdoc-label:label-Static+ana......aluated code. 4352 17419
* ConditionVariable
* ConditionVariable#wait may now invoke the `block`/`unblock` scheduler hooks in a non-blocking context. 16786
* Dir
* Dir.glob and Dir.[] now sort the results by default, and accept the `sort:` keyword option. 8709
* ENV
* ENV.except h......or Encoding.default_external to UTF-8 on Windows 16604
* Fiber
* Fiber.new(blocking: true/false) allows you to create non-blocking execution contexts. 16786
* Fiber#blocking? tells whether the fiber is non-blocking. 16786
* Fiber#backtrace and Fiber#backtrace_locations provide per-fibe...