class Steep::Project::Pattern

def match?(path)

def match?(path)
  test_string(path, patterns, prefixes)
end