Flowdock
method

include

Importance_1
v1_9_3_392 - Show latest stable - 0 notes - Class: 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 )
Show source
Register or log in to add new notes.