# File lib/active_support/vendor/builder-2.1.2/builder/xmlbase.rb, line 30 def tag!(sym, *args, &block) method_missing(sym.to_sym, *args, &block) end