class Flor::Pro::Loop

Public Instance Methods

receive_non_att() click to toggle source
# File lib/flor/pcore/loop.rb, line 24
def receive_non_att

  if @ncid >= children.size
    @node['subs'] << counter_next('subs')
    execute_child(first_non_att_child_id, @node['subs'].last)
  else
    execute_child(@ncid, @node['subs'].last)
  end
end