self == other -> bool
[permalink][rdoc][edit]-
Enumerable::ArithmeticSequence として等しいか判定します。
other が Enumerable::ArithmeticSequence で begin, end, step, exclude_end? が等しい時に true を返します。
- [PARAM] other:
- 自身と比較する Enumerable::ArithmeticSequence
self == other -> bool
[permalink][rdoc][edit]Enumerable::ArithmeticSequence として等しいか判定します。
other が Enumerable::ArithmeticSequence で begin, end, step, exclude_end? が等しい時に true を返します。