# File lib/table_print/column.rb, line 23 def display_method=(method) method = method.to_s unless method.is_a? Proc @display_method = method end