Subject: [ruby-core:40026] Why does require do I/O when feature has already been loaded?
From: Nikolai Weibull <now bitwi.se>
Date: Fri, 7 Oct 2011 22:34:24 +0900
Hi!
Why does require do I/O when _feature_ has already been loaded?
It looks like it making sure that $LOAD_PATH is expanded correctly,
but there no reason to do so when the feature/file in question has
already been loaded, is there?