lib/rundock/attribute/node_attribute.rb in rundock-0.4.16 vs lib/rundock/attribute/node_attribute.rb in rundock-0.5.0

- old
+ new

@@ -12,10 +12,10 @@ :task_info, :errexit, :dry_run ] - def finalize_node + def next list.each do |k, _v| define_attr(k, nil) unless AVAIL_TAKE_OVERS.include?(k) end end end