searchbing 0.1.8 → 0.1.9
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/searchbing.rb +1 -9
- metadata +1 -1
data/lib/searchbing.rb
CHANGED
@@ -50,12 +50,4 @@ class Bing
|
|
50
50
|
body = JSON.parse(res.body)
|
51
51
|
result_set = body["d"]["results"]
|
52
52
|
end
|
53
|
-
end
|
54
|
-
|
55
|
-
|
56
|
-
bing_image = Bing.new('MM6OD0qjozdOWWvspc0j4DRkn4JEBM0A/cEQFHDKTYo', 40, 'Image')
|
57
|
-
|
58
|
-
bing_results = bing_image.search("puffin", 60)
|
59
|
-
|
60
|
-
|
61
|
-
puts bing_results;
|
53
|
+
end
|