[](*args)
Create a new file list including the files listed. Similar to:
FileList.new(*args)
# File lib/rake/file_list.rb, line 383 def [](*args) new(*args) end