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

removed space

This commit is contained in:
Julien Kirch 2010-11-15 11:58:51 +01:00
parent e1e43095e0
commit a060834fcf
2 changed files with 1 additions and 1 deletions

View file

@ -65,7 +65,7 @@ end
def method_missing(s, * args, & b)
if POSSIBLE_VERBS.include? s
begin
r.send(s, * args, & b)
r.send(s, *args, & b)
rescue RestClient::RequestFailed => e
print STDERR, e.response.body
raise e

0
test.rb Normal file
View file