# File lib/rake.rb, line 1361
1361:     def clear_exclude
1362:       @exclude_patterns = []
1363:       @exclude_procs = []
1364:       calculate_exclude_regexp if ! @pending
1365:       self
1366:     end