# File lib/table_print.rb, line 52
    def message
      return "Printed with config" if configged?
      Time.now - @start_time
    end