Sha256: cd9bd80ab78d3b24ff6a762dca1a8e001449061485d964042746515a88384496

Contents?: true

Size: 142 Bytes

Versions: 2

Compression:

Stored size: 142 Bytes

Contents

module Nitro

# Tidy up the html

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

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
nitro-0.41.0 lib/nitro/compiler/cleanup.rb
nitro-0.40.0 lib/nitro/compiler/cleanup.rb