Class: RubyBox::Metal

Inherits:
Object
  • Object
show all
Includes:
Bindings, Bridging, Execution, RuntimeEnvironment, ThreadSafety
Defined in:
lib/ruby_box/metal.rb

Constant Summary

Constants included from ThreadSafety

ThreadSafety::SEMAPHORE

Class Method Summary collapse

Methods included from ThreadSafety

#builder, #execute, #maximum_execution_time, #stderr, #stdout

Methods included from Bridging

#stderr, #stdout

Methods included from Bindings

#initialize

Methods included from RuntimeEnvironment

#builder, #execute

Methods included from Execution

#maximum_execution_time, #maximum_execution_time_ms

Class Method Details

.execute(*args, &block) ⇒ Object



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

def self.execute(*args, &block)
  new.execute(*args, &block)
end