# File lib/builder/xmlbase.rb, line 86 86: def method_missing(sym, *args, &block) 87: cache_method_call(sym) if ::Builder::XmlBase.cache_method_calls 88: tag!(sym, *args, &block) 89: end