# File lib/cucumber/formatter/html.rb, line 165 def scenario_name(keyword, name, file_colon_line, source_indent) @listing_background = false @builder.h3(:id => "scenario_#{@scenario_number}") do @builder.span(keyword + ':', :class => 'keyword') @builder.text!(' ') @builder.span(name, :class => 'val') end end