Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dir.glob
shouldn't modify pattern strings.
If the pattern string is frozen, `Dir.glob` would throw an exception improperly. This is a real issue in gemspecs using frozen string literals.
- Loading branch information