Module | Rack::Handler::FastCGI::ProperStream |
In: |
lib/rack/handler/fastcgi.rb
|
# File lib/rack/handler/fastcgi.rb, line 13 13: def each # This is missing by default. 14: while line = gets 15: yield line 16: end 17: end