From d74a4b4520f89ec2dbf539b02dea1f938c63d74c Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 20 Aug 2011 00:46:28 +0000 Subject: rdoc: cleanup and stop depending on :enddoc: It doesn't seem to work at the top of the file... --- .document | 33 ++++++++++++++++++++++++++++++++- lib/rainbows/dev_fd_response.rb | 2 +- 2 files changed, 33 insertions(+), 2 deletions(-) diff --git a/.document b/.document index 6c23794..a29a5b3 100644 --- a/.document +++ b/.document @@ -1,7 +1,38 @@ ChangeLog DEPLOY FAQ -lib +lib/rainbows.rb +lib/rainbows/actor_spawn.rb +lib/rainbows/app_pool.rb +lib/rainbows/base.rb +lib/rainbows/configurator.rb +lib/rainbows/coolio.rb +lib/rainbows/coolio_thread_pool.rb +lib/rainbows/coolio_thread_spawn.rb +lib/rainbows/dev_fd_response.rb +lib/rainbows/epoll.rb +lib/rainbows/event_machine.rb +lib/rainbows/fiber_pool.rb +lib/rainbows/fiber_spawn.rb +lib/rainbows/max_body.rb +lib/rainbows/never_block.rb +lib/rainbows/rev.rb +lib/rainbows/rev_fiber_spawn.rb +lib/rainbows/rev_thread_pool.rb +lib/rainbows/rev_thread_spawn.rb +lib/rainbows/revactor.rb +lib/rainbows/sendfile.rb +lib/rainbows/server_token.rb +lib/rainbows/stream_response_epoll.rb +lib/rainbows/thread_pool.rb +lib/rainbows/thread_spawn.rb +lib/rainbows/thread_timeout.rb +lib/rainbows/worker_yield.rb +lib/rainbows/writer_thread_pool.rb +lib/rainbows/writer_thread_spawn.rb +lib/rainbows/xepoll.rb +lib/rainbows/xepoll_thread_pool.rb +lib/rainbows/xepoll_thread_spawn.rb LATEST LICENSE NEWS diff --git a/lib/rainbows/dev_fd_response.rb b/lib/rainbows/dev_fd_response.rb index 5173157..7baccfc 100644 --- a/lib/rainbows/dev_fd_response.rb +++ b/lib/rainbows/dev_fd_response.rb @@ -69,7 +69,7 @@ class Rainbows::DevFdResponse < Struct.new(:app) [ status, headers, Body.new(io, "/dev/fd/#{fileno}", body) ] end - class Body < Struct.new(:to_io, :to_path, :orig_body) + class Body < Struct.new(:to_io, :to_path, :orig_body) # :nodoc: # called by the webserver or other middlewares if they can't # handle #to_path def each -- cgit v1.2.3-24-ge0c7