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