Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't make Kernel#require and Kernel#load public
The `require` and `load` instance methods on the Kernel module are private. By redefining them without using an access modifier, Bootsnap was making them public.
- Loading branch information