るりまサーチ

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

別のキーワード

  1. context new
  2. rdoc/context new
  3. rexml/document context
  4. webrick/ssl ssl_context
  5. context thread

ライブラリ

キーワード

検索結果

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

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

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

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

自身を初期化します。

...自身を初期化します。

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

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

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

また、section のシーケンス番号を新しく...

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

Handle sections

Handle sections

RDoc::Context::Section (3006.0)

section に関する情報を保持するクラスです。

...section に関する情報を保持するクラスです。

ドキュメント中で以下のように記述した情報を保持しています。

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

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

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

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

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

絞り込み条件を変える