module Cucumber::Core::Gherkin::Writer::AcceptsComments

def comment(line)

def comment(line)
  comment_lines << "# #{line}"
end