# File lib/eim_xml.rb, line 50
                def initialize(text)
                        raise ArgumentError, "Can not include '--'" if text =~ /--/
                        @text = text
                end