diff --git a/railties/lib/breakpoint.rb b/railties/lib/breakpoint.rb index fc586bcadb0c8d6ad42eb8fd3ea0087f1a41e299..1b021e11e5b8127130eb076c85854779d5894fde 100644 --- a/railties/lib/breakpoint.rb +++ b/railties/lib/breakpoint.rb @@ -21,11 +21,11 @@ require 'rubygems' require 'breakpoint185' rescue LoadError - puts 'WARNING: breakpoints will not work with Ruby 1.8.5 without the call_stack gem.' - puts ' gem install call_stack or see http://eigenclass.org/hiki.rb?call_stack' def Binding.of_caller(&block) - raise 'Breakpoint requires the call_stack gem with Ruby 1.8.5.' - return + raise x=<