# File lib/table_print/returnable.rb, line 7 def set(klass, *config) TablePrint::Config.set(klass, config) "Set table_print config for #{klass}" end