Sha256: f3c656a3cac5cc2bf72c4d07d3bb44b5738e673ae06129f5d8f82caa8f4a3daa
Contents?: true
Size: 242 Bytes
Versions: 19
Compression:
Stored size: 242 Bytes
Contents
module InlineSvg::TransformPipeline module Transformations class NoComment < Transformation def transform(doc) doc = Loofah::HTML::DocumentFragment.parse(doc.to_html) doc.scrub!(:strip) end end end end
Version data entries
19 entries across 19 versions & 1 rubygems