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