Hacker News new | ask | show | jobs
by jaynetics 1600 days ago
> you can not have 2 parallel versions on the same lib, in the sane app

with the very latest ruby version, you actually can:

https://rubyreferences.github.io/rubychanges/3.1.html#kernel...

1 comments

I suppose you're referencing:

    Kernel#load: module as a second argument
(the link jumps to some random place for me)

Well, you always could, it was just a bit more involved:

https://github.com/lloeki/pak