From a821c3dd932a06fe702baa404b46a46156d357ea Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Mon, 21 Nov 2005 07:29:04 +0000 Subject: r3215@asus: jeremy | 2005-11-20 02:05:56 -0800 Eliminate double-requires due to Ruby seeing different paths to the same file. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3127 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/lib/active_support/breakpoint.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/lib/active_support/breakpoint.rb') diff --git a/activesupport/lib/active_support/breakpoint.rb b/activesupport/lib/active_support/breakpoint.rb index ab2efd39d0..785dac7596 100755 --- a/activesupport/lib/active_support/breakpoint.rb +++ b/activesupport/lib/active_support/breakpoint.rb @@ -16,7 +16,7 @@ # license please contact me. require 'irb' -require File.dirname(__FILE__) + '/binding_of_caller' +require File.dirname(__FILE__) + '/binding_of_caller' unless defined? Binding.of_caller require 'drb' require 'drb/acl' -- cgit v1.2.3