るりまサーチ

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

別のキーワード

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

ライブラリ

検索結果

RDoc::Context::Section#title -> String | nil (21119.0)

section のタイトルを返します。

...
section
のタイトルを返します。...

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

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

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

# ---------------------
# :section: The title
# The body
# -----------...