# File TagTreeScanner.rb, line 679
                def dup
                        tag = self.class.new( @text.dup )
                end