# File rparsec/parser.rb, line 791
  def comment_block open, close
    string(open) >> not_string(close).many_ >> string(close) >> value(nil)
  end