Sha256: 68c42b25e2835ec86ff2fea0f240095d96604e4dc04322d12e2c9b1fbb922db6

Contents?: true

Size: 206 Bytes

Versions: 1

Compression:

Stored size: 206 Bytes

Contents

require "barking_iguana/fork_calls/version"
require "barking_iguana/fork_calls/forker"

module BarkingIguana
  module ForkCalls
    def self.fork_to *receivers
      Forker.new *receivers
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
barking_iguana-fork_calls-0.1.0 lib/barking_iguana/fork_calls.rb