# File lib/table_print.rb, line 14
    def self.table_print(data, options={})
      p = new(data, options)
      p.table_print
    end