# File lib/ruote/exp/condition.rb, line 103 def self.parse(conditional) Ruote.parse_ruby(conditional) rescue SyntaxError => se [ :str, conditional ] rescue => e [ :false ] end