summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJared Norman <jared@super.gd>2019-01-09 11:34:55 -0800
committerJared Norman <jared@super.gd>2019-01-09 11:34:55 -0800
commitbc51a8c65a1853a4652c264e8a01f4c756b1f432 (patch)
tree62b2ff8eb16096998b9900829ebaab8e44612f90
parent9aa754d59bebc0da7e177e0841eb6f00f5c800a9 (diff)
Use pry for console
-rwxr-xr-xbin/console11
1 files changed, 2 insertions, 9 deletions
diff --git a/bin/console b/bin/console
index 3cd8ab3..a62b885 100755
--- a/bin/console
+++ b/bin/console
@@ -2,13 +2,6 @@
require "bundler/setup"
require "super_good/solidus_taxjar"
+require "pry"
-# You can add fixtures and/or initialization code here to make experimenting
-# with your gem easier. You can also use a different console, if you like.
-
-# (If you use this, don't forget to add pry to your Gemfile!)
-# require "pry"
-# Pry.start
-
-require "irb"
-IRB.start(__FILE__)
+Pry.start