# File rparsec/parser.rb, line 782
  def comment_line start
    string(start) >> not_char(?\n).many_ >> char(?\n).optional >> value(nil)
  end