class Cucumber::Formatter::DurationExtractor

def initialize(result)

def initialize(result)
  @result_duration = 0
  result.describe_to(self)
end