Class: TableBeet::Formatters::HTMLFormatter
- Inherits:
-
BaseFormatter
- Object
- BaseFormatter
- TableBeet::Formatters::HTMLFormatter
- Defined in:
- lib/table_beet/formatters/html_formatter.rb
Instance Attribute Summary
Attributes inherited from BaseFormatter
Instance Method Summary collapse
Methods inherited from BaseFormatter
Constructor Details
This class inherits a constructor from TableBeet::Formatters::BaseFormatter
Instance Method Details
#flush ⇒ Object
9 10 11 12 13 14 15 |
# File 'lib/table_beet/formatters/html_formatter.rb', line 9 def flush # TODO: uh.. Dir.mkdir directory unless File.exist?(directory) create_index end |