Implement Action post-initialize hook

This commit is contained in:
Thibault Jouan
2014-10-09 00:20:52 +00:00
parent e7a46cecd1
commit 336b43aaa7
2 changed files with 14 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ module Producer
@env = env
@arguments = args
@options = options
setup if respond_to? :setup
end
def name