るりまサーチ (Ruby 3.3)

最速Rubyリファレンスマニュアル検索!
4件ヒット [1-4件を表示] (0.125秒)
トップページ > クエリ:I[x] > クエリ:h[x] > バージョン:3.3[x] > クエリ:Sequence[x] > クエリ:begin[x]

別のキーワード

  1. _builtin to_h
  2. struct to_h
  3. enumerable to_h
  4. openstruct to_h
  5. ostruct to_h

ライブラリ

キーワード

検索結果

Enumerator::ArithmeticSequence#begin -> Numeric | nil (90604.0)

初項 (始端) を返します。

初項 (始端) を返します。

@see Enumerator::ArithmeticSequence#end

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

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

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

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

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

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

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

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

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

Enumerator::ArithmeticSequence#end -> Numeric | nil (27319.0)

末項(終端)を返します。

末項(終端)を返します。

@see Enumerator::ArithmeticSequence#begin