method

include

v1_9_3_125 - Show latest stable - Class: Rake::FileList
include(*filenames)
public

Add file names defined by glob patterns to the file list. If an array is given, add each element of the array.

Example:

file_list.include("*.java", "*.cfg")
file_list.include %w( math.c lib.h *.o )