294 295 296
# File 'lib/feel/nodes.rb', line 294 def eval(context = {}) head.eval(context) / tail.eval(context) end