# File lib/rake.rb, line 1087 1087: def clear_exclude 1088: @exclude_patterns = [] 1089: @exclude_procs = [] 1090: calculate_exclude_regexp if ! @pending 1091: self 1092: end