class Flor::Pro::ForEach

Protected Instance Methods

iterator_result() click to toggle source
# File lib/flor/pcore/for_each.rb, line 60
def iterator_result

  @node['ocol']
    # back to the original collection
end
pre_iterator() click to toggle source
# File lib/flor/pcore/for_each.rb, line 50
def pre_iterator

  # nothing to do
end
receive_iteration() click to toggle source
# File lib/flor/pcore/for_each.rb, line 55
def receive_iteration

  # nothing to do
end