Sha256: 58ff256bd216c0356099372b0bf82fa36407e3df27042365e054c63542c3b822
Contents?: true
Size: 293 Bytes
Versions: 72
Compression:
Stored size: 293 Bytes
Contents
# -*- encoding : utf-8 -*- class Card class Format class TextFormat < Format register :text register :txt aliases["txt"] = "text" def self.view_caching? # probably overkill. problem was with email text message false end end end end
Version data entries
72 entries across 72 versions & 2 rubygems