From: x3ro _ Date: 2011-06-10T20:38:56+09:00 Subject: [ruby-core:36919] [Ruby 1.9 - Feature #4865][Open] Documentation of FileUtils is very unclear on how errors are handled Issue #4865 has been reported by x3ro _. ---------------------------------------- Feature #4865: Documentation of FileUtils is very unclear on how errors are handled http://redmine.ruby-lang.org/issues/4865 Author: x3ro _ Status: Open Priority: Normal Assignee: Category: DOC Target version: Documentation of FileUtils is very unclear on how errors are handled. Looking at the documentation at http://ruby-doc.org/stdlib/libdoc/fileutils/rdoc/classes/FileUtils.html on "cp_r" you can see that error handling isn't mentioned at all, and you can't see how errors are handled from the attached source either. I had to follow this path to finally find out how errors were handled: cp_r -> copy_entry -> Entry_.traverse -> preorder_traverse -- http://redmine.ruby-lang.org