8 ms·
Do we really need a new “code container” type for this? Could modules not serve the purpose by localizing require. e.g. module Foo require “bar”
by transfire 1y ago
Do we really need a new “code container” type for this? Could modules not serve the purpose by localizing require. e.g.
module Foo
require “bar”
…
end
So everything bar.rb loads in safely within Foo?
- achernik 1y agothis would be a major breaking change