# File lib/ruote/part/block_participant.rb, line 119 def do_not_thread(workitem) dnt = @opts['do_not_thread'] return dnt unless dnt.is_a?(String) block = get_block('do_not_thread') block.call(workitem) end