We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d04973e + b4415da commit 4495729Copy full SHA for 4495729
1 file changed
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