bin/console in open_fda_api-0.0.6 vs bin/console in open_fda_api-0.0.9
- old
+ new
@@ -9,7 +9,10 @@
# (If you use this, don't forget to add pry to your Gemfile!)
# require "pry"
# Pry.start
+client = OpenFdaApi::Client.new
+puts "Client is ready: #{client}"
+
require "irb"
IRB.start(__FILE__)