summaryrefslogtreecommitdiff
path: root/bin/console
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/console
parentea2a2272daf32aa7a59cb0d80cc377cb1ee4f73d (diff)
downloadpsych-f2f3307f21c7ae21e560413d3861da9a920dd13a.zip
removed template comment
Diffstat (limited to 'bin/console')
-rwxr-xr-xbin/console7
1 files changed, 0 insertions, 7 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