Class: RubyBox::Metal
- Inherits:
-
Object
- Object
- RubyBox::Metal
- Includes:
- Bindings, Bridging, Execution, RuntimeEnvironment, ThreadSafety
- Defined in:
- lib/ruby_box/metal.rb
Constant Summary
Constants included from ThreadSafety
Class Method Summary collapse
Methods included from ThreadSafety
#builder, #execute, #maximum_execution_time, #stderr, #stdout
Methods included from Bridging
Methods included from Bindings
Methods included from RuntimeEnvironment
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 |