class RubyBox::Metal

Public Class Methods

execute(*args, &block) click to toggle source
# File lib/ruby_box/metal.rb, line 11
def self.execute(*args, &block)
  new.execute(*args, &block)
end