lib/openwfe/expressions/fe_fqv.rb in openwferu-0.9.6 vs lib/openwfe/expressions/fe_fqv.rb in openwferu-0.9.7
- old
+ new
@@ -52,9 +52,11 @@
# The 'cursor' is much like a sequence, but you can go
# back and forth within it.
#
class FqvExpression < FlowExpression
+ names :f, :q, :v, :field, :quote, :variable
+
#
# apply / reply
def apply (workitem)