# File lib/thinking_sphinx/active_record/sql_builder/clause_builder.rb, line 20 def separated(by = ', ') clauses.flatten.compact.join(by) end