GrumPHP\Collection\FilesCollection::path PHP Method

path() public method

$collection->path('/^spec\/')
public path ( string $pattern ) : FilesCollection
$pattern string
return FilesCollection
    public function path($pattern)
    {
        return $this->paths([$pattern]);
    }