Outdent private statement

This commit is contained in:
Aaron Kalin and Veezus Kreist 2011-05-25 14:08:11 -05:00 committed by Hashrocket Workstation
parent 9928f80c76
commit a51afdf0e3

View File

@ -26,7 +26,8 @@ module Guard
File.exist?(local_guardfile_path) ? local_guardfile_path : home_guardfile_path
end
private
private
def local_guardfile_path
File.join(Dir.pwd, "Guardfile")
end