aboutsummaryrefslogblamecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/range.rb
blob: ee7868a2f8075b5dd142a6fca5843747c1f4c3de (plain) (tree)
1
2
3
4
5
                                                   



                                                           
require 'active_support/core_ext/range/conversions'

class Range #:nodoc:
  include ActiveSupport::CoreExtensions::Range::Conversions
end