# File lib/cucumber/formatter/html.rb, line 11
      def initialize(step_mother, io, options)
        @io = io
        @options = options
        @buffer = {}
        @current_builder = create_builder(@io)
      end