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