Class: TableBeet::Formatters::HTMLFormatter

Inherits:
BaseFormatter show all
Defined in:
lib/table_beet/formatters/html_formatter.rb

Instance Method Summary collapse

Methods inherited from BaseFormatter

#initialize

Constructor Details

This class inherits a constructor from TableBeet::Formatters::BaseFormatter

Instance Method Details

#flushObject



10
11
12
13
14
15
16
# File 'lib/table_beet/formatters/html_formatter.rb', line 10

def flush
  # TODO: uh..
  Dir.mkdir directory unless File.exists?(directory)

  create_index
  
end