るりまサーチ

最速Rubyリファレンスマニュアル検索!
33件ヒット [1-33件を表示] (0.079秒)

別のキーワード

  1. section set_comment
  2. section parent
  3. section inspect
  4. section new

ライブラリ

キーワード

検索結果

RDoc::Context::Section#comment -> String | nil (21118.0)

section のコメントを返します。

...
section
のコメントを返します。...

RDoc::Context::Section#set_comment(comment) -> () (9233.0)

自身にコメントを設定します。

... comment 文字列を指定します。

comment
の最初の行に :section: を含んでいた場合、その行以降の文字列をコ
メントとして設定します。そうでない場合は comment すべてをコメントとして
設定します。

# ---------------------
# :section...

RDoc::Context#set_current_section(title, comment) -> () (6203.0)

Handle sections

...Handle sections...