# File lib/cucumber/core/gherkin/writer.rb, line 203 def build(source) source + statements end
# File lib/cucumber/core/gherkin/writer.rb, line 208 def statements prepare_statements NEW_LINE, comments_statement, tag_statement, name_statement, description_statement, row_statements(2) end