exclude_end? -> bool
範囲オブジェクトが終端を含まないとき真を返します。
例:
(1..5).exclude_end? # => false (1...5).exclude_end? # => true