# File lib/cucumber/formatter/pdf.rb, line 123 def step_name(keyword, step_match, status, source_indent, background) return if @hide_this_step line = "<b>#{keyword}</b> #{step_match.format_args("%s").gsub('<', '<').gsub('>', '>')}" colorize(line, status) end