Module: Nitro::Cleanup
- Defined in:
- lib/nitro/compiler/cleanup.rb
Overview
Tidy up the html
Class Method Summary collapse
Class Method Details
.transform(text, compiler = nil) ⇒ Object
7 8 9 |
# File 'lib/nitro/compiler/cleanup.rb', line 7 def self.transform(text, compiler = nil) Glue::Html.cleanup(text) end |