# File lib/autotest.rb, line 524 def files_matching regexp self.find_order.select { |k| k =~ regexp } end