lib/activefacts/cql/Context.treetop in activefacts-0.8.5 vs lib/activefacts/cql/Context.treetop in activefacts-0.8.6
- old
+ new
@@ -13,11 +13,11 @@
')'
{ def value; [ w.empty? ? nil : w.value, context_type.value, discussion.text_value, agreed.empty? ? [] : agreed.a.value]; end }
end
rule who_says
- according_to people s ','
- { def value; people.value; end }
+ according_to agents s ','
+ { def value; agents.value; end }
end
rule context_type
because { def value; 'because'; end } /
as_opposed_to { def value; 'as_opposed_to'; end } /