# File lib/active_support/vendor/builder-2.1.2/builder/xmlevents.rb, line 49
    def text!(text)
      @target.text(text)
    end