examples/debug.rb in shodanz-1.0.2 vs examples/debug.rb in shodanz-1.0.3

- old
+ new

@@ -1,9 +1,11 @@ $LOAD_PATH.unshift File.expand_path('../../lib', __FILE__) require 'shodanz' require 'pry' -rest_api = Shodanz.api.rest.new -streaming_api = Shodanz.api.streaming.new -exploits_api = Shodanz.api.exploits.new +# rest_api = Shodanz.api.rest.new +# streaming_api = Shodanz.api.streaming.new +# exploits_api = Shodanz.api.exploits.new + +client = Shodanz.client.new binding.pry