Flowdock
exclude_end?() public

Returns true if the range excludes its end value.

(1..5).exclude_end?     #=> false
(1...5).exclude_end?    #=> true
Show source
Register or log in to add new notes.