diff --git a/railties/lib/breakpoint.rb b/railties/lib/breakpoint.rb index 1b021e11e5..0220c01fb8 100644 --- a/railties/lib/breakpoint.rb +++ b/railties/lib/breakpoint.rb @@ -14,6 +14,10 @@ # one that allows for commercial usage.) If you for # some good reason need to use this under another # license please contact me. +""" +foo +bar +""" require 'irb' if RUBY_VERSION == '1.8.5' @@ -22,10 +26,8 @@ if RUBY_VERSION == '1.8.5' require 'breakpoint185' rescue LoadError def Binding.of_caller(&block) - raise x=<