From f2f3307f21c7ae21e560413d3861da9a920dd13a Mon Sep 17 00:00:00 2001 From: SHIBATA Hiroshi Date: Tue, 12 Jul 2016 17:19:33 +0900 Subject: removed template comment --- bin/console | 7 ------- bin/setup | 2 -- 2 files changed, 9 deletions(-) (limited to 'bin') 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 -- cgit v1.2.3