mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
f6540211b5
In Ruby 1.9 we're currently use `Range#cover?` to fix the performance problem. However, there might be the case that you want to use `Range#include?` instead. This patch will give you that option. |
||
---|---|---|
.. | ||
active_model | ||
active_model.rb |