From d556f466079d329ee678afe0c11db914894cb4b0 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Tue, 9 Oct 2007 07:49:16 +0000 Subject: Style update for new Range extensions git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7818 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/lib/active_support/core_ext/range.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'activesupport/lib/active_support/core_ext/range.rb') diff --git a/activesupport/lib/active_support/core_ext/range.rb b/activesupport/lib/active_support/core_ext/range.rb index c3ef624617..0d2b169e3f 100644 --- a/activesupport/lib/active_support/core_ext/range.rb +++ b/activesupport/lib/active_support/core_ext/range.rb @@ -1,7 +1,7 @@ require 'active_support/core_ext/range/conversions' -require File.dirname(__FILE__) + '/range/overlaps' -require File.dirname(__FILE__) + '/range/include_range' -require File.dirname(__FILE__) + '/range/blockless_step' +require 'active_support/core_ext/range/overlaps' +require 'active_support/core_ext/range/include_range' +require 'active_support/core_ext/range/blockless_step' class Range #:nodoc: include ActiveSupport::CoreExtensions::Range::Conversions -- cgit v1.2.3