るりまサーチ (Ruby 2.3.0)

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

別のキーワード

  1. rss title
  2. rss title=
  3. item title
  4. item title=
  5. image title

ライブラリ

キーワード

検索結果

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

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

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

RDoc::Context::Section.new(parent, title, comment) -> RDoc::Context::Section (325.0)

自身を初期化します。

自身を初期化します。

@param parent RDoc::Context オブジェクトを指定します。

@param title section のタイトルを文字列で指定します。

@param comment section のコメントを文字列で指定します。

また、section のシーケンス番号を新しく作成します。

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

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

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

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

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

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