るりまサーチ (Ruby 3.0)

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

別のキーワード

  1. rdoc version
  2. rdoc/markdown parse
  3. rdoc attr_modifiers
  4. rdoc/context new
  5. rdoc method_modifiers

キーワード

検索結果

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

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

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

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

Handle sections

Handle sections

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

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

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

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

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

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