るりまサーチ

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

別のキーワード

  1. section ==
  2. section new
  3. section title
  4. section parent
  5. section comment

ライブラリ

モジュール

キーワード

検索結果

<< 1 2 3 ... > >>

RDoc::Context::Section (18022.0)

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

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

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

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

RDoc::CodeObject#section -> RDoc::Context::Section (6218.0)

所属している section を返します。

...所属している section を返します。...

RDoc::Context#current_section -> RDoc::Context::Section (6218.0)

現在の section を返します。

...現在の section を返します。...

RDoc::Context#sections -> RDoc::Context::Section (6217.0)

追加された RDoc::Context::Section の配列を返します。

...追加された RDoc::Context::Section の配列を返します。...

RDoc::CodeObject#section=(val) (6123.0)

所属する section を設定します。

...所属する section を設定します。

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

絞り込み条件を変える

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

Handle sections

...Handle sections...

Array#intersection(*other_arrays) -> Array (6100.0)

自身と引数に渡された配列の共通要素を新しい配列として返します。 要素が重複する場合は、そのうちの1つのみを返します。 要素の順序は自身の順序を維持します。

...に発生します。

intersectionはObject#hashとObject#eql?を使って比較を行います。

//emlist[例][ruby]{
[1, 1, 3, 5].intersection([3, 2, 1]) # => [1, 3]
["a", "b", "z"].intersection(["a", "b", "c"], ["b"]) # => ["b"]
["a"].intersection...
...# => ["a"]
//}

@see Set#intersection, Array#&...

OpenSSL::Config#sections -> [String] (6100.0)

オブジェクトに含まれる全てのセクション名の配列を返します。

オブジェクトに含まれる全てのセクション名の配列を返します。

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

自身を初期化します。

...します。

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

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

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

また、section のシーケンス番号を新しく作成します。...
<< 1 2 3 ... > >>