# File lib/rack/directory.rb, line 97
def
each_entry
@files
.
each
{
|
e
|
yield
e
}
end