Class: Cucumber::Core::Gherkin::AstBuilder::ScenarioOutlineBuilder::ExamplesTableBuilder

Inherits:
Builder
  • Object
show all
Defined in:
lib/cucumber/core/gherkin/ast_builder.rb

Instance Method Summary collapse

Instance Method Details

#resultObject



268
269
270
271
272
273
274
275
276
277
278
279
# File 'lib/cucumber/core/gherkin/ast_builder.rb', line 268

def result
  Ast::ExamplesTable.new(
    location,
    comments,
    tags,
    node.keyword,
    node.name,
    node.description,
    header,
    example_rows
  )
end