diff options
-rw-r--r-- | lib/zero/request.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/zero/request.rb b/lib/zero/request.rb index 00ef1bb..4a3289a 100644 --- a/lib/zero/request.rb +++ b/lib/zero/request.rb @@ -10,6 +10,10 @@ module Zero @method = @env[CONST_REQUEST_METHOD].downcase.to_sym end + # get the environment + # @return [Hash] the environment hash + attr_reader :env + # get the requested path # @return [String] returns the requested path def path |