# File lib/meta_search/method.rb, line 107 def evaluate(relation, param) if splat_param? relation.send(name, *format_param(param)) else relation.send(name, format_param(param)) end end