# File lib/active_support/vendor/builder-2.1.2/builder/xmlevents.rb, line 53 def _start_tag(sym, attrs, end_too=false) @target.start_tag(sym, attrs) _end_tag(sym) if end_too end