Project

General

Profile

« Previous | Next » 

Revision 5917f49a

Added by jeremyevans (Jeremy Evans) almost 4 years ago

Fix documentation for Dir.glob

Dir.glob("*", File::FNM_DOTMATCH) no longer includes ".." in the
returned array as of Ruby 3.1.

Fixes [Bug #18436]