# File lib/appraisal/file.rb, line 9
    def self.each(&block)
      new.each(&block)
    end