method
apply_func
v2_6_3 -
Show latest stable
- Class:
Bundler::Worker
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