# File lib/aws/core/xml/frame.rb, line 163
        def add_text chars
          @text ||= ''
          @text << chars
        end