# File TagTreeScanner.rb, line 399 def append_child( new_child ) return if new_child == @child_tags.last insert_after( new_child, @child_tags.last ) end