Skip to content
Snippets Groups Projects
Commit decaabe0 authored by Ash McKenzie's avatar Ash McKenzie
Browse files

Make path_matches? private as it's not public

parent 24c2d64c
No related merge requests found
......@@ -145,6 +145,8 @@ def normalize_pattern(pattern)
pattern
end
private
def path_matches?(pattern, path)
# `FNM_DOTMATCH` makes sure we also match files starting with a `.`
# `FNM_PATHNAME` makes sure ** matches path separators
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment