# File lib/fog/parsers/base.rb, line 20
      def characters(string)
        @value ||= ''
        @value << string
      end