# File lib/webrick/cgi.rb, line 208
def
each
input
.
each
{
|
line
|
yield
(
line
) }
end