We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e46afa4 commit 7d4c27bCopy full SHA for 7d4c27b
1 file changed
lib/mygasfeed/request.rb
@@ -15,7 +15,6 @@ def post path, params={}
15
JSON.parse response.body
16
end
17
18
- private
19
def _build_url path, params=[]
20
uri = API_URL + path
21
params.each { |param| uri = uri + param.to_s + '/' }
0 commit comments