# File lib/cucumber/formatter/json_pretty.rb, line 7
      def after_features(features)
        @io.write(JSON.pretty_generate(@obj))
      end