We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c9405c commit abf50f7Copy full SHA for abf50f7
lib/ruby_http_client.rb
@@ -184,8 +184,8 @@ def build_args(args)
184
# - The final url string
185
#
186
def build_url(query_params: nil)
187
- url = [add_version(''), *@url_path].join('/')
188
- url = build_query_params(url, query_params) if query_params
+ url = [add_version(+''), *@url_path].join('/')
+ url = build_query_params(+url, query_params) if query_params
189
URI.parse("#{@host}#{url}")
190
end
191
0 commit comments