engine :engine do |e|strat1 = StratergyOne.new(lots of fields)strat2 = StratergyOne.new(lots of fields)strat3 = StratergyTwo.new(lots of fields)e.assert strat1e.assert strat2e.assert strat3# the hope is that these would assert the ferrari rules from the strategies to the enginestrat1.rulesstrat2.rulesstrat3.rulesloop for price assert and matche.matchetc- Ric
--
You received this message because you are subscribed to the Google Groups "Ruleby" group.
To post to this group, send email to rul...@googlegroups.com.
To unsubscribe from this group, send email to ruleby+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/ruleby?hl=en.