# File lib/rake.rb, line 1339 1339: def clear_exclude 1340: @exclude_patterns = [] 1341: @exclude_procs = [] 1342: calculate_exclude_regexp if ! @pending 1343: self 1344: end