Skip to content
This repository has been archived by the owner on Jul 28, 2020. It is now read-only.

Commit

Permalink
Use pry for console
Browse files Browse the repository at this point in the history
  • Loading branch information
idabmat committed Aug 2, 2018
1 parent 5d568ad commit d89778b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
12 changes: 2 additions & 10 deletions bin/console
Expand Up @@ -3,13 +3,5 @@

require 'bundler/setup'
require 'zenaton'

# 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__)
require 'pry'
Pry.start
2 changes: 0 additions & 2 deletions bin/setup
Expand Up @@ -4,5 +4,3 @@ IFS=$'\n\t'
set -vx

bundle install

# Do any other automated setup that you need to do here

0 comments on commit d89778b

Please sign in to comment.