diff options
| -rw-r--r-- | lib/zero/response.rb | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/lib/zero/response.rb b/lib/zero/response.rb index 264c9ae..582c0e9 100644 --- a/lib/zero/response.rb +++ b/lib/zero/response.rb @@ -1,7 +1,5 @@  module Zero -    # This is the representation of a response -  #    class Response      attr_reader :status      attr_reader :body @@ -93,6 +91,5 @@ module Zero        self.status = status        self.header['Location'] = location      end -    end  end | 
