lib/openwfe/expressions/fe_iterator.rb in openwferu-0.9.6 vs lib/openwfe/expressions/fe_iterator.rb in openwferu-0.9.7
- old
+ new
@@ -62,9 +62,11 @@
# of elements in the iteration and the field "__ip__" the index of the
# current iteration.
#
class IteratorExpression < WithTemplateExpression
+ names :iterator
+
attr_accessor \
:iterator
def apply (workitem)