るりまサーチ

最速Rubyリファレンスマニュアル検索!
19件ヒット [1-19件を表示] (0.048秒)

別のキーワード

  1. socket mcast_exclude
  2. _builtin exclude_end?
  3. range exclude_end?
  4. rake exclude
  5. rake clear_exclude

ライブラリ

検索結果

Range#exclude_end? -> bool (24214.0)

範囲オブジェクトが終端を含まないとき真を返します。

...範囲オブジェクトが終端を含まないとき真を返します。

//emlist[例][ruby]{
(1..5).exclude_end? # => false
(1...5).exclude_end? # => true
//}...

Enumerator::ArithmeticSequence#exclude_end? -> bool (24202.0)

末項(終端)を含まないとき真を返します。

末項(終端)を含まないとき真を返します。