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