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
Use bind_call instead of define_method to preserve require visibility
Kernel.define_method(:require, ...) makes require public, breaking
the spec that checks Kernel#require is a private method. Using
bind_call avoids mutating Kernel entirely.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments