-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add File::MatchOptions
to control Dir.glob
's behavior
#13550
Add File::MatchOptions
to control Dir.glob
's behavior
#13550
Conversation
I'm wondering if The path-based option (currently Not sure if there could be other use cases with |
Why would |
Yes, that was my idea. However, I don't know if that would be much useful for anything. So we're probably fine to go ahead with this name. |
It turns out Ruby does support that too ( |
Dir::GlobOptions
to control Dir.glob
's behaviorFile::MatchOptions
to control Dir.glob
's behavior
Resolves the Windows part of #13196. Closes #13199.