# File lib/rake/file_list.rb, line 161
161:     def clear_exclude
162:       @exclude_patterns = []
163:       @exclude_procs = []
164:       self
165:     end