class Cucumber::Reports::LegacyFormatter::LegacyResultBuilder

def scenario_outline(name, location)

def scenario_outline(name, location)
  Legacy::Ast::ScenarioOutline.new(@status, name, location)
end