Implement Action#remote (delegates to env.remote)

This commit is contained in:
Thibault Jouan
2014-01-09 00:42:34 +00:00
parent e567c61e4e
commit 29c26ab961
6 changed files with 20 additions and 15 deletions

View File

@@ -4,7 +4,7 @@ module Producer
require 'forwardable'
extend Forwardable
def_delegator :@env, :output
def_delegators :@env, :output, :remote
attr_accessor :env, :arguments