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:
parent
e1e43095e0
commit
a060834fcf
2 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ end
|
||||||
def method_missing(s, * args, & b)
|
def method_missing(s, * args, & b)
|
||||||
if POSSIBLE_VERBS.include? s
|
if POSSIBLE_VERBS.include? s
|
||||||
begin
|
begin
|
||||||
r.send(s, * args, & b)
|
r.send(s, *args, & b)
|
||||||
rescue RestClient::RequestFailed => e
|
rescue RestClient::RequestFailed => e
|
||||||
print STDERR, e.response.body
|
print STDERR, e.response.body
|
||||||
raise e
|
raise e
|
||||||
|
|
0
test.rb
Normal file
0
test.rb
Normal file
Loading…
Add table
Add a link
Reference in a new issue