# File lib/cucumber/formatter/pretty.rb, line 148 def step_name(keyword, step_match, status, source_indent, background) return if @hide_this_step source_indent = nil unless @options[:source] formatted_step_name = format_step(keyword, step_match, status, source_indent) @io.puts(formatted_step_name.indent(@scenario_indent + 2)) end