Class: RobotLab::Sandbox::Null

Inherits:
Object
  • Object
show all
Defined in:
lib/robot_lab/sandbox/null.rb

Overview

Passthrough strategy: runs the command with no confinement. Used when sandboxing is unavailable (non-macOS) or unnecessary (trust: core).

Instance Method Summary collapse

Instance Method Details

#cleanupObject



10
# File 'lib/robot_lab/sandbox/null.rb', line 10

def cleanup; end

#wrap(cmd) ⇒ Object



8
# File 'lib/robot_lab/sandbox/null.rb', line 8

def wrap(cmd) = cmd