top | item 43969957

(no title)

transfire | 9 months 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?

discuss

order

achernik|9 months ago

this would be a major breaking change