Skip to content

Commit

Permalink
Switch the console to pry
Browse files Browse the repository at this point in the history
  • Loading branch information
mec committed Feb 23, 2024
1 parent 3f0084d commit 8a092b0
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 @@ -5,13 +5,6 @@ require 'bundler/setup'
require 'action_mailer'
require 'action_controller'
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 8a092b0

Please sign in to comment.