From: Alex Young Date: 2011-03-25T07:18:58+09:00 Subject: [ruby-core:35552] [Ruby 1.9 - Feature #4523][Open] Kernel#require to return the path of the loaded file Issue #4523 has been reported by Alex Young. ---------------------------------------- Feature #4523: Kernel#require to return the path of the loaded file http://redmine.ruby-lang.org/issues/4523 Author: Alex Young Status: Open Priority: Normal Assignee: Category: Target version: It's very useful to be able to tell which actual file on disc was loaded following a call to require, without having to manually traverse $LOAD_PATH. This information is also not guaranteed to be in $LOADED_FEATURES. The attached patch alters rb_require_safe's return value to indicate the loaded file iff a file is actually loaded. -- http://redmine.ruby-lang.org