lib/async/rest/wrapper/url_encoded.rb in async-rest-0.12.2 vs lib/async/rest/wrapper/url_encoded.rb in async-rest-0.12.3
- old
+ new
@@ -37,10 +37,10 @@
@content_type = content_type
end
attr :content_type
- def split(*args)
+ def split(*arguments)
@content_type.split
end
def prepare_request(payload, headers)
headers['accept'] ||= @content_type