diff options
author | Jared Norman <jared@super.gd> | 2019-01-09 11:34:55 -0800 |
---|---|---|
committer | Jared Norman <jared@super.gd> | 2019-01-09 11:34:55 -0800 |
commit | bc51a8c65a1853a4652c264e8a01f4c756b1f432 (patch) | |
tree | 62b2ff8eb16096998b9900829ebaab8e44612f90 /bin | |
parent | 9aa754d59bebc0da7e177e0841eb6f00f5c800a9 (diff) |
Use pry for console
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/console | 11 |
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 |