るりまサーチ

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

別のキーワード

  1. _builtin to_r
  2. open3 pipeline_r
  3. matrix elements_to_r
  4. fileutils cp_r
  5. fileutils rm_r

ライブラリ

モジュール

キーワード

検索結果

<< 1 2 3 ... > >>

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

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

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

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

現在の section を返します。

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

OpenSSL::Config#section(sec) -> {String => String} (21507.0)

指定したセクションの設定情報をハッシュで返します。

...指定したセクションの設定情報をハッシュで返します。

ハッシュのキーが設定情報のキー、ハッシュの値が対応する情報となります。

section
は obsolete です。[] を使ってください。

@param sec セクションを表す文字列...

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

Handle sections

...Handle sections...

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

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

...持します。

@param other_arrays 自身と共通要素を取りたい配列を指定します。
配列以外のオブジェクトを指定した場合は to_ary
メソッドによる暗黙の型変換を試みます。

@raise TypeError 引数に配列以...
...合に発生します。

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#&...

絞り込み条件を変える

RDoc::Context::Section#parent -> RDoc::Context (18400.0)

自身が所属する RDoc::Context オブジェクトを返します。

...自身が所属する RDoc::Context オブジェクトを返します。...

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

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

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

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

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

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

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

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

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

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

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

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

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

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

絞り込み条件を変える

<< 1 2 3 ... > >>