Sha256: db07a64b4605f76d0853f2e1b74518364d1f3104970d71922f5d1db90ffeb152
Contents?: true
Size: 334 Bytes
Versions: 11
Compression:
Stored size: 334 Bytes
Contents
module BootstrapEmail module Converter class VersionComment < Base def build doc.at_css('head').prepend_child(bootstrap_email_comment) end private def bootstrap_email_comment "\n <!-- Compiled with Bootstrap Email version: #{BootstrapEmail::VERSION} -->" end end end end
Version data entries
11 entries across 11 versions & 1 rubygems