37 38 39 40 41
# File 'lib/ustate/query_string.rb', line 37 def query rest.elements.map { |x| x.and }.inject(first.query) do |a, sub| Query::Or.new a, sub.query end end