method
exclude_end?
![Some documentation Importance_1](https://d2vfyqvduarcvs.cloudfront.net/images/importance_1.png?1349367920)
exclude_end?()
public
Returns true if the range excludes its end value.
(1..5).exclude_end? #=> false (1...5).exclude_end? #=> true
exclude_end?()
public
Returns true if the range excludes its end value.
(1..5).exclude_end? #=> false (1...5).exclude_end? #=> true