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:
parent
2f8460f1b7
commit
c67b6a95a4
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue