Skip to content

Commit 7d4c27b

Browse files
committed
removes ._build_url from private to fix uninitialized constant error
1 parent e46afa4 commit 7d4c27b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/mygasfeed/request.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ def post path, params={}
1515
JSON.parse response.body
1616
end
1717

18-
private
1918
def _build_url path, params=[]
2019
uri = API_URL + path
2120
params.each { |param| uri = uri + param.to_s + '/' }

0 commit comments

Comments
 (0)