# File lib/fssm/pathname.rb, line 469
def
each_line
(
sep
=
$/
,
&
blk
)
IO
.
foreach
(
self
,
sep
,
&
blk
)
end