From 9c66360b9830d2072d96ca82437259ca11c9c3df Mon Sep 17 00:00:00 2001 From: Gibheer Date: Tue, 22 Oct 2013 17:14:54 +0200 Subject: [PATCH] some minor cleanup --- lib/zero/response.rb | 3 --- 1 file changed, 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