diff options
author | Scott Barron <scott@elitists.net> | 2006-11-02 18:37:38 +0000 |
---|---|---|
committer | Scott Barron <scott@elitists.net> | 2006-11-02 18:37:38 +0000 |
commit | 2dd98cfe8cfba26bdb24a51e0ceea49995299c11 (patch) | |
tree | 4a50366690cd286ab767256ba431a89246c2521b /railties/lib | |
parent | 4559840a32e7d3b0602c0a0e5f984375a5dd078d (diff) | |
download | rails-2dd98cfe8cfba26bdb24a51e0ceea49995299c11.tar.gz rails-2dd98cfe8cfba26bdb24a51e0ceea49995299c11.tar.bz2 rails-2dd98cfe8cfba26bdb24a51e0ceea49995299c11.zip |
umm ... who left that there
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5408 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/lib')
-rw-r--r-- | railties/lib/breakpoint.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/railties/lib/breakpoint.rb b/railties/lib/breakpoint.rb index 0220c01fb8..7aa561e1a2 100644 --- a/railties/lib/breakpoint.rb +++ b/railties/lib/breakpoint.rb @@ -14,10 +14,6 @@ # 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'
|