Method: PathList::GitignoreRuleScanner#character_class_negation?
- Defined in:
- lib/path_list/gitignore_rule_scanner.rb
#character_class_negation? ⇒ Boolean
13 14 15 |
# File 'lib/path_list/gitignore_rule_scanner.rb', line 13 def character_class_negation? skip(/\^|!/) end |