# File lib/cucumber/core/ast/examples_table.rb, line 14 def initialize(location, comments, tags, keyword, name, description, header, example_rows) @location = location @comments = comments @tags = tags @keyword = keyword @name = name @description = description @header = header @example_rows = example_rows end
# File lib/cucumber/core/ast/examples_table.rb, line 34 def children @example_rows end
# File lib/cucumber/core/ast/examples_table.rb, line 30 def description_for_visitors :examples_table end