るりまサーチ (Ruby 3.1)

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

別のキーワード

  1. etc sc_xopen_enh_i18n
  2. net/pop n_mails
  3. net/pop n_bytes
  4. pop n_mails
  5. context prompt_n

ライブラリ

キーワード

検索結果

RDoc::Context::Section#comment -> String | nil (90655.0)

section のコメントを返します。

section のコメントを返します。

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

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

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

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

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

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

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

Handle sections

Handle sections