5件ヒット
[1-5件を表示]
(0.027秒)
種類
- インスタンスメソッド (3)
- 文書 (1)
- 特異メソッド (1)
ライブラリ
-
rdoc
/ context (4)
クラス
-
RDoc
:: Context (1) -
RDoc
:: Context :: Section (3)
キーワード
-
NEWS for Ruby 3
. 0 . 0 (1) - new (1)
-
set
_ comment (1) -
set
_ current _ section (1)
検索結果
先頭5件
-
RDoc
:: Context :: Section # comment -> String | nil (63352.0) -
section のコメントを返します。
section のコメントを返します。 -
RDoc
:: Context :: Section # set _ comment(comment) -> () (27697.0) -
自身にコメントを設定します。
自身にコメントを設定します。
@param comment 文字列を指定します。
comment の最初の行に :section: を含んでいた場合、その行以降の文字列をコ
メントとして設定します。そうでない場合は comment すべてをコメントとして
設定します。
# ---------------------
# :section: The title
# The body
# --------------------- -
RDoc
:: Context # set _ current _ section(title , comment) -> () (18607.0) -
Handle sections
Handle sections -
RDoc
:: Context :: Section . new(parent , title , comment) -> RDoc :: Context :: Section (9679.0) -
自身を初期化します。
自身を初期化します。
@param parent RDoc::Context オブジェクトを指定します。
@param title section のタイトルを文字列で指定します。
@param comment section のコメントを文字列で指定します。
また、section のシーケンス番号を新しく作成します。 -
NEWS for Ruby 3
. 0 . 0 (55.0) -
NEWS for Ruby 3.0.0 このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。
NEWS for Ruby 3.0.0
このドキュメントは前回リリース以降のバグ修正を除くユーザーに影響のある機能の変更のリストです。
それぞれのエントリーは参照情報があるため短いです。
十分な情報と共に書かれた全ての変更のリストはリンク先を参照してください。
== 言語仕様の変更
* Keyword arguments are now separated from positional arguments.
Code that resulted in deprecation warnings in Ruby 2.7 will now
result in Argum...