class SafeExec::Executor

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/safe_exec/executor.rb, line 8
def initialize
  super(StringIO.new.tap { |io| io.close }, $stdout, $stderr)
end