# File lib/builder/xmlbase.rb, line 30
30:     def tag!(sym, *args, &block)
31:       self.__send__(sym, *args, &block)
32:     end