On Thu, Mar 22, 2012 at 09:06:45AM -0700, Doug Bryant wrote:
>
> Am I missing something about how the concurrence block works or is this the
> expected behavior?

Hello Doug,

welcome to the ruote mailing list.

This is the expected behaviour. You can obtain the behaviour you wanted by
setting the :merge_type attribute to "mix", as in:

---8<---
  concurrence :mt => 'mix' do
    con1
    con2
  end
--->8---

The :merge and :merge_type attributes are detailed in the concurrence
documentation:

  http://ruote.rubyforge.org/exp/concurrence.html


Best regards,

--
John Mettraux - http://lambda.io/processi

-- 
you received this message because you are subscribed to the "ruote users" group.
to post : send email to [email protected]
to unsubscribe : send email to [email protected]
more options : http://groups.google.com/group/openwferu-users?hl=en

Reply via email to