Method: Fog::ToHashDocument#characters

Defined in:
lib/fog/core/parser.rb

#characters(string) ⇒ Object



45
46
47
48
# File 'lib/fog/core/parser.rb', line 45

def characters(string)
  @value ||= ''
  @value << string.strip
end