るりまサーチ

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

別のキーワード

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

ライブラリ

モジュール

キーワード

検索結果

<< 1 2 3 ... > >>

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

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

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

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

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

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

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

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

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

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

現在の section を返します。

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

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

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

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

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

Handle sections

...Handle sections...

絞り込み条件を変える

Array#intersection(*other_arrays) -> Array (6200.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] (6200.0)

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

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

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

自身を初期化します。

...します。

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

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

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

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

Set#intersection(enum) -> Set (3200.0)

共通部分、すなわち、2つの集合のいずれにも属するすべての要素からなる 新しい集合を作ります。

共通部分、すなわち、2つの集合のいずれにも属するすべての要素からなる
新しい集合を作ります。

@param enum each メソッドが定義されたオブジェクトを指定します。
@raise ArgumentError 引数 enum に each メソッドが定義されていない場合に
発生します。

//emlist[][ruby]{
require 'set'
s1 = Set[10, 20, 30]
s2 = Set[10, 30, 50]
p s1 & s2 #=> #<Set: {10, 30}>
//}

@see Array#&
...ブジェクトを指定します。
@raise ArgumentError 引数 enum に each メソッドが定義されていない場合に
発生します。

//emlist[][ruby]{
require 'set'
s1 = Set[10, 20, 30]
s2 = Set[10, 30, 50]
p s1 & s2 #=> #<Set: {10, 30}>
//}

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

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

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

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

絞り込み条件を変える

<< 1 2 3 ... > >>