Outdent private statement
This commit is contained in:
parent
9928f80c76
commit
a51afdf0e3
@ -26,7 +26,8 @@ module Guard
|
|||||||
File.exist?(local_guardfile_path) ? local_guardfile_path : home_guardfile_path
|
File.exist?(local_guardfile_path) ? local_guardfile_path : home_guardfile_path
|
||||||
end
|
end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
def local_guardfile_path
|
def local_guardfile_path
|
||||||
File.join(Dir.pwd, "Guardfile")
|
File.join(Dir.pwd, "Guardfile")
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user