# File lib/xml/dom2/comment.rb, line 29
      def initialize(text = nil)
        super(text)
        raise "parameter error" if !text
      end