# File lib/fog/to_hash_document.rb, line 7
    def characters(string)
      @value ||= ""
      @value << string.strip
    end