# File lib/packet/packet_master.rb, line 28 def update_result(worker_key,result) @result_hash ||= {} @result_hash[worker_key.to_sym] = result end