# File lib/autotest.rb, line 108 def self.autodiscover require 'rubygems' Gem.find_files("autotest/discover").each do |f| load f end @@discoveries.map { |proc| proc.call }.flatten.compact.sort.uniq end