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