# File lib/builder/xmlbase.rb, line 91
91:     def method_missing(sym, *args, &block)
92:       cache_method_call(sym) if ::Builder::XmlBase.cache_method_calls
93:       tag!(sym, *args, &block)
94:     end