module DeepCover::Node::WithBlock
Public Instance Methods
execution_count()
click to toggle source
Calls superclass method
# File lib/deep_cover/node/block.rb, line 13 def execution_count last = children_nodes.last return last.flow_completion_count if last super end
flow_completion_count()
click to toggle source
# File lib/deep_cover/node/block.rb, line 9 def flow_completion_count parent.flow_completion_count end