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