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:
parent
78e8c7b4be
commit
99d9e2f930
1 changed files with 1 additions and 2 deletions
|
@ -15,8 +15,7 @@ module Fog
|
|||
end
|
||||
|
||||
def characters(string)
|
||||
@value ||= string
|
||||
@value || ''
|
||||
@value = string
|
||||
end
|
||||
|
||||
def start_element(name, attrs = [])
|
||||
|
|
Loading…
Reference in a new issue