diff options
Diffstat (limited to 'lib/irb.rb')
-rw-r--r-- | lib/irb.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/irb.rb b/lib/irb.rb index b11be9e8a2..c8fa04c4e5 100644 --- a/lib/irb.rb +++ b/lib/irb.rb @@ -1,8 +1,8 @@ # # irb.rb - irb main module -# $Release Version: 0.9.6 $ -# $Revision$ -# by Keiju ISHITSUKA([email protected]) +# $Release Version: 0.9.6 $ +# $Revision$ +# by Keiju ISHITSUKA([email protected]) # # -- # @@ -72,7 +72,7 @@ module IRB ensure irb_at_exit end - # print "\n" +# print "\n" end def IRB.irb_at_exit @@ -167,7 +167,7 @@ module IRB if exc print exc.class, ": ", exc, "\n" if exc.backtrace[0] =~ /irb(2)?(\/.*|-.*|\.rb)?:/ && exc.class.to_s !~ /^IRB/ && - !(SyntaxError === exc) + !(SyntaxError === exc) irb_bug = true else irb_bug = false |