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