# File lib/cucumber/formatter/pdf.rb, line 56
      def after_features(features)
        @pdf.render_file(@io.path)
        puts "\ndone"
      end