class
Ignore::Pattern
- Ignore::Pattern
- Reference
- Object
Overview
Represents a single gitignore pattern
Defined in:
ignore/pattern.crConstructors
Instance Method Summary
- #anchored? : Bool
- #base_path : String
- #directory_only? : Bool
- #matches?(path : String) : Bool
- #negated? : Bool
- #pattern : String