summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/console7
-rwxr-xr-xbin/setup2
2 files changed, 0 insertions, 9 deletions
diff --git a/bin/console b/bin/console
index 54ba4ea..86c5a21 100755
--- a/bin/console
+++ b/bin/console
@@ -3,12 +3,5 @@
require "bundler/setup"
require "psych"
-# 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
diff --git a/bin/setup b/bin/setup
index dce67d8..cf4ad25 100755
--- a/bin/setup
+++ b/bin/setup
@@ -4,5 +4,3 @@ IFS=$'\n\t'
set -vx
bundle install
-
-# Do any other automated setup that you need to do here