class Cucumber::Core::Ast::ExamplesTable

def initialize(gherkin_statement, location, comments, tags, keyword, title, description, header, example_rows)

def initialize(gherkin_statement, location, comments, tags, keyword, title, description, header, example_rows)
  @gherkin_statement = gherkin_statement
  @location = location
  @comments = comments
  @tags = tags
  @keyword = keyword
  @title = title
  @description = description
  @header = header
  @example_rows = example_rows
end