# File lib/arel/visitors/to_sql.rb, line 7 def initialize pool @pool = pool @connection = nil @quoted_tables = {} @quoted_columns = {} end