From ff46b368ed340642e3f29c7c8f95899209978406 Mon Sep 17 00:00:00 2001 From: Gibheer Date: Tue, 13 Nov 2012 21:26:45 +0100 Subject: added comments for the constants --- lib/zero/request.rb | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/zero/request.rb b/lib/zero/request.rb index 6f478df..00ef1bb 100644 --- a/lib/zero/request.rb +++ b/lib/zero/request.rb @@ -59,9 +59,17 @@ module Zero private + # constant for the content type key + # @api private CONST_CONTENT_TYPE = 'CONTENT_TYPE' + # constant for the http accept key + # @api private CONST_HTTP_ACCEPT = 'HTTP_ACCEPT' + # constant for the path info key + # @api private CONST_PATH_INFO = 'PATH_INFO' + # constant for the request method key + # @api private CONST_REQUEST_METHOD = 'REQUEST_METHOD' end end -- cgit v1.2.3-70-g09d2