General

Profile

arzezak (Ariel Rzezak)

  • Login: arzezak
  • Registered on: 05/22/2019
  • Last sign in: 03/25/2020

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

05/22/2019

09:52 PM Ruby Bug #15867 (Closed): Enumerable#minmax inconsistent behavior with Time ranges
With `Date` the behavior is consistent for inclusive and exclusive ranges:
```
>> (Date.new(2019, 7, 1)..Date.new(2019, 7, 3)).min
=> #<Date: 2019-07-01 ((2458666j,0s,0n),+0s,2299161j)>
> ...
=> #<Date: 2019-07-03 ((2458668j,0s,0n)...
arzezak (Ariel Rzezak)

Also available in: Atom