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