Sha256: e04318fb2f441e65b845a296afb1d789f2d89d93a935f2f536c5eab4ba2cf758
Contents?: true
Size: 268 Bytes
Versions: 56
Compression:
Stored size: 268 Bytes
Contents
# -*- encoding : utf-8 -*- class Card class Format # Format text for use in html email messages class EmailHtmlFormat < Card::Format::HtmlFormat @@aliases["email"] = "email_html" def self.view_caching? false end end end end
Version data entries
56 entries across 56 versions & 2 rubygems