method
excluded_from_list?
v2_2_9 -
Show latest stable
- Class:
Rake::FileList
excluded_from_list?(fn)public
Should the given file name be excluded from the list?
NOTE: This method was formerly named “exclude?”, but Rails introduced an exclude? method as an array method and setup a conflict with file list. We renamed the method to avoid confusion. If you were using “FileList#exclude?” in your user code, you will need to update.