Refactor mkdir action

This commit is contained in:
Thibault Jouan
2014-09-25 20:35:30 +00:00
parent b11d0b6950
commit 429b9f9ad2
2 changed files with 3 additions and 20 deletions

View File

@@ -15,6 +15,9 @@ module Producer
end
end
private
def path
arguments.first
end