# File lib/sql/table_creator.rb, line 23 def to_sql "CREATE TABLE #{quoted_table_name} (#{@columns.map{ |c| c.to_sql }.join(', ')})" end