# File TagTreeScanner.rb, line 779
        def to_html
                @root.child_tags.inject(''){ |out, tag| out << tag.to_html }
        end