module Multiblock
Constants
- BasicObject
- VERSION
Public Class Methods
wrapper(*args, &blk)
click to toggle source
# File lib/multiblock.rb, line 22 def wrapper(*args, &blk) Wrapper.new(*args, &blk) end
# File lib/multiblock.rb, line 22 def wrapper(*args, &blk) Wrapper.new(*args, &blk) end