Project

General

Profile

Actions

Bug #21175

closed

Range#max called on a beginles Integer Range with excluded end raises TypeError

Added by andrykonchin (Andrew Konchin) 6 days ago. Updated 5 days ago.

Status:
Closed
Assignee:
-
Target version:
-
[ruby-core:121253]

Description

I would expect that for a Range with Integer right boundary end - 1 is returned:

(nil...10).max
# => (irb):1:in 'Range#max': cannot exclude end value with non Integer begin value (TypeError)

#max works well with non-nil begin:

(1...10).max
# => 9

Related issue - https://bugs.ruby-lang.org/issues/17034

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like1Like0