るりまサーチ

最速Rubyリファレンスマニュアル検索!
44件ヒット [1-44件を表示] (0.127秒)
トップページ > クエリ:i[x] > クエリ:-[x] > クエリ:>[x] > クエリ:d[x] > ライブラリ:rdoc/context[x] > クエリ:comment[x]

別のキーワード

  1. _builtin -
  2. open-uri open
  3. irb/input-method new
  4. irb/input-method gets
  5. matrix -

検索結果

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

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

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

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

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

...m comment 文字列を指定します。

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

# ---------------------
# :sectio...
...n: The title
# The body
# ---------------------...

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

Handle sections

...Handle sections...

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

自身を初期化します。

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

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

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

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

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