changeset 44:541427960031

Fix rubocop compliance.
author edogawaconan <me@myconan.net>
date Thu, 11 Dec 2014 16:08:22 +0900
parents 75569f468f84
children c087f4831ec7
files bin/setup
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/bin/setup	Thu Dec 11 16:07:09 2014 +0900
+++ b/bin/setup	Thu Dec 11 16:08:22 2014 +0900
@@ -1,8 +1,8 @@
 #!/usr/bin/env ruby
-require 'pathname'
+require "pathname"
 
 # path to your application root.
-APP_ROOT = Pathname.new File.expand_path('../../',  __FILE__)
+APP_ROOT = Pathname.new File.expand_path("../../",  __FILE__)
 
 Dir.chdir APP_ROOT do
   # This script is a starting point to setup your application.