Added a TODO list to the README file
[ruby-couchdb.git] / lib / response.rb
blobe04fbaa806e6c733174379eaec3f7b0f11f347af
1 module CouchDB
2   class Response
3     def initialize(raw)
4       @raw = raw
5     end 
6   end
7 end