# File lib/arel/engines/sql/formatters.rb, line 110 def select(select_sql, table) "(#{select_sql}) #{quote_table_name(name_for(table))}" end