Skip to content

Commit

Permalink
changed each to each_line
Browse files Browse the repository at this point in the history
  • Loading branch information
Jen committed Mar 27, 2012
1 parent 267fb24 commit 49013ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/soap/mimemessage.rb
Expand Up @@ -49,7 +49,7 @@ def self.parse(str)

def parse(str)
header_cache = nil
str.each do |line|
str.each_line do |line|
case line
when /^\A[^\: \t]+:\s*.+$/
parse_line(header_cache) if header_cache
Expand Down

0 comments on commit 49013ef

Please sign in to comment.