Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: JRuby 1.6.7
-
Fix Version/s: None
-
Component/s: Standard Library
-
Labels:None
-
Number of attachments :
Description
FileUtils.mv(source, destination, :force => true) If source does not exist but destination does, destination is removed. This is different than MRI behavior.
I could not find a RubySpec for this nor does the documentation state what the behavior should be, but MRI's default seems to be the most expected.