Module: Sandbox

Defined in:
lib/sandbox.rb,
lib/sandbox/version.rb

Defined Under Namespace

Classes: Safe

Constant Summary collapse

PRELUDE =

:nodoc:

File.expand_path('../sandbox/prelude.rb', __FILE__).freeze
TimeoutError =
Class.new(Exception)
VERSION =
'0.2.1'

Class Method Summary collapse

Class Method Details

.newObject



11
12
13
# File 'lib/sandbox.rb', line 11

def new
  Full.new
end

.safeObject



15
16
17
# File 'lib/sandbox.rb', line 15

def safe
  Safe.new
end