mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
mailread
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@993 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c5cd237f47
commit
14260932b4
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class Mail
|
||||||
@header = {}
|
@header = {}
|
||||||
@body = []
|
@body = []
|
||||||
begin
|
begin
|
||||||
f.each do |line|
|
while line = f.gets()
|
||||||
line.chop!
|
line.chop!
|
||||||
next if /^From /=~line # skip From-line
|
next if /^From /=~line # skip From-line
|
||||||
break if /^$/=~line # end of header
|
break if /^$/=~line # end of header
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue