follow Ruby Style Guide for some points

This commit is contained in:
muratayusuke
2013-06-19 17:21:24 +00:00
committed by thilko
parent bf248cd645
commit f8a6fb9ce2
5 changed files with 36 additions and 25 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'