# File lib/yaml_db/csv_db.rb, line 59 def self.dump_table_columns(io, table) io.write(table_column_names(table).to_csv) end