24件ヒット
[1-24件を表示]
(0.143秒)
ライブラリ
-
rdoc
/ context (24)
キーワード
- == (12)
-
set
_ comment (12)
検索結果
-
RDoc
:: Context :: Section # set _ comment(comment) -> () (6108.0) -
自身にコメントを設定します。
...身にコメントを設定します。
@param comment 文字列を指定します。
comment の最初の行に :section: を含んでいた場合、その行以降の文字列をコ
メントとして設定します。そうでない場合は comment すべてをコメントとして
設定し......ます。
# ---------------------
# :section: The title
# The body
# ---------------------... -
RDoc
:: Context :: Section # ==(other) -> bool (3108.0) -
自身と other のシーケンス番号を比較した結果を返します。
...自身と other のシーケンス番号を比較した結果を返します。
@param other RDoc::Context::Section オブジェクトを指定します。...