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 dc0f701 commit 6144406Copy full SHA for 6144406
lib/kmdata.rb
@@ -35,7 +35,7 @@ def process(json)
35
end
36
37
38
- def path_with_params(path, params)
+ def path_with_params(path, params = {})
39
[path, URI.encode_www_form(params)].join("?")
40
41
0 commit comments