Object
# File lib/parallel.rb, line 23 def initialize(exception) dumpable = Marshal.dump(exception) rescue nil unless dumpable exception = RuntimeError.new("Undumpable Exception -- #{exception.inspect}") end @exception = exception end
[Validate]
Generated with the Darkfish Rdoc Generator 2.