# File lib/ruote/exp/condition.rb, line 188 def self.flatten(tree) (tree.flatten - KEYWORDS).collect { |e| e.nil? ? ' ' : e.to_s }.join.strip end