annotate BoosterPack/ruletest.pl @ 0:0d795f02a8bb tip

initial committ. what was I thinking?
author Robert McIntyre <rlm@mit.edu>
date Mon, 27 Sep 2010 16:57:26 -0400
parents
children
rev   line source
rlm@0 1 use Rule;
rlm@0 2 $currentRule = Rule->new();
rlm@0 3 print $currentRule -> getSets();