Luiz Gustavo Retka Darossi

Results 2 issues of Luiz Gustavo Retka Darossi

I have a problem when trying to compare dates within a range using the === operator. The current implementation does not support this. ```ruby range = Date.parse('2024-01-01')..Date.parse('2024-12-31') date = Date.parse('2024-07-22')...