Class: FatTable::TextFormatter

Inherits:
Formatter show all
Defined in:
lib/fat_table/formatters/text_formatter.rb

Overview

Output the table as plain text. This is almost identical to OrgFormatter except that dates do not get formatted as inactive timestamps and the connector at the beginning of hlines is a '+' rather than a '|' as for org tables.

Constant Summary

Constants inherited from Formatter

Formatter::LOCATIONS

Instance Attribute Summary

Attributes inherited from Formatter

#footers, #format_at, #gfooters, #options, #table

Method Summary

Methods inherited from Formatter

#avg_footer, #avg_gfooter, #decorate_string, default_format, #foot, #footer, #format, #format_cell, #format_for, #gfoot, #gfooter, #initialize, #max_footer, #max_gfooter, #min_footer, #min_gfooter, #output, #sum_footer, #sum_gfooter

Constructor Details

This class inherits a constructor from FatTable::Formatter