Sha256: 95041ed6bf9613d498e1c238bb9c2fd5b0a4a9e1c72ee0f080d99e7afc1a7bb0
Contents?: true
Size: 213 Bytes
Versions: 4
Compression:
Stored size: 213 Bytes
Contents
module Nitro # Tidy up the html module Cleanup def self.transform(text) Glue::Html.cleanup(text) end end end # * George Moschovitis <gm@navel.gr> # * Chris Farmiloe <chris.farmiloe@farmiloe.com>
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
nitro-0.26.0 | lib/nitro/compiler/cleanup.rb |
nitro-0.27.0 | lib/nitro/compiler/cleanup.rb |
nitro-0.28.0 | lib/nitro/compiler/cleanup.rb |
nitro-0.29.0 | lib/nitro/compiler/cleanup.rb |