follow Ruby Style Guide for some points

This commit is contained in:
muratayusuke
2013-06-19 17:21:24 +00:00
parent 00f49be42c
commit 21cbb2c697
5 changed files with 37 additions and 26 deletions

View File

@@ -2,7 +2,7 @@
require 'pathname'
lib = Pathname.new(__FILE__).dirname.join('..', 'lib').expand_path
$LOAD_PATH.unshift lib.to_s
$LOAD_PATH.unshift lib.to_s
require 'homesick'