1
0
Fork 0
mirror of https://github.com/rest-client/rest-client.git synced 2022-11-09 13:49:40 -05:00

Fix to redefine reader method

This commit removes below interpreter warning.

* warning: method redefined
This commit is contained in:
Kenichi Kamiya 2013-04-03 00:42:55 +09:00
parent 2f8460f1b7
commit c67b6a95a4

View file

@ -6,7 +6,9 @@ module RestClient
include AbstractResponse
attr_accessor :args, :body, :net_http_res
attr_accessor :args, :net_http_res
attr_writer :body
def body
self