module RubyBox
Constants
- VERSION
Public Class Methods
boxed?()
click to toggle source
# File lib/ruby_box.rb, line 18 def self.boxed? false end
current()
click to toggle source
# File lib/ruby_box.rb, line 22 def self.current nil end
Public Instance Methods
execute(*args, &block)
click to toggle source
# File lib/ruby_box.rb, line 26 def execute(*args, &block) Metal.execute(*args, &block) end