You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v0.3.0 — fold in import/import_relative from rubyworks/finder
Add Kernel#import and Kernel#import_relative as scope-aware alternatives
to require / require_relative. They evaluate the loaded script into the
current scope rather than the toplevel, providing a partial workaround
for Ruby's toplevel pollution of Object (Problem 1 in the README).
The two libraries are conceptually about the same thing — making Ruby's
toplevel/module loading semantics behave more sensibly — so consolidating
them makes sense.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments