# File lib/mail/utilities.rb, line 204
def
map_lines
(
str
,
&
block
)
str
.
each_line
.
map
(
&
block
)
end