From: "now (Nikolai Weibull)" <now@...> Date: 2012-03-28T02:57:47+09:00 Subject: [ruby-core:43774] [ruby-trunk - Feature #6210][Open] load should provide a way to specify the top-level module Issue #6210 has been reported by now (Nikolai Weibull). ---------------------------------------- Feature #6210: load should provide a way to specify the top-level module https://bugs.ruby-lang.org/issues/6210 Author: now (Nikolai Weibull) Status: Open Priority: Normal Assignee: Category: core Target version: load currently takes an optional second argument that allows you to load into an anonymous and new top-level Module. It would be nice if the second argument could also be a Module that would then be used as the top-level Module. That way one could provide a set of methods that should be available to the content being loaded without having to put them in Kernel. -- http://bugs.ruby-lang.org/