Method: Isolate::Sandbox#load
- Defined in:
- lib/isolate/sandbox.rb
#load(file) ⇒ Object
:nodoc:
256 257 258 259 |
# File 'lib/isolate/sandbox.rb', line 256 def load file # :nodoc: files << file instance_eval IO.read(file), file, 1 end |