class Steep::Project::Pattern

def ignore?(path)

def ignore?(path)
  test_string(path, ignores, ignore_prefixes)
end