Mercurial > rsstweet
comparison bin/setup @ 44:541427960031
Fix rubocop compliance.
author | edogawaconan <me@myconan.net> |
---|---|
date | Thu, 11 Dec 2014 16:08:22 +0900 |
parents | 97a6973e9d94 |
children | 257910c60eb3 |
comparison
equal
deleted
inserted
replaced
43:75569f468f84 | 44:541427960031 |
---|---|
1 #!/usr/bin/env ruby | 1 #!/usr/bin/env ruby |
2 require 'pathname' | 2 require "pathname" |
3 | 3 |
4 # path to your application root. | 4 # path to your application root. |
5 APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) | 5 APP_ROOT = Pathname.new File.expand_path("../../", __FILE__) |
6 | 6 |
7 Dir.chdir APP_ROOT do | 7 Dir.chdir APP_ROOT do |
8 # This script is a starting point to setup your application. | 8 # This script is a starting point to setup your application. |
9 # Add necessary setup steps to this file: | 9 # Add necessary setup steps to this file: |
10 | 10 |