# File lib/ruote/exp/condition.rb, line 222 def self.evl_in(match) ( ! match[3].nil? ^ evl(match[5]).include?(evl(match[1]))) rescue false end