include(*filenames)
Instance Public methods
Add file names defined by glob patterns to the file list. If an array is given, add each element of the array.
Example:
1 2 | file_list.include( "*.java" , "*.cfg" ) file_list.include %w( math.c lib.h *.o ) |
Please login to continue.