Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.1.6
-
Fix Version/s: JRuby 1.2
-
Component/s: Core Classes/Modules
-
Labels:None
-
Number of attachments :
Description
The following bit of code works with ruby 1.8.7 and JRuby 1.1.6, but fails on JRuby trunk
require "tempfile" p Dir.tmpdir
Hmmm, cool. Apparently tempfile creates that and my rewrite missed that detail. I will fix this.