Skip to content

Commit

Permalink
Merge pull request #124 from dxw/chore/switch-console-to-pry
Browse files Browse the repository at this point in the history
Chore switch console to pry
  • Loading branch information
mec authored Feb 23, 2024
2 parents e1e85b5 + 3675812 commit e6c6aee
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions bin/console
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@
require 'bundler/setup'
require 'action_mailer'
require 'mail/notify'
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

0 comments on commit e6c6aee

Please sign in to comment.