# File lib/cucumber/core/gherkin/writer.rb, line 135 def doc_string(string, content_type='') elements << DocString.new(string, content_type) end
# File lib/cucumber/core/gherkin/writer.rb, line 144 def name_statement "#{keyword} #{name}" end
# File lib/cucumber/core/gherkin/writer.rb, line 140 def statements prepare_statements comments_statement, name_statement end