Sha256: b7c04166e9b7feaa1a45a53f0c992c931c7a878c4c8bed41ed8a0751ca229501

Contents?: true

Size: 229 Bytes

Versions: 2

Compression:

Stored size: 229 Bytes

Contents

module Nitro

# Tidy up the html

module Cleanup
  
  def self.transform(text, compiler = nil)
    Glue::Html.cleanup(text)
  end
  
end

end

# * George Moschovitis <gm@navel.gr>
# * Chris Farmiloe <chris.farmiloe@farmiloe.com>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
nitro-0.30.0 lib/nitro/compiler/cleanup.rb
nitro-0.31.0 lib/nitro/compiler/cleanup.rb