Sha256: 982637a030b708547e8d7f84b4c7681b123cb53a79be6c7b250dd43a116fdf6f

Contents?: true

Size: 134 Bytes

Versions: 1

Compression:

Stored size: 134 Bytes

Contents

module Plumbing
  module Actor
    ::Kernel.class_eval do
      def await &block
        block.call.await
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
standard-procedure-plumbing-0.4.0 lib/plumbing/actor/kernel.rb