aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/breakpoint.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activesupport/lib/active_support/breakpoint.rb')
-rwxr-xr-xactivesupport/lib/active_support/breakpoint.rb2
1 files changed, 1 insertions, 1 deletions
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'