るりまサーチ (Ruby 2.4.0)

最速Rubyリファレンスマニュアル検索!
5件ヒット [1-5件を表示] (0.024秒)
トップページ > クエリ:IO[x] > バージョン:2.4.0[x] > クエリ:title[x] > クエリ:Section[x]

別のキーワード

  1. io popen
  2. io pipe
  3. io each
  4. io each_line
  5. io readlines

ライブラリ

キーワード

検索結果

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

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

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

RDoc::Context::Section (72085.0)

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

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

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

# :section: The title
# The body

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

Handle sections

Handle sections

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

自身を初期化します。

自身を初期化します。

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

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

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

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

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

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

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

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

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

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

絞り込み条件を変える