On Thu, May 27, 2010 at 01:56:04AM -0500, Wes Gamble wrote:
> Is this a correct setup of a Rufus::Decision::Participant:
> 
> #Define and register the rules engine
> @engine.register_participant 'rules_engine',
> Rufus::Decision::Participant, :table => {
> in:message,out:message
> ,Random number
> }
> 
> I keep getting parsing errors and I can't see what I'm doing wrong.

Hello Wes,

you're missing a '%' :

---8<---
@engine.register_participant 'rules_engine', Rufus::Decision::Participant, 
:table => %{
  in:message,out:message
  ,Random number
}
--->8---


Best regards,

-- 
John Mettraux - http://jmettraux.wordpress.com

-- 
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