Class: OpenLogCleaner::Formatter

Inherits:
Mustache
  • Object
show all
Defined in:
lib/openlogcleaner/formatter.rb

Direct Known Subclasses

DokuwikiFormatter, HtmlFormatter

Class Method Summary collapse

Class Method Details

.format(context) ⇒ Object



10
11
12
# File 'lib/openlogcleaner/formatter.rb', line 10

def self.format(context)
  render(template, context)
end