class Flor::Pro::Trace
Public Instance Methods
Source
# File lib/flor/punit/trace.rb, line 7 def receive t = lookup_tree(@message['from']) @executor.unit.storage.trace(exid, nid, 'trace', payload['ret']) \ if point == 'receive' && (t[0] != '_att' || t[1].size == 1) super end
Calls superclass method
Flor::Procedure#receive
Source
# File lib/flor/punit/trace.rb, line 17 def receive_last payload['ret'] = node_payload_ret super end
Calls superclass method
Flor::Procedure#receive_last