るりまサーチ (Ruby 2.1.0)

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

別のキーワード

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

ライブラリ

検索結果

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

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

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

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

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

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

@param comment 文字列を指定します。

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

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