Method: PathList::GitignoreRuleScanner#significant_whitespace
- Defined in:
- lib/path_list/gitignore_rule_scanner.rb
#significant_whitespace ⇒ Object
73 74 75 |
# File 'lib/path_list/gitignore_rule_scanner.rb', line 73 def significant_whitespace matched if scan(/\s+(?!\s|\z)/) end |