# File lib/table_print/column.rb, line 17 def formatters=(formatter_list) formatter_list.each do |f| add_formatter(f) end end