class Cucumber::Formatter::Pretty

def on_step_activated(event)

def on_step_activated(event)
  test_step, step_match = *event.attributes
  @step_matches[test_step.to_s] = step_match
end