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 a8ae5d6Copy full SHA for a8ae5d6
lib/ruby_http_client.rb
@@ -184,7 +184,7 @@ def build_args(args)
184
# - The final url string
185
#
186
def build_url(query_params: nil)
187
- url = [add_version(''), *@url_path].join('/')
+ url = [add_version(+''), *@url_path].join('/')
188
url = build_query_params(url, query_params) if query_params
189
URI.parse("#{@host}#{url}")
190
end
0 commit comments