diff options
author | Eugene Kenny <elkenny@gmail.com> | 2017-04-25 07:40:51 -0700 |
---|---|---|
committer | Eugene Kenny <elkenny@gmail.com> | 2017-04-25 07:40:51 -0700 |
commit | 90f851a18b1aca6323c77d21153761e36f864079 (patch) | |
tree | c5aea654de065fc779e35b59df14dc73c3773845 /activerecord/lib/active_record/connection_adapters | |
parent | c2e3e0d2096836bfb6072af70bd0914a960a50fe (diff) | |
download | rails-90f851a18b1aca6323c77d21153761e36f864079.tar.gz rails-90f851a18b1aca6323c77d21153761e36f864079.tar.bz2 rails-90f851a18b1aca6323c77d21153761e36f864079.zip |
Remove checks for Enumerator#size method
The Enumerator#size method was introduced in Ruby 2.0.
These tests were added when Rails 4.1 was current, and Ruby 1.9.3 was
still supported. Since Rails 5 only Ruby >= 2.2.2 is supported, so the
checks are no longer necessary.
Diffstat (limited to 'activerecord/lib/active_record/connection_adapters')
0 files changed, 0 insertions, 0 deletions