Make remote available to env

This commit is contained in:
Thibault Jouan
2013-08-03 22:52:25 +00:00
parent ace5bfb3fa
commit 9875a4ae7b
2 changed files with 22 additions and 0 deletions

View File

@@ -14,6 +14,10 @@ module Producer
def output(str)
@output.puts str
end
def remote
@remote ||= Remote.new(target)
end
end
end
end