るりまサーチ

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

別のキーワード

  1. open3 popen2e
  2. socket af_e164
  3. matrix det_e
  4. matrix rank_e
  5. open3 capture2e

クラス

オブジェクト

キーワード

検索結果

<< 1 2 3 ... > >>

RSS::ImageFaviconModel::ImageFavicon#size (27204.0)

@todo

@todo

Enumerator::ArithmeticSequence#size -> Integer | nil (27201.0)

有限なら要素数を返します。 そうでなければ nil を返します。

...有限なら要素数を返します。
そうでなければ nil を返します。

@return 要素数または nil を返します。...

Net::IMAP::BodyTypeText#size -> Integer (27201.0)

ボディのサイズのオクテット数を返します。

ボディのサイズのオクテット数を返します。

Pathname#size -> Integer (24223.0)

FileTest.size(self.to_s) と同じです。

...FileTest.size(self.to_s) と同じです。


@see FileTest.#size...

Enumerator#size -> Integer | Float::INFINITY | nil (24219.0)

self の要素数を返します。

...elf の要素数を返します。

要素数が無限の場合は Float::INFINITY を返します。
E
numerator.new に Proc オブジェクトを指定していた場合はその
実行結果を返します。呼び出した時に要素数が不明であった場合は nil を返し
ます。

//e...
...mlist[例][ruby]{
(1..100).to_a.permutation(4).size # => 94109400
loop.size # => Float::INFINITY
(1..100).drop_while.size # => nil
//}

@see Enumerator.new...

絞り込み条件を変える

Range#size -> Integer | Float::INFINITY | nil (24219.0)

範囲内の要素数を返します。始端、終端のいずれかのオブジェクトが Numeric のサブクラスのオブジェクトではない場合には nil を返します。

...を返します。始端、終端のいずれかのオブジェクトが
Numeric のサブクラスのオブジェクトではない場合には nil を返します。

//emlist[例][ruby]{
(10..20).size # => 11
("a".."z").size # => nil
(-Float::INFINITY..Float::INFINITY).size # => Infinity
//}...

File.size(path) -> Integer (24217.0)

FileTest.#size と同じです。

...FileTest.#size と同じです。

@param path パスを表す文字列か IO オブジェクトを指定します。...

Gem::Package::TarHeader#size -> Integer (24217.0)

tar のヘッダに含まれる size を返します。

...tar のヘッダに含まれる size を返します。...

Shell#size(file) -> Integer (24214.0)

FileTest モジュールにある同名のクラスメソッドと同じです.

...FileTest モジュールにある同名のクラスメソッドと同じです.

@param file ファイル名を表す文字列を指定します。

@see FileTest.#size FileTest.#size?...

Shell::CommandProcessor#size(file) -> Integer (24214.0)

FileTest モジュールにある同名のクラスメソッドと同じです.

...FileTest モジュールにある同名のクラスメソッドと同じです.

@param file ファイル名を表す文字列を指定します。

@see FileTest.#size FileTest.#size?...

絞り込み条件を変える

<< 1 2 3 ... > >>