# File lib/shotgun/loader.rb, line 60
def
each
while
chunk
=
fd
.
read
(
1024
)
yield
chunk
end
end