Output all arguments in `echo' action

This commit is contained in:
Thibault Jouan 2014-10-09 19:44:07 +00:00
parent 61c262a9f1
commit 770f4df51e

View File

@ -7,7 +7,7 @@ module Producer
end end
def apply def apply
output.puts arguments.first output.puts arguments
end end
end end
end end