method

glob

v2_1_10 - Show latest stable - Class: Rake::FileList
glob(pattern, *args)
public

Get a sorted list of files matching the pattern. This method should be prefered to Dir[pattern] and Dir.glob(pattern) because the files returned are guaranteed to be sorted.