# File lib/cucumber/formatter/html.rb, line 291 def doc_string(string) return if @hide_this_step @builder.pre(:class => 'val') do |pre| @builder << h(string.gsub("\n", '
')) end end