class Cucumber::Formatter::Usage

def before_step(step)

def before_step(step)
  @step = step
  @start_time = Time.now
end