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 976966c commit ae76c8eCopy full SHA for ae76c8e
lib/kmdata.rb
@@ -13,7 +13,7 @@ def get(path, params = {})
13
response = http.request(Net::HTTP::Get.new(path))
14
process(JSON.parse(response.body))
15
rescue Exception => exception
16
- return false
+ false
17
end
18
19
private
0 commit comments