るりまサーチ

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

別のキーワード

  1. rexml/document new
  2. rexml/document write
  3. rexml/document clone
  4. rexml/document to_s
  5. rexml/document node_type

ライブラリ

キーワード

検索結果

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

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

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

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

Handle sections

Handle sections

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

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

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

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