# File lib/rake.rb, line 1273 1273: def exclude?(fn) 1274: calculate_exclude_regexp unless @exclude_re 1275: fn =~ @exclude_re 1276: end