Skip to content

Commit

Permalink
[executables] use pry (instead of irb)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rustam Ibragimov committed Aug 10, 2018
1 parent a15c263 commit 6e093a6
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions bin/console
Expand Up @@ -2,13 +2,5 @@

require "bundler/setup"
require "self_data"

# 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
require "pry"
Pry.start

0 comments on commit 6e093a6

Please sign in to comment.