# File lib/cucumber/core/gherkin/writer/helpers.rb, line 56 def comment(line) comment_lines << "# #{line}" end
# File lib/cucumber/core/gherkin/writer/helpers.rb, line 60 def comment_lines @comment_lines ||= [] end
# File lib/cucumber/core/gherkin/writer/helpers.rb, line 64 def slurp_comments comment_lines.tap { @comment_lines = nil } end