class Cucumber::Formatter::Pdf
def step_name(keyword, step_match, status, source_indent, background)
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