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/preread_input.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/unicorn/preread_input.rb') diff --git a/lib/unicorn/preread_input.rb b/lib/unicorn/preread_input.rb index 7a315b7..12eb3e8 100644 --- a/lib/unicorn/preread_input.rb +++ b/lib/unicorn/preread_input.rb @@ -13,6 +13,8 @@ module Unicorn # end # run YourApp.new class PrereadInput + + # :stopdoc: def initialize(app) @app = app end @@ -26,5 +28,6 @@ class PrereadInput end @app.call(env) end + # :startdoc: end end -- cgit v1.2.3-24-ge0c7