summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2016-07-12 17:19:33 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2016-07-12 17:19:33 +0900
commitf2f3307f21c7ae21e560413d3861da9a920dd13a (patch)
tree6a991fbd23509b9249c22646fedf08a411986782 /bin
parentea2a2272daf32aa7a59cb0d80cc377cb1ee4f73d (diff)
downloadpsych-f2f3307f21c7ae21e560413d3861da9a920dd13a.tar.gz
removed template comment
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