Skip to content

Commit

Permalink
Use irb instead of pry inside bin/console
Browse files Browse the repository at this point in the history
  • Loading branch information
harrylewis committed Jan 11, 2024
1 parent ec6b0a3 commit 45dfd64
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions bin/console
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
# frozen_string_literal: true

require 'bundler/setup'
require 'irb'
require 'bambora/client'

# 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
IRB.start(__FILE__)

0 comments on commit 45dfd64

Please sign in to comment.