Make remote available to env
This commit is contained in:
@@ -14,6 +14,10 @@ module Producer
|
||||
def output(str)
|
||||
@output.puts str
|
||||
end
|
||||
|
||||
def remote
|
||||
@remote ||= Remote.new(target)
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user