Struct.new(:pid, :io_r, :io_w)
# File lib/bundler/parallel_workers/unix_worker.rb, line 9 def work(obj) Marshal.dump obj, io_w Marshal.load io_r rescue IOError, Errno::EPIPE nil end
[Validate]
Generated with the Darkfish Rdoc Generator 2.