aboutsummaryrefslogblamecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/range/include_range.rb
blob: 2da2c587a31f19fb775b44ebd1b5ab8eb522c6cc (plain) (tree)
1
2
3
4
5
6
7
8
9
                             
 
                                    
 




                                                                                                             
# frozen_string_literal: true

require "active_support/deprecation"

ActiveSupport::Deprecation.warn "You have required `active_support/core_ext/range/include_range`. " \
"This file will be removed in Rails 6.1. You should require `active_support/core_ext/range/compare_range` " \
  "instead."

require "active_support/core_ext/range/compare_range"