# File lib/rake/file_list.rb, line 390 390: def glob(pattern, *args) 391: Dir.glob(pattern, *args).sort 392: end