module DeepCover::Node::Branch
Public Instance Methods
branches()
click to toggle source
Define in sublasses:
# File lib/deep_cover/node/branch.rb, line 13 def branches raise NotImplementedError end
flow_completion_count()
click to toggle source
# File lib/deep_cover/node/branch.rb, line 8 def flow_completion_count branches.map(&:flow_completion_count).inject(0, :+) end