# File lib/cucumber/formatter/pdf.rb, line 166 def tag_name(tag_name) return if @hide_this_step tag = format_string(tag_name, :tag).indent(@indent) # TODO should we render tags at all? skipped for now. difficult to place due to page breaks end