# File lib/fog/core/parser.rb, line 21
      def characters(string)
        @value ||= ''
        @value << string
      end