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