From 6411add3f1a5aae5f2e0dcd73cd842500d21e9fd Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 18 Apr 2011 15:53:08 -0700 Subject: documentation cleanup/reduction Don't clutter up our RDoc/website with things that users of Unicorn don't need to see. This should make user-relevant documentation easier to find, especially since Unicorn is NOT intended to be an API. --- lib/unicorn/stream_input.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/unicorn/stream_input.rb') diff --git a/lib/unicorn/stream_input.rb b/lib/unicorn/stream_input.rb index 90e1d6e..4ca5a04 100644 --- a/lib/unicorn/stream_input.rb +++ b/lib/unicorn/stream_input.rb @@ -1,7 +1,7 @@ # -*- encoding: binary -*- # When processing uploads, Unicorn may expose a StreamInput object under -# "rack.input" of the Rack (2.x) environment. +# "rack.input" of the (future) Rack (2.x) environment. class Unicorn::StreamInput # The I/O chunk size (in +bytes+) for I/O operations where # the size cannot be user-specified when a method is called. -- cgit v1.2.3-24-ge0c7