# File lib/rake.rb, line 1267 1267: def clear_exclude 1268: @exclude_patterns = [] 1269: @exclude_procs = [] 1270: calculate_exclude_regexp if ! @pending 1271: self 1272: end