git-svn-id: file:///home/svn/framework3/trunk@9276 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
HD Moore 2010-05-10 23:55:58 +00:00
parent 2e9d342bf3
commit cdc591488c
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ class Header
end
var,val = line.split(':')
next if not val
self.headers << [ var.to_s.strip, val.to_s.strip ]
prev = self.headers.length - 1
end