Implement Action#input, delegating to env input

This commit is contained in:
Thibault Jouan
2014-01-20 22:26:58 +00:00
parent a871bb4009
commit 70109615c8
2 changed files with 9 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ module Producer
require 'forwardable'
extend Forwardable
def_delegators :@env, :output, :remote
def_delegators :@env, :input, :output, :remote
def_delegators :remote, :fs
attr_reader :env, :arguments