# File lib/rake.rb, line 992
992:     def exclude?(fn)
993:       calculate_exclude_regexp unless @exclude_re
994:       fn =~ @exclude_re
995:     end