Module: HtmlFormat
- Defined in:
- lib/html_format/engine.rb,
lib/html_format/version.rb,
lib/html_format/core_ext.rb,
lib/html_format/generator.rb
Defined Under Namespace
Classes: Engine, Generator
Constant Summary
collapse
- VERSION =
"0.0.8"
Class Method Summary
collapse
Class Method Details
.generate(*args, &block) ⇒ Object
16
17
18
|
# File 'lib/html_format/generator.rb', line 16
def self.generate(*args, &block)
Generator.generate(*args, &block)
end
|