class Cucumber::Formatter::Progress

def on_step_activated(event)

def on_step_activated(event)
  @matches[event.test_step.to_s] = event.step_match
end