Implement `file_write' action

This commit is contained in:
Thibault Jouan
2013-12-20 06:26:21 +00:00
parent 188ca2e08d
commit 892a9862fc
11 changed files with 111 additions and 8 deletions
+2
View File
@@ -19,6 +19,8 @@ module Producer
define_action :echo, Actions::Echo
define_action :sh, Actions::ShellCommand
define_action :file_write, Actions::FileWriter
attr_accessor :actions
def initialize(&block)