るりまサーチ

最速Rubyリファレンスマニュアル検索!
6件ヒット [1-6件を表示] (0.032秒)
トップページ > クエリ:true[x] > クエリ:_builtin[x] > クラス:Enumerator::ArithmeticSequence[x]

別のキーワード

  1. _builtin true
  2. object true
  3. rb_true
  4. true object

ライブラリ

検索結果

Enumerator::ArithmeticSequence#==(other) -> bool (8007.0)

Enumerable::ArithmeticSequence として等しいか判定します。

...Enumerable::ArithmeticSequence として等しいか判定します。

other が Enumerable::ArithmeticSequence で
begin, end, step, exclude_end? が等しい時に
true
を返します。

@param other 自身と比較する Enumerable::ArithmeticSequence...