Feature #6210
load should provide a way to specify the top-level module
Description
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.
Updated by luislavena (Luis Lavena) almost 9 years ago
- Assignee set to matz (Yukihiro Matsumoto)
- Target version set to 2.0.0
Sounds partially like #5643?
Updated by mame (Yusuke Endoh) almost 9 years ago
- Status changed from Open to Assigned
Updated by ko1 (Koichi Sasada) over 8 years ago
- Target version changed from 2.0.0 to 2.6
I changed target to next minor because no discussion on it.