Module: Tableasy

Defined in:
lib/tableasy.rb,
lib/tableasy/table.rb,
lib/tableasy/total.rb,
lib/tableasy/formatter.rb,
lib/tableasy/table/row.rb,
lib/tableasy/table/cell.rb,
lib/tableasy/tables_helper.rb,
lib/tableasy/html_attributes.rb

Defined Under Namespace

Modules: FormattersHelper, HtmlAttributes, TablesHelper Classes: Formatter, FormattersContext, Table, Total

Class Method Summary collapse

Class Method Details

.reload_formatters(file) ⇒ Object



24
25
26
# File 'lib/tableasy.rb', line 24

def self.reload_formatters(file)
  FormattersContext.module_eval(File.read(file))
end