class Aruba::Platforms::UnixEnvironmentVariables

def nest

def nest
  old_actions = @actions.dup
  yield(self)
ensure
  @actions = old_actions
end