class Cucumber::Core::Gherkin::Writer::Examples

def statements

def statements
  prepare_statements NEW_LINE,
    comments_statement,
    tag_statement,
    name_statement,
    description_statement,
    row_statements(2)
end