1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

simplify the parser strip fix

This commit is contained in:
geemus 2011-04-04 10:10:12 -07:00
parent 78e8c7b4be
commit 99d9e2f930

View file

@ -15,8 +15,7 @@ module Fog
end
def characters(string)
@value ||= string
@value || ''
@value = string
end
def start_element(name, attrs = [])