class Cucumber::Formatter::Progress

def after_step_result(keyword, step_match, multiline_arg, status, exception, source_indent, background, file_colon_line)

def after_step_result(keyword, step_match, multiline_arg, status, exception, source_indent, background, file_colon_line)
  progress(status)
  @status = status
end