Actions
Bug #1306
closedexception when exiting from IRB if test/unit is loaded
Bug #1306:
exception when exiting from IRB if test/unit is loaded
Description
=begin
tested on versions 1.8.6 and 1.8.7
steps to reproduce:
- load irb
- require 'test/unit'
- type "exit" or hit ^D
- result: /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/irb.rb:76:in
throw': uncaught throwIRB_EXIT' (NameError)
patch solves the problem
=end
Files
Actions