# File lib/rake.rb, line 1092 1092: def exclude?(fn) 1093: calculate_exclude_regexp unless @exclude_re 1094: fn =~ @exclude_re 1095: end