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
{{ message }}
This repository was archived by the owner on Oct 24, 2025. It is now read-only.
Search paths are determined by appending the specified dir to each
directory in the load_paths. Though each dir in load_paths should exist,
when a dir is specified, most load_paths dirs probably don't include it.
For each dir we skip in this way (requiring one stat through
File.directory?) we save 16 stat calls (2 possible prefixes, and 8
possible extensions) looking for files.
0 commit comments