Returns:
39 40 41
# File 'lib/formula_eval/multi_eval.rb', line 39 def respond_to?(sym) objs.any? { |x| x.respond_to?(sym) } end