PriyaranjanMohapatra / rest-client

Automatically exported from code.google.com/p/rest-client
Apache License 2.0
0 stars 0 forks source link

Warning: parenthesize argument(s) for future version #119

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

1. Install ruby 1.8.6 (2010-02-05 patchlevel 399) [i386-linux] (Fedora 13)
2. Use rest-client

What is the expected output? What do you see instead?

/usr/lib/ruby/gems/1.8/gems/rest-client-1.6.1/lib/restclient/abstract_response.r
b:50: warning: parenthesize argument(s) for future version

What version of the product are you using? On what operating system?

Fedora 13
rest-client-1.6.1
ruby-1.8.6

Please provide any additional information below.

Solution is simple, just add parents to:

 49       else
 50         raise RequestFailed(self)
 51       end

Original issue reported on code.google.com by mifo...@gmail.com on 8 Sep 2010 at 3:18

GoogleCodeExporter commented 8 years ago
@mifo, this is not the rest-client you are referring to.

Original comment by subwiz on 1 Oct 2010 at 1:47