# File lib/ruote/exp/condition.rb, line 92 def self.eval(code) evl(code) rescue ArgumentError => ae raise ConditionError.new(code) end