Method: Flor::Pro::Set#pre_execute
- Defined in:
- lib/flor/pcore/set.rb
#pre_execute ⇒ Object
78 79 80 81 82 83 84 85 86 87 88 |
# File 'lib/flor/pcore/set.rb', line 78 def pre_execute unatt_unkeyed_children reref_children @node['single_child'] = (non_att_children.count == 1) rep_children @node['refs'] = [] end |