Method: FileList#clear_exclude
- Defined in:
- lib/carat/filelist.rb
#clear_exclude ⇒ Object
121 122 123 124 |
# File 'lib/carat/filelist.rb', line 121 def clear_exclude @exclude_patterns = [] calculate_exclude_regexp if ! @pending end |