method

apply_func

ruby latest stable - Class: Bundler::Worker

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

apply_func(obj, i)
private

No documentation available.

# File lib/bundler/worker.rb, line 63
    def apply_func(obj, i)
      @func.call(obj, i)
    rescue Exception => e
      WrappedException.new(e)
    end