538 539 540
# File 'lib/feel/nodes.rb', line 538 def eval(context = {}) head.eval(context) && tail.eval(context) end