Sha256: 530a1740989c510768f2a8e306d12e3bdbb14d501d7d1fe11885f03b816da9b6
Contents?: true
Size: 266 Bytes
Versions: 11
Compression:
Stored size: 266 Bytes
Contents
module Microformats2 module Property class Text < Foundation protected def attr_map @attr_map = { "abbr" => "title", "data" => "value", "img" => "alt", "area" => "alt" } end end end end
Version data entries
11 entries across 11 versions & 1 rubygems