# File tar.rb, line 458
458:
def
each_entry 459:
while
e = next_entry 460:
yield
e 461:
end
462:
end