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