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

def build(source)

def build(source)
  source + statements
end

def statements

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