module BarkingIguana::ForkCalls
Constants
- VERSION
Public Class Methods
fork_to(*receivers)
click to toggle source
# File lib/barking_iguana/fork_calls.rb, line 6 def self.fork_to *receivers Forker.new *receivers end