about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-08-20 00:46:28 +0000
committerEric Wong <normalperson@yhbt.net>2011-08-20 00:47:45 +0000
commitd74a4b4520f89ec2dbf539b02dea1f938c63d74c (patch)
tree391f1efe51ff5772f7601ad1a81155a8ab9c1901 /lib
parentf782ab61830ee92942abfcca7c7cb2cdd274e69d (diff)
downloadrainbows-d74a4b4520f89ec2dbf539b02dea1f938c63d74c.tar.gz
It doesn't seem to work at the top of the file...
Diffstat (limited to 'lib')
-rw-r--r--lib/rainbows/dev_fd_response.rb2
1 files changed, 1 insertions, 1 deletions
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