るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.106秒)
トップページ > ライブラリ:ビルトイン[x] > クエリ:Integer#numerator[x] > クエリ:rindex[x] > クエリ:size[x] > クラス:Enumerator::ArithmeticSequence[x]

別のキーワード

  1. handle_interrupt thread#raise
  2. add rexml::attribute#name
  3. << rexml::attribute#name
  4. inspect? irb::context#inspect_mode
  5. inspect? irb::context#inspect_mode=

検索結果

Enumerator::ArithmeticSequence#hash -> Integer (3104.0)

自身のハッシュ値を返します。

自身のハッシュ値を返します。

begin, end, step, exclude_end? が等しい Enumerable::ArithmeticSequence は
同じハッシュ値を返します。

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

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

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

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