aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/range/compare_range.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in Range comparisons when comparing to excluded-end RangeOwen Stephens2019-03-281-12/+21
* Add `ActiveSupport::CompareWithRange` to API docsbogdanvlviv2018-06-071-1/+1
* Allow Range#=== and Range#cover? on Rangeutilum2018-05-221-0/+61