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