# File lib/gherkin/formatter/json_formatter.rb, line 48
      def eof
        @io.write(@gherkin_object.to_json) if @io
      end