mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
b19150448b
Ruby 2.7 introduces beginless ranges (..value and ...value) and as with endless ranges we can turn these into inequalities, enabling expressions such as Order.where(created_at: ..1.year.ago) User.where(karma: ...0) |
||
---|---|---|
.. | ||
attribute_test.rb | ||
math_test.rb |