# File lib/rake.rb, line 907
907:     def clear_exclude
908:       @exclude_patterns = []
909:       calculate_exclude_regexp if ! @pending
910:     end