285 286 287
# File 'lib/feel/nodes.rb', line 285 def eval(context = {}) head.eval(context) * tail.eval(context) end