diff options
Diffstat (limited to 'lib/zero')
-rw-r--r-- | lib/zero/request.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/zero/request.rb b/lib/zero/request.rb index f3d40d6..32379e3 100644 --- a/lib/zero/request.rb +++ b/lib/zero/request.rb @@ -20,6 +20,8 @@ module Zero @path ||= @env[CONST_PATH_INFO] end + # return all information about the client + # @return [Client] an information object about the client def client @client ||= Request::Client.new(@env) end |