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

def comment(line)

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