This commit is contained in:
Anton Batenev 2013-07-10 17:47:38 +04:00
parent b0dbb0ea13
commit 60c49a85d0

View file

@ -87,7 +87,7 @@ module Email
value = header[1].strip
result[name] = value if name.length > 0 && value.length > 0
end
} if !string.nil?
} unless string.nil?
result
end