class Cucumber::Formatter::Pretty

def print_step_output

def print_step_output
  @test_step_output.each { |message| @io.puts(indent(format_string(message, :tag), 6)) }
  @test_step_output = []
end