# File lib/cucumber/formatter/html.rb, line 211
      def after_step_result(keyword, step_match, multiline_arg, status, exception, source_indent, background)
        stop_buffering :step_result
        return if @hide_this_step
        builder.li(:id => @step_id, :class => "step #{status}") do
          builder << buffer(:step_result)
        end
      end