Implement Remote#environment:
Build and return a Remote::Environment instance, with the output of `env` command execution.
This commit is contained in:
@@ -31,6 +31,10 @@ module Producer
|
||||
session.loop
|
||||
output
|
||||
end
|
||||
|
||||
def environment
|
||||
Environment.new(execute 'env')
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user